Results 1 to 6 of 6

Thread: Configure error with newest CVS..

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    9

    Configure error with newest CVS..

    Most recent CVS in to a fresh directory and I got this error. Never had it before, was wondering if it's perhaps due to the CVS.


    loading cache ./config.cache
    checking host system type... i586-pc-linux-gnu
    checking target system type... i586-pc-linux-gnu
    checking build system type... i586-pc-linux-gnu
    checking for a BSD compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... found
    checking for working autoconf... found
    checking for working automake... found
    checking for working autoheader... found
    checking for working makeinfo... found
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... gcc
    checking for g++... g++
    checking for supported compiler version... no
    checking for gcc-3.0... gcc-3.0
    checking for g++-3.0... g++-3.0
    checking alternate compiler for supported compiler version... no
    configure: error: You need at least GCC G++ 3.0 or greater to compile ShowEQ

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    55
    You need at least GCC G++ 3.0 or greater
    Have you tried to follow that hint ?

    'gcc --version' tells you what configure tried.
    if gcc3 is not your default compiler you should look at the FAQ -> 2.6 How to compile Seq.
    There you will find how to tell configure about alternate locations of compiler and Qt.

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    9
    gcc3 is already default and has been for months.

    checking for gcc-3.0... gcc-3.0
    checking for g++-3.0... g++-3.0

    This says it found what it was looking for, yes?

  4. #4
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,008

    Re: Configure error with newest CVS..

    Originally posted by bleat
    checking for gcc... gcc
    checking for g++... g++
    checking for supported compiler version... no
    checking for gcc-3.0... gcc-3.0
    checking for g++-3.0... g++-3.0
    checking alternate compiler for supported compiler version... no
    configure: error: You need at least GCC G++ 3.0 or greater to compile ShowEQ
    checking for supported compiler version... no

    Means that it did not find a valid gcc/g++

    checking alternate compiler for supported compiler version... no

    means that it didnt find gcc-3.0/g++-3.0 or newer.

    If you are SURE you have gcc3+ installed, you probably need to export it so it can find it:

    export CXX=g++3
    export CC=gcc3

    Last edited by BlueAdept; 09-25-2003 at 11:44 AM.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    160

    Re: Configure error with newest CVS..

    Originally posted by bleat
    checking for gcc... gcc
    checking for g++... g++
    checking for supported compiler version... no
    checking for gcc-3.0... gcc-3.0
    checking for g++-3.0... g++-3.0
    checking alternate compiler for supported compiler version... no
    configure: error: You need at least GCC G++ 3.0 or greater to compile ShowEQ
    This says it did NOT find what it was looking for. See suseuser7341's post about the FAQ.

    edit: Bah, BA beat me by less than a minute. :P

  6. #6
    Registered User
    Join Date
    Feb 2003
    Posts
    9
    Fair enough. I haven't changed my compiler versions since that patch long ago that actually required new versions. I reexported. Same compiler I've used for the last serveral months, and for my QT installation. /shrug

    blah:~/showeq/showeq# gcc-3.0 -v
    Reading specs from /usr/lib/gcc-lib/i386-linux/3.0.3/specs
    Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --enable-threads=posix --enable-java-gc=boehm --with-cpp-install-dir=bin --enable-objc-gc i386-linux
    Thread model: posix
    gcc version 3.0.3 20011215 (Debian prerelease)

    blah:~/showeq/showeq# g++-3.0 -v
    Reading specs from /usr/lib/gcc-lib/i386-linux/3.0.3/specs
    Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --enable-threads=posix --enable-java-gc=boehm --with-cpp-install-dir=bin --enable-objc-gc i386-linux
    Thread model: posix
    gcc version 3.0.3 20011215 (Debian prerelease)

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