> Sorry for the wordwrap problem.  I switched from gedit to joe.  Maybe this
> will look better.
 
 Indeed :)

> Here is the config.log.  How do I get "full configure output"?

 I'm only refering to the output from configure. But, in this case,
 config.log is enough to diagnose the problem.

> configure:997: checking whether the C compiler (gcc  ) works
> configure:1013: gcc -o conftest    conftest.c  1>&5
> /usr/bin/ld: cannot open crt1.o: No such file or directory
> collect2: ld returned 1 exit status
> configure: failed program was:

 Ok. According to this, you won't be able to compile anything
 with your compiler. You need to install the glibc-devel RPM
 which includes essential files like the startup codes for
 C programs (crt1.o), and libraries and include files.

 Depending on what kind of other packages you intend to compile,
 it is probably a good idea to more or less install all *-devel
 RPMs that come with your distribution.

 HTH. HAND :)

Reply via email to