1) Pathe seems to be correect and not looking in the default\
2)I do not have a default libtools in the AIX compiler for it to look at. The only 
libtools files are for php and apache
top_builddir = /tmp/php4-STABLE-200404150030
.
.
.
.
.
.
LIBTOOL = $(SHELL) $(top_builddir)/libtool --silent --preserve-dup-deps

Proposed solution per notes below .....
Thus the solution is to modify the PHP Makefile so that the line

   LIBTOOL = $(SHELL) libtool --silent

instead reads

   LIBTOOL = $(SHELL) ./libtool --silent

Previous rec'd message
 ID:               27986
 Updated by:       [EMAIL PROTECTED]
 Reported By:      sandduneinfo at earthlink dot net
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: AIX 5.1
 PHP Version:      4CVS, 5CVS (2004-04-16)
 New Comment:

Have you tried the fix suggested here yet? 
 
http://marc.theaimsgroup.com/?l=php-install&m=104327038604878&w=2
 
I don't have access AIX so I have no idea if it works, but 
it's worth a shot... 
 
J 


Previous Comments:
------------------------------------------------------------------------

[2004-05-12 04:21:41] sandduneinfo at earthlink dot net

OK here is the compile errors from last attempt. If I do not have this
resolved by the end of the week the project is lost to perl. I have no
defense it has been a month since I reported this to you. The first
fixes I patched in repaired the unsigned integer - I web searched and
it seems this .lo extension unrecognized has come up in older releases
of AIX and was supposedly resolved in much older releases of php.
Anyway for what its worth here is the detail of error output:
cc: 1501-218 file ext/standard/formatted_print.lo contains an incorrect

Dan Rizzi
Sand Dune Information Services LLC
(516) 983-4142

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to