ID: 42318 Updated by: [EMAIL PROTECTED] -Summary: problem with nm Reported By: rainer dot tammer at schulergroup dot com -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: AIX 5.2/5.3 PHP Version: 5.2.3 New Comment:
What exactly was the error you got? And has this worked in earlier AIX systems with exactly same way of building it? Previous Comments: ------------------------------------------------------------------------ [2007-08-16 13:04:28] rainer dot tammer at schulergroup dot com Description: ------------ During the AIX build nm could not find the .o files. Reproduce code: --------------- export CC=cc_r export CXX=xlC_r ./configure \ --disable-ipv6 \ --with-libxml-dir=/usr/local \ --with-mysql=/usr/local/mysql \ --with-apxs=/usr/local/apache/bin/apxs \ --with-zlib=/opt/freeware \ --with-jpeg-dir=/opt/freeware \ --with-png-dir=/opt/freeware \ --with-gd \ --enable-gd-native-ttf \ --enable-mbstring \ --with-curl=/usr/local \ --enable-ftp Expected result: ---------------- On recent AIX systems the .o files are placed in .libs/xxx.o ./sapi/cgi/config9.m4 BUILD_CGI="... | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | ... -> change BUILD_CGI="... | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | ... ./sapi/cli/config.m4 BUILD_CLI="... | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | ... -> change BUILD_CLI="... | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | ... With the above changes (and a newly generated configre) the build completes withot errors. Is this an acceptable solution to the build problem ?? Bye Rainer Actual result: -------------- N/A ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42318&edit=1
