[Mono-list] Compiling Beta on MacOS
Abram Gillespie
agillesp@vt.edu
Wed, 05 May 2004 15:25:21 -0400
Hey guys,
I can finally get a successful "make" but, during "make install" I'm
seeing this:
MONO_PATH=. ../../mono/mini/mono --config ../../data/config
./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root
/usr/local/lib
Unhandled Exception: System.DllNotFoundException: libc
in <0x000e0> (wrapper managed-to-native) Mono.Tools.Driver:symlink
(string,string)
in <0x00b04> Mono.Tools.Driver:InstallAssembly (string[])
in <0x007f4> Mono.Tools.Driver:Run (string[])
in <0x0005c> Mono.Tools.Driver:Main (string[])
make[3]: *** [install-data-local] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
I did a "find / -name libc -print" and came up with nothing. Where can
I get this library? Is there a fink package I can install?
Thanks as always.
-Abe