Re: [i386] Why g++ _always_ link an executable with libm.so?
Mike Hearn <[email protected]> Wed, 05 Jan 2005 18:51:54 +0000
| Newsgroups | org.kernel.vger.linux-gcc |
|---|---|
| Message-ID | <1104951115.3083.7.camel@littlegreen> |
On Wed, 2005-01-05 at 13:21 -0500, Andrew Pinski wrote: > Well then make binutils change over --as-needed to be default. Tried, it doesn't work, there are too many broken libraries in the world that don't correctly enumerate their dependencies in the NEEDED section. Instead they rely on the user of the library to complete the set when they use it :( thanks -mike