ID: 27912 Updated by: [EMAIL PROTECTED] Reported By: edink at emini dot dk -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: unix PHP Version: 4CVS-2004-04-07 (stable) New Comment:
--without-pic is supposed to be a libtool flag, it has nothing to do with PHP. If it doesn't work, report that to the libtool folks. Previous Comments: ------------------------------------------------------------------------ [2004-04-07 17:36:07] edink at emini dot dk Description: ------------ When PHP is compiled as shared library, say as an Apache module --without-pic configure option is ignored. This resuts in performance loss of anywhere from 15% - 40%. Expected result: ---------------- ./configure --with-apxs --without-pic should result in object files copiled with -prefer-non-pic flag. Actual result: -------------- Object files get copiled with -prefer-pic flag. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27912&edit=1
