PDA

View Full Version : ./configure error:You need at least GCC G++ 3.0 or greater to compile ShowEQ



pseewizard
03-26-2002, 04:27 PM
Sounds simple enough, ay. Well I have installed the new GCC version 3 compiler via RPM. When I type gcc -v i get "gcc version 3.1 20020311 (prerelease)"

I have completely reloaded showeq from CVS (looks correct as never required ver 3 of gcc before). I ran the make -f Makefile.dist. Then when execute ./configure the error stated in the Subject line appears.

Any Clues.

high_jeeves
03-26-2002, 05:00 PM
Read the whole error message... It says it needs GCC C++ v3... that would be g++, not gcc.. make sure that one is v3 also.

--Jeeves

pseewizard
03-26-2002, 05:14 PM
Good point, however G++ is aliased to GCC via RPM and therefor gives same version number. Thanks.

pseewizard
03-26-2002, 05:16 PM
Once again not clear am I... ok GCC has G++, C++, and CC all linked to it.