-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
D.Walsh wrote: | Any luck with generating a patch that allows libtool to work properly in | the Macintosh environment or has this ball been dropped already? |
GNU Libtool does work properly in the Mac OS X environment. The fact that you installed in /usr and overwrote a completely different program (Apple's libtool) is something that GNU libtool should deal with one day, but had you read your man pages you would not have done that...
If you really must install GNU libtool into /usr (and I advise against it) you should do something like:
./configure --prefix=/usr --program-prefix=g make sudo make install
This is what Apple does when building GNU libtool, and what most package tools do too. Some packagers also add a symlink libtoolize -> glibtoolize, you may wish to do so too.
Peter - -- Peter O'Gorman - http://www.pogma.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin)
iQCVAwUBQizYv7iDAg3OZTLPAQJ9YgQAtWzQGictOaIRPSTe4GbGDUyPotXXVwIe KE8pCs58Z2xNwZygd7YcbRvfbkc2REYHorKEGmJvj2/NeW+/PQytNM8LNvXOob9H fawC2FdaUWMkikXzgjWyK9kUd3W/N/dQwNZHVC2TVkoc14m+I6ZBt4Cql40DEQdD h7VAGdlnjOE= =cATO -----END PGP SIGNATURE-----
