PDA

View Full Version : Fedora Core 4 Problems



Rusty
12-07-2005, 10:29 PM
ok so i went to the showeq folder and did ./configure

these are the last 2 lines it gave me

checking for supported compiler version... checking for style of include used by make... GNU
checking for C++ compiler default output fiile name... configure: error: C++ compiler cannot create executables
See `config.log' for more details
[root@localhost showeq-5.2.2.0]

not sure what is wrong... anyone???

Glee
12-07-2005, 10:58 PM
Do you have a C++ compiler installed? Try these commands to see:

rpm -q gcc-c++
which g++

If that's not it, look in the config.log file and post any error messages here.

Cryonic
12-08-2005, 12:21 AM
rpm -q glibc-devel

cannot create binaries is a problem with lacking the library development files (headers, et al.)