[Mono-list] problems building on mac os x

Ben Martin benmartin@fourthplanet.net
Thu, 27 Jan 2005 14:27:48 -0500


I am trying to build Mono under Mac OS X.

Right now in the middle of make the following happens:

/bin/sh ../../libtool --mode=link gcc  -g -O2 -fno-strict-aliasing -g 
-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations 
-Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs 
-Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings  -pthread -o 
libmono-profiler-cov.la -rpath /Users/benjmart/mono/lib  mono-cov.lo 
../../mono/mini/libmono.la -lpthread -lm
libtool: link: error: cannot link shared libraries into libtool libraries
make[3]: *** [libmono-profiler-cov.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any ideas what could be wrong and what I need to do to fix it?

Ben