The error that occurs is
Code: Select all
checking whether the C++ compiler (g++ -O2 -march=athlon-xp -fomit-frame-pointer -L/usr/lib -ldb-4.1 -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.5.0/jre/lib/i386/server -L/opt/sun-jdk-1.5.0/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.5.0/jre/lib/i386/native_threads -L/opt/sun-jdk-1.5.0/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.5.0/jre/lib/i386 -L/opt/sun-jdk-1.5.0/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.
!!! ERROR: dev-php/php-4.3.9 failed.
!!! Function econf, Line 449, Exitcode 1
!!! econf failed
Code: Select all
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
The only odd thing in the error message is the use of Sun Java 1.5.0 but this is down to the fact that I need to use the latest version for my development work so it's just about one of the only packages compiled with ACCECPT_KEYWORDS set.
My processor is a Athlon xp so that can't be it, I have no knowledge of any memeory trouble on my computer as things seem stable enough and the computer runs fine (apart from this odd compile error).
Any run into this or think they know of a solution?




