Greetings, I have encountered a problem when trying to compile the newest release of the avifile package(avifile-0.7.32-20030219.tgz). The command I am using is: CFLAGS="-O6 -march=i686" CXXFLAGS="-O6 -march=i686" ./configure --with-gnu-ld --with-x --with-qt --with-sdl --enable-x86opt
And the error I receive is: configure: configuring in plugins/libmad/libmad configure: running /bin/sh './configure' --prefix=/usr/local '--with-gnu-ld' '--with-x' '--with-qt' '--with-sdl' '--enable-x86opt' '--host=i686-slackware-linux' 'CFLAGS=-O6 -march=i686' 'CXXFLAGS=-O6 -march=i686' 'host_alias=i686-slackware-linux' --cache-file=/dev/null --srcdir=. configure: warning: CFLAGS=-O6 -march=i686: invalid host type configure: warning: CXXFLAGS=-O6 -march=i686: invalid host type configure: error: can only configure for one host and one target at a time configure: error: /bin/sh './configure' failed for plugins/libmad/libmad I have to assume this is a problem with the plugins/libmad/libmad/configure script being run with nasty arguments maybe? When I export -n the CFLAG variables, the configure script works flawlessly. Thank you for your time and consideration. _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
