From:             wax at y12 dot doe dot gov
Operating system: OSF1 V4.0 878 alpha
PHP version:      4.3.2
PHP Bug Type:     Compile Failure
Bug description:  make failure

I do this as a configure string:

./configure --prefix=/opt/local/stow/php-4.3.2 --with-mysql
--with-apache=/usr/local/apache --with-zlib=/opt/local
--with-zlib-dir=~wax/zlib --with-gd=/opt/local --with-jpeg-dir=/opt/local
--with-png=/opt/local

My GCC version is 2.7.2.2 .

It works fine it seems... I then run make and I get this:

gcc  -IZend/ -I/u00/wax/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/u00/wax/php-4.3.3/include -I/u00/wax/php-4.3.3/main
-I/u00/wax/php-4.3.3 -I/u00/wax/php-4.3.3/Zend -I/opt/local/include
-I/u00/wax/php-4.3.3/ext/xml/expat  -I/u00/wax/php-4.3.3/TSRM  -g -O2  -c
/u00/wax/php-4.3.3/Zend/zend_stack.c -o Zend/zend_stack.o  && echo >
Zend/zend_stack.lo
gcc  -IZend/ -I/u00/wax/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/u00/wax/php-4.3.3/include -I/u00/wax/php-4.3.3/main
-I/u00/wax/php-4.3.3 -I/u00/wax/php-4.3.3/Zend -I/opt/local/include
-I/u00/wax/php-4.3.3/ext/xml/expat  -I/u00/wax/php-4.3.3/TSRM  -g -O2  -c
/u00/wax/php-4.3.3/Zend/zend_variables.c -o Zend/zend_variables.o  && echo
> Zend/zend_variables.lo
gcc  -IZend/ -I/u00/wax/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/u00/wax/php-4.3.3/include -I/u00/wax/php-4.3.3/main
-I/u00/wax/php-4.3.3 -I/u00/wax/php-4.3.3/Zend -I/opt/local/include
-I/u00/wax/php-4.3.3/ext/xml/expat  -I/u00/wax/php-4.3.3/TSRM  -g -O2  -c
/u00/wax/php-4.3.3/Zend/zend.c -o Zend/zend.o  && echo > Zend/zend.lo
/u00/wax/php-4.3.3/Zend/zend.c: In function `zend_error':
/u00/wax/php-4.3.3/Zend/zend.c:780: request for member `__offset' in
something not a structure or union
/u00/wax/php-4.3.3/Zend/zend.c:780: request for member `__base' in
something not a structure or union
/u00/wax/php-4.3.3/Zend/zend.c:780: request for member `__offset' in
something not a structure or union
/u00/wax/php-4.3.3/Zend/zend.c:780: request for member `__offset' in
something not a structure or union
*** Exit 1
Stop.


Any suggestions on what is wrong?  I will see about upgrading my GCC to
3.3 tomorrow... but if I don't have to upgrade that... the better...



-- 
Edit bug report at http://bugs.php.net/?id=24104&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24104&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24104&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24104&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24104&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24104&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24104&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24104&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24104&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24104&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24104&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24104&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24104&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24104&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24104&r=gnused

Reply via email to