LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with C compiler (https://www.linuxquestions.org/questions/linux-software-2/problem-with-c-compiler-83295/)

Tez218 08-18-2003 07:48 PM

Problem with C compiler
 
Im trying to install some software using "./configure" , "make" , "make install". I have a problem when I do "./configure" The error is:
# ./configure
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables

Im running Slackware 9 on a laptop with a minimal install. I only install packages A, D, and N. Thanks for the help.

DrOzz 08-18-2003 07:56 PM

what is the output of errors from the config.log file?
it looks like a case of missing C Library: Development Libraries and Header Files.
make sure you have the glibc-devel package installed matching your glibc version...this is the most common reason for this error..


All times are GMT -5. The time now is 11:07 AM.