Re: unrecognized option `-dynamic'

2006-06-16 Thread Robby Griffin
On Jun 16, 2006, at 15:42, Ralf Wildenhues wrote: I'm attempting to rebuild libtool and binutils on Mac OS X 10.4.6 and I'm running into the following issue: /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -o libltdl/dlopen.la -module -avoid-version

Re: Libtool and MacOS X

2004-06-29 Thread Robby Griffin
On Jun 29, 2004, at 04:47, Marianne Spiller wrote: I have many problems compiling on my MacOS X 10.3 system; there is a /usr/bin/libtool (GNU libtool 1.4.3) To repeat what I said about a year ago, Apple's /usr/bin/libtool is a completely different program from GNU libtool, being a

Re: Problem installing libtool

2003-07-10 Thread Robby Griffin
On Thursday, July 10, 2003, at 01:34 PM, Daniel Cardenas wrote: I'm trying to install libtool 1.5 onto Mac OSX 10.2.6 following the instructions in the INSTALL doc, but make install (as root) fails with the following: gcc: installation problem, cannot exec `/usr/bin/libtool': No such file or

gcc -print-search-dirs / MacOS X 10.2

2002-10-30 Thread Robby Griffin
libtool.m4 in cvs says: if test $GCC = yes; then sys_lib_search_path_spec=`$CC -print-search-dirs | grep ^libraries: | sed -e s/^libraries:// -e s,=/,/,g` When this runs on MacOS X 10.2 (with August 2002 developer tools), it gets only one search dir rather than the whole set of dirs, and