obdmd
09-16-2002, 06:15 PM
Hello all:
Seems like I am very close to getting seq to run. I have installed GCC3 and QT. However, when I try to ./configure. I get an error message as in "You need at least GCC G++ 3.0 or greater to compile ShowEQ"
Anyways, here is a paste of what I entered and the errors I got:
[root@localhost showeq]# export QTDIR=/opt/qt-gcc3-2.3.2
[root@localhost showeq]# export PATH=$QTDIR/bin:$PATH
[root@localhost showeq]# export MANPATH=$QTDIR/doc/man:$MANPATH
[root@localhost showeq]# export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
[root@localhost showeq]# export CXX=g++3
[root@localhost showeq]# export CC=gcc3
[root@localhost showeq]# make -f Makefile.dist
Adding libtool support...................................... done!
Generating aclocal.m4 from configure.in and acinclude.m4.... done!
Checking Autoheader version................................. done!
>> Using Autoheader version................................. 2.13!
Generating configure template (config.h).................... done!
Generating Makefile.in from Makefile.am..................... done!
Checking Autoconf version................................... done!
>> Using Autoconf version................................... 2.13!
Finalizing Autoconf script (configure)...................... done!
Releasing temporary file handles............................ done!
******************************************
Success! Please type the following:
./configure && make
This will configure and compile ShowEQ...
If you are installing ShowEQ for the first
time, be sure to add '&& make install' to
the end of the compile process...
******************************************
[root@localhost showeq]# ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-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 gcc3... gcc3
checking for g++3... no
checking for g++... g++
checking for supported compiler version... no
checking for gcc-3.0... no
checking for gcc3... gcc3
checking for g++-3.0... no
checking for g++3... no
checking alternate compiler for supported compiler version... no
configure: error: You need at least GCC G++ 3.0 or greater to compile ShowEQ
[root@localhost showeq]#
thanks for your help. I apppreciate it.
Seems like I am very close to getting seq to run. I have installed GCC3 and QT. However, when I try to ./configure. I get an error message as in "You need at least GCC G++ 3.0 or greater to compile ShowEQ"
Anyways, here is a paste of what I entered and the errors I got:
[root@localhost showeq]# export QTDIR=/opt/qt-gcc3-2.3.2
[root@localhost showeq]# export PATH=$QTDIR/bin:$PATH
[root@localhost showeq]# export MANPATH=$QTDIR/doc/man:$MANPATH
[root@localhost showeq]# export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
[root@localhost showeq]# export CXX=g++3
[root@localhost showeq]# export CC=gcc3
[root@localhost showeq]# make -f Makefile.dist
Adding libtool support...................................... done!
Generating aclocal.m4 from configure.in and acinclude.m4.... done!
Checking Autoheader version................................. done!
>> Using Autoheader version................................. 2.13!
Generating configure template (config.h).................... done!
Generating Makefile.in from Makefile.am..................... done!
Checking Autoconf version................................... done!
>> Using Autoconf version................................... 2.13!
Finalizing Autoconf script (configure)...................... done!
Releasing temporary file handles............................ done!
******************************************
Success! Please type the following:
./configure && make
This will configure and compile ShowEQ...
If you are installing ShowEQ for the first
time, be sure to add '&& make install' to
the end of the compile process...
******************************************
[root@localhost showeq]# ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-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 gcc3... gcc3
checking for g++3... no
checking for g++... g++
checking for supported compiler version... no
checking for gcc-3.0... no
checking for gcc3... gcc3
checking for g++-3.0... no
checking for g++3... no
checking alternate compiler for supported compiler version... no
configure: error: You need at least GCC G++ 3.0 or greater to compile ShowEQ
[root@localhost showeq]#
thanks for your help. I apppreciate it.