On Tue, 6 Dec 2005, Bell, William IT wrote: ; Hi, ; I'm trying to run the PHP 5.1.1 'configure' on a SPARC box, and I keep ; getting the following error at the end of the run: ; +--------------------------------------------------------------------+ ; | *** ATTENTION *** ; |... ; | Something is likely to be messed up here, because the configure | [ ... ] ; gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib ; -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3.2 ; -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3.2 -R/usr/local/lib ; -L/usr/local/lib -R/opt/mysql/lib/mysql -L/opt/mysql/lib/mysql ; conftest.c -lmysqlclient -lz -lresolv -lm -ldl -lnsl -lsocket -lgcc ; -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket ; -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 ; ld.so.1: conftest: fatal: libgcc_s.so.1: open failed: No such file or ; directory ; ----------------------------------------------------------------
Try adding --disable-libgcc to your configure arguments. A.