[geeks] C compiler won't create executables ..WTF?

Jonathan C. Patschke jp at celestrion.net
Thu May 23 17:01:08 CDT 2002


On Thu, 23 May 2002, Mike Nicewonger wrote:

> This %@%*&@@*^$!!$@^%#*% Linux box did NOT have the FSCKing compilers 
> installed at all! SO I got GCC, binutils and cpp installed....etc.
> 
> And no workee... 

Install the "glibc-devel" RPM.  You're missing the object files that bind
your program to the glibc RTL.  You'll need to make sure that the
"glibc-devel" version matches the version of the "glibc" RPM installed on
the system.

--Jonathan



More information about the geeks mailing list