> see config.log
> configure:2004: g++ {-O2 -march=pentium3 -pipe -fomit-frame-pointer}
conftest.cc >&5
> g++: {-O2: No such file or directory
> cc1plus: error: unrecognized option `-fomit-frame-pointer}'Dude, your CXXFLAGS are hosed. They should not be surrounded by braces. Since they are surrounded by braces, the g++ command fails and hence the fam build fails as well. Fix your CFLAGS/CXXFLAGS to remove the braces and you'll be fine. -- [email protected] mailing list
