PDA

View Full Version : Error: You need at least GCC 3.0 or greater..



WhiteHaven
12-21-2001, 02:01 AM
#gcc --version
3.0.2

#g++ --version
3.0.2

#./configure
(blah blah)
Error: You need at least GCC 3.0 or greater to blah blah.

I followed Mr Guy's directions to the T.. forced the various package installs, recompiled QT (successfully), set all the path statements, etc, etc, etc.

So why does the stupid thing refuse to accept the version reported from GCC itself? What more does it want from me?

FWIW i've been getting this error all day, even after havin compiled gcc from scratch.

Thanks for any help you may be able to offer.

WhiteHaven
12-21-2001, 10:24 AM
Problem solved...

Gotta do:
export CC=gcc3
export CXX=g++3

Compiled fine after that. Go figure.