site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Thank you Le 2 févr. 06, à 16:54, Peter O'Gorman a écrit : -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Shantonu Sen wrote: | Probably because you're using -all_load | | Shantonu | | On Feb 2, 2006, at 5:22 AM, Locatelli Jérôme wrote: | |> Hello, |> |> I try to compile an application on MacOS 10.4.4 with g++, using |> GNU libtool 1.5.10. |> I've got the following message. I can't correct it by removing |> "all_load" in the libtool script. |> |> Does it exist any other solutions?? Thank. | GNU libtool had the -all_load flag removed for darwin with this patch: 2004-08-02 Geoffrey Keating <geoffk@apple.com> ~ * libtool.m4 [darwin]: Don't use -all_load. Which came before this one: 2004-08-07 Peter O'Gorman <peter@pogma.com> ~ GNU libtool-1.5.8 is released. Peter -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) iQCVAwUBQ+IrO7iDAg3OZTLPAQLSUQP/ZTerHWTwjn2DVC0Tcm9LCCFn3ISOZsf1 BDe/0pqfwEDP0nbOAmphkpLD4IYncdCwJfV7MovQP9tFUZnOkFK0ZJ/COukVp57P 5tqYY06+71j/373F1SJ190F3aODmgbcO27r7eqOgSSitmzrUnKms8kXJSXb3HgVN NmPUWLxRsB8= =ik5U -----END PGP SIGNATURE----- --------------------------------------------------- Locatelli Jérôme Institut Laue-Langevin Service Contrôle des instruments 6 rue Jules Horowitz, BP 156 38042 Grenoble cedex 9 http://www.ill.fr/ Tel: 33 (0)4 76 20 76 27 Fax: 33 (0)4 76 20 77 00 --------------------------------------------------- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... OK , I found a wrong libtool.m4 in /usr/share/aclocal/ , I replace it by the good one from /sw/share/aclocal/ So if you're getting -all_load in your link line, and you're not adding it yourself, you're not using libtool-1.5.10. Ensure that the libtool.m4 that is put in your configure script does not have the -all_load flag. This email sent to site_archiver@lists.apple.com