tryibg to "make" libtool allover gives me this error.. Making all in libltdl make all-am /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -no-undefined - version-info 4:5:1 -o libltdl.la -rpath /usr/local/lib ltdl.lo -ldl gcc -dynamiclib -o .libs/libltdl.3.1.5.dylib .libs/ltdl.o -ldl - install_name /usr/local/lib/libltdl.3.dylib -compatibility_version 5 -current_version 5.5 libtool: unrecognized option `-dynamic' Try `libtool --help' for more information. make[2]: *** [libltdl.la] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 On 11/09/2007, at 23.52, Daniel J. Luke wrote:
On Sep 11, 2007, at 5:47 PM, Casper Holm wrote:
Well so far I seems like what ever I have installed before is messing up linking and paths to fiiles scattered all over my system and I've gotten down to installed macports and selfupdate tells me this..
libtool: unrecognized option `-dynamic' Try `libtool --help' for more information. make[2]: *** [MacPorts.dylib] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1
what to make of it?
do `which libtool` to see which libtool is getting run.
If you're lucky, you just have a copy of gnu libtool (glibtool) installed as 'libtool' somewhere in your path before apple's libtool (so you can move gnu libtool aside or remove it). If you're unlucky, you've overwritten apple's libtool with gnu libtool (so you'll need to get apple's libtool back). -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+