[Mono-list] Another familiar question

Gonzalo Paniagua Javier gonzalo@ximian.com
05 Nov 2002 01:36:08 +0100


El lun, 04-11-2002 a las 16:27, Ferguson, Neale escribió:
> This, in theory, is what I think they should do. However, I tried taking my
> own advice and get the old familiar:
>  
> ** (../../../mcs/mcs.exe:9107): WARNING **: cant resolve internal call to
> "System.IO.MonoIO::GetFileType(intptr,System.IO.MonoIOError&)" (tested
> without signature also)

You need to build a new mono runtime (keep a copy of the dlls around)
and then copy them over to their place. After that, make mcs (details
in: http://www.gnome-db.org/~gonzalo/mono/README.building)

-Gonzalo