From:             [EMAIL PROTECTED]
Operating system: Solaris 7/8
PHP version:      4.3.0
PHP Bug Type:     Compile Failure
Bug description:  Linker failure - ".

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

Reply via email to