ID:               21526
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: Solaris 7/8
 PHP Version:      4.3.0
 New Comment:

sed! Now this mkaes sense ... GNU sed works fine, thanks.

However, I still think it should be possible to build software
like php with native tools, and intermediate libraries would
be the way to go.


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

[2003-01-08 14:11:28] [EMAIL PROTECTED]

Due to a bug in the installed sed on your system the build
fails. Install GNU sed and it should be okay.
 
Thank you for your interest in PHP.

------------------------------------------------------------------------

[2003-01-08 14:09:00] [EMAIL PROTECTED]

Thumbs down for the new build system ...

It is impossible to get php 4.3.0 compiled on Solaris 7 and 8.
Some program in the chain craps out with "Output line too long.", and I
have reason to believe it's the Solaris linker.

I think the problem is that all object files are passed to
the linker directly on the command line. The solution to the
problem (IMHO) is to create intermediate libraries, because
the number of objects linked into the final .so depends on
the number of configured extensions.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21526&edit=1

Reply via email to