From:             j dot lammerts at chello dot nl
Operating system: AIX 5.1
PHP version:      4CVS-2003-03-13 (stable)
PHP Bug Type:     Compile Failure
Bug description:  Looks like math lib not found, which is installed

First try to compile PHP on AIX 5.1.

gcc version 2.95.3
AIX level 5.1.0.0

Only option used (for test) in configure: --without-mysql.

Make ends in this:

ld: 0711-317 ERROR: Undefined symbol: .pow
ld: 0711-317 ERROR: Undefined symbol: .ceil
ld: 0711-317 ERROR: Undefined symbol: .floor
ld: 0711-317 ERROR: Undefined symbol: .sin
ld: 0711-317 ERROR: Undefined symbol: .cos
ld: 0711-317 ERROR: Undefined symbol: .tan
ld: 0711-317 ERROR: Undefined symbol: .asin
ld: 0711-317 ERROR: Undefined symbol: .acos
ld: 0711-317 ERROR: Undefined symbol: .atan
ld: 0711-317 ERROR: Undefined symbol: .atan2
ld: 0711-317 ERROR: Undefined symbol: .sinh
ld: 0711-317 ERROR: Undefined symbol: .cosh
ld: 0711-317 ERROR: Undefined symbol: .tanh
ld: 0711-317 ERROR: Undefined symbol: .exp
ld: 0711-317 ERROR: Undefined symbol: .expm1
ld: 0711-317 ERROR: Undefined symbol: .log
ld: 0711-317 ERROR: Undefined symbol: .log10
ld: 0711-317 ERROR: Undefined symbol: .sqrt
ld: 0711-317 ERROR: Undefined symbol: .fmod
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.

I remember that these messages can mean that libm is not installed, but it
is..

Any suggestions ?

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

Reply via email to