This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [i386] Why g++ _always_ link an executable with libm.so?
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