On Thu, 02 Sep 2010 07:04:01 -0500 Steve Whitson <steven.whitson@xxxxxxxxx> wrote: > configure:27065: gcc -o conftest -g -O2 -DSOLARIS2=10 > -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE > -I/usr/local/mysql/include -xarch=v8 -L/usr/local/mysql/lib > -lmysqlclient_r -lz -lpthread -lthread -lposix4 -lgen -lsocket -lnsl > -lm -lpthread -lthread conftest.c -lmysqlclient_r -lrt -xarch=v8 > -L/usr/local/mysql/lib -lmysqlclient_r > -lz -lpthread -lthread -lposix4 -lgen -lsocket -lnsl -lm >&5 > gcc: language arch=v8 not recognized > ld: fatal: file conftest.c: unknown file type Where does that configure come from? -xarch=v8 looks like an option for Sun CC, but breaks gcc. As a workaround, remove it (if nothing else breaks, for the same reason). Or use Sun CC. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx