This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc-4.0.1 giving problems


Hi narendra,

Neither ranlib nor strip are part of GCC.

They are part of binutils.

http://www.gnu.org/software/binutils/

The binutils need to be built-and-installed before GCC.

http://gcc.gnu.org/install/prerequisites.html

Unless you have a reason* to build GCC yourself, I strongly recommend you
install a pre-built GCC for your platform (if available).

HTH,
--Eljay

* even a minor reason, like "I just want to try it", is good enough.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]