Results 1 to 3 of 3
Dear Everyone,
I am currently trying to install Postgresql and Apache on my Red Hat Linux 8 system.
Unfortunately whenever I use the configure command I get an error related ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-25-2003 #1Just Joined!
- Join Date
- Aug 2003
- Posts
- 1
C Compiler problems when using configure
Dear Everyone,
I am currently trying to install Postgresql and Apache on my Red Hat Linux 8 system.
Unfortunately whenever I use the configure command I get an error related to my c compiler (please see the listing below). If anybody has any suggestions on how this can be fixed they will be greatly appreciated:
./configure --with-java --with-openssl=/usr/local/ssl --enable-debug
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking which template to use... linux
checking whether to build with 64-bit integer date/time support... no
checking whether to build with recode support... no
checking whether NLS is wanted... no
checking for default port number... 5432
checking for default soft limit on number of connections... 32
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
Thanks for your help
Regards
David
- 08-25-2003 #2Linux User
- Join Date
- Feb 2003
- Location
- Norway, Asker
- Posts
- 267
install gcc off from the redhat cd's. I would bet on that if you search a little, you can find an way how to do it..
Good luck
- 08-26-2003 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
It seems to be installed, right?
Check the end of the file config.log for any possible errors.


Reply With Quote
