Results 1 to 2 of 2

Thread: Error: You need at least GCC 3.0 or greater..

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    3

    Angry Error: You need at least GCC 3.0 or greater..

    #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.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    3

    Fixed

    Problem solved...

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

    Compiled fine after that. Go figure.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On