Hi folks,

I'm trying to build and install Mono 0.26 on OS-X:
when making a 'make install DESTDIR=...", I'll get an error, as it seems it likes to do some
late linking and assumes the files to be in the final destination (/opt/local in this case), not in DESTDIR.
Can someone help me solve this one? I assume this is a OS-X specific bug;


thanks,

mww

---
/bin/sh ../../mkinstalldirs /Users/mww/Development/dports/devel/mono/work/destroot/opt/local/lib
/bin/sh ../../libtool --mode=install /usr/bin/install -c libmono-profiler-cov.la /Users/mww/Development/dports/devel/mono/work/destroot/opt/local/lib/ libmono-profiler-cov.la
libtool: install: warning: relinking `libmono-profiler-cov.la'
(cd /Users/mww/Development/dports/devel/mono/work/mono-0.26/mono/profiler; /bin/sh ../../libtool --mode=relink gcc -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -L/opt/local/lib -pthread -o libmono-profiler-cov.la -rpath /opt/local/lib mono-cov.lo ../../mono/mini/libmono.la -lpthread -inst-prefix-dir /Users/mww/Development/dports/devel/mono/work/destroot)
gcc -r -keep_private_externs -nostdlib -o .libs/libmono-profiler-cov.0.0.0.dylib-master.o mono-cov.lo && gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libmono-profiler-cov.0.0.0.dylib .libs/libmono-profiler-cov.0.0.0.dylib-master.o -L/opt/local/lib /opt/local/lib/libmono.dylib -lpthread -lc -install_name /opt/local/lib/libmono-profiler-cov.0.dylib -compatibility_version 1 -current_version 1.0
gcc: /opt/local/lib/libmono.dylib: No such file or directory
libtool: install: error: relink `libmono-profiler-cov.la' with the above command before installing it
make[3]: *** [install-libLTLIBRARIES] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1


---
Markus W. Weissmann
http://www.mweissmann.de/

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to