Froglok Forager
12-20-2001, 09:28 PM
I have all the gcc3 RPMs installed with my RedHat 7.2 system.
Did the symbolic links... /usr/bin/g++ to g++3 and /usr/bin/gcc to gcc3.
g++ --version and gcc --version both report 3.0.2.
Looking good.
configure says I don't have gcc 3 though.
So, I cut out the little C blurb from the configure file and compiled it myself. g++ test.cpp -o testitout
Running the GCC test program reports correctly that I have GCC 3.0.2. This is what configure is running, and it is looking for GCC > 3, so what the hell?
For now I commented out the GCC test in configure. Now I'm going to compile qt. Hope everything still works.
FF
Did the symbolic links... /usr/bin/g++ to g++3 and /usr/bin/gcc to gcc3.
g++ --version and gcc --version both report 3.0.2.
Looking good.
configure says I don't have gcc 3 though.
So, I cut out the little C blurb from the configure file and compiled it myself. g++ test.cpp -o testitout
Running the GCC test program reports correctly that I have GCC 3.0.2. This is what configure is running, and it is looking for GCC > 3, so what the hell?
For now I commented out the GCC test in configure. Now I'm going to compile qt. Hope everything still works.
FF