I'm attempting to compile Mesa 9.1 on LFS 7.3 and ./configure bombs and I'm instructed to view config.log. I believe the pertinent config.log output is below. Everything through llvm seems to compile well. Thoughts?
Configured with: /sources/gcc-4.7.2/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 4.7.2 (GCC) configure:3988: $? = 0 configure:3977: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3988: $? = 1 configure:3977: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3988: $? = 1 configure:4008: checking whether the C compiler works configure:4030: gcc -02 conftest.c >&5 gcc: error: unrecognized command line option '-02' configure:4034: $? = 1 configure:4072: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.0" | #define PACKAGE_STRING "Mesa 9.1.0" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.0" | /* end confdefs.h. */ -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
