I have been trying for 2 days to compile PHP under Solaris 8 for x86. Everything goes well untill I get this:
I have been trying to compile now for 2 days without any luck. Here are my
error messages:
gcc -I. -I/opt/PHP/src/php-4.1.1/ext/mysql/libmysql -I/opt/PHP/src/php-4.1.1
/main -I/opt/PHP/src/php-4.1.1 -I/opt/PHP/src/php-4.1.1/Zend -I/opt/PHP/src/
php-4.1.1/ext/mysql/libmysql -I/opt/PHP/src/php-4.1.1/ext/xml/expat -D_POSI
X_PTHREAD_SEMANTICS -I/opt/PHP/src/php-4.1.1/TSRM -g -O2 -c password.c &&
touch password.lo
Assembler: password.c
\"/var/tmp/ccm2KIzt.s\", line 1500 : Illegal mnemonic
\"/var/tmp/ccm2KIzt.s\", line 1500 : Syntax error
\"/var/tmp/ccm2KIzt.s\", line 1550 : Illegal mnemonic
\"/var/tmp/ccm2KIzt.s\", line 1550 : Syntax error
\"/var/tmp/ccm2KIzt.s\", line 1699 : Illegal mnemonic
\"/var/tmp/ccm2KIzt.s\", line 1699 : Syntax error
\"/var/tmp/ccm2KIzt.s\", line 1788 : Illegal mnemonic
\"/var/tmp/ccm2KIzt.s\", line 1788 : Syntax error
Error code 1
make: Fatal error: Command failed for target password.lo\'
Current working directory /opt/PHP/src/php-4.1.1/ext/mysql/libmysql
*** Error code 1
make: Fatal error: Command failed for targetall-recursive\'
Current working directory /opt/PHP/src/php-4.1.1/ext/mysql/libmysql
Error code 1
make: Fatal error: Command failed for target all-recursive\'
Current working directory /opt/PHP/src/php-4.1.1/ext/mysql
*** Error code 1
make: Fatal error: Command failed for targetall-recursive\'
Current working directory /opt/PHP/src/php-4.1.1/ext
*** Error code 1
make: Fatal error: Command failed for target `all-recursive\'
Please help !!!!!
Thanks,
JT