simple build question

Dara Hazeghi dhazeghi@yahoo.com
Sat Nov 8 10:15:00 GMT 2003


Hello,

unless configured specially, gcc will use whichever
version of binutils comes first in the PATH variable.
Usually, /usr/local/bin appears before /usr/bin, hence
your version of binutils should be used, rather than
RedHat's. The main reason the new binutils are so
large is that they have debugging information in them.
If you really want shrink them, you can use the strip
program (see: 'man strip' for info.).

As for upgrading glibc, unless you have a very, very
good reason, I would not recommend it. It's a great
way to accidentally break most, or all of your system,
and there  often more subtle problems that crop up
too.

Cheers,

Dara

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree



More information about the Gcc-help mailing list