I receive the following erros when making PHP4 on
DEC UNIX (OSF) 4.0E...all the sub make files execute
w/o error but the top level make has a problem w/
the gcc stdlibc++:
CONFIGURE:
./configure --prefix=/php --with-oci8 --enable-libgcc --with-servlet --with-java --enable-track-vars
ERROR EXCERPT:
Making all in .
/bin/sh /php/php-4.0.3pl1/libtool --silent --mode=link gcc -I. -I/php/php-4.0.3pl1/ -I/php/php-4.0.3pl1 -I/php/php-4.0.3pl1/main -I/php/php-4.0.3pl1/Zend -I/php/php-4.0.3pl1 -I/php/php-4.0.3pl1/ext/mysql/libmysql -I/oracle/app/oracle/product/8.0.5/rdbms/demo -I/oracle/app/oracle/product/8.0.5/network/public -I/oracle/app/oracle/product/8.0.5/plsql/public -I/php/php-4.0.3pl1/ext/xml/expat/xmltok -I/php/php-4.0.3pl1/ext/xml/expat/xmlparse -I/php/php-4.0.3pl1/TSRM -DXML_BYTE_ORDER=12 -I../TSRM -DTHREAD=1 -g -O2 -pthread -o libphp4.la -rpath /php/php-4.0.3pl1/libs -avoid-version -L/usr/local/gcc/lib/gcc-lib/alphaev56-dec-osf4.0e/2.95 -L/usr/opt/java122/jre/lib/alpha/classic -L/usr/opt/java122/jre/lib/alpha/native_threads -L/usr/opt/java122/jre/lib/alpha -L/oracle/app/oracle/product/8.0.5/lib -R /usr/local/gcc/lib/gcc-lib/alphaev56-dec-osf4.0e/2.95 -R /usr/opt/java122/jre/lib/alpha/classic -R /usr/opt/java122/jre/lib/alpha/native_threads -R /usr/opt/java122/jre/lib/alpha -R /oracle/app/oracle/product/8.0.5/lib stub.lo Zend/libZend.la sapi/servlet/libsapi.la main/libmain.la regex/libregex.la ext/mysql/libmysql.la ext/oci8/liboci8.la ext/pcre/libpcre.la ext/posix/libposix.la ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml.la TSRM/libtsrm.la -lcxxstd -lcxx -lstdc++ -lclntsh -lpsa -lcore4 -lnlsrtl3 -lm -laio -lrt -lmld -lexc -lresolv -lm -lresolv -lgcc
gcc: unrecognized option `-pthread'
/usr/bin/ld:
/usr/local/gcc/lib/gcc-lib/alphaev56-dec-osf4.0e/2.95/libstdc++.a(stdstreams.o): cout: multiply defined
/usr/local/gcc/lib/gcc-lib/alphaev56-dec-osf4.0e/2.95/libstdc++.a(stdstreams.o): cerr: multiply defined
/usr/local/gcc/lib/gcc-lib/alphaev56-dec-osf4.0e/2.95/libstdc++.a(stdstreams.o): cin: multiply defined
collect2: ld returned 1 exit status
Exit 1
Stop.
Exit 1
Stop.
HELP????
Thanks,
Mark