PDA

View Full Version : what am i missing



Laetos
01-18-2003, 01:39 AM
it all worked well pre-last patch, then last cvs update brings this error =/

bash-2.05b# ./configure && make
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... /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... no
checking for gcc... no
checking for cc... cc
checking for g++3... no
checking for g++... no
checking for c++... no
checking for gcc... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for gcc... no
checking for g++3... no
checking for g++-3.0... no
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

any ideas apreciated

PS
forgot to mention, im on gentoo Linux

Laetos
01-18-2003, 04:21 AM
fixed it

env-update && source /etc/profile

helped