PDA

View Full Version : UncleBen... question, plz



Obadiah
06-03-2002, 06:34 PM
Hello again...

I am to the compile stage.. and am getting THIS error:


[root@localhost showeq]# ./configure && make && make install
creating 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
/root/showeq/missing: Unknown `--run' option
Try `/root/showeq/missing --help' for more information
configure: warning: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc-3.0.4... gcc-3.0.4
checking for g++-3.0.1... no
checking for g++... g++
checking for supported compiler version... no
checking for gcc-3.0... no
checking for gcc3... no
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]#

*******************************************

Since i am using the gcc 3.0.4 and i have seen your compiled file .. qt/configs/linux-g++-shared

I didnt have to alter lines 3,4,35 & 59...

but i did alter the: export CC=gcc-3.0.1 to export CC=gcc-3.0.4 etc, etc...

Is this correct..? and getting the above error for another reason.. ?

Obadiah
06-03-2002, 06:46 PM
LOL.... nm

the export command had an error in it... it's making now.

UncleBen
06-03-2002, 10:18 PM
:p