From:             [EMAIL PROTECTED]
Operating system: Gentoo Linux
PHP version:      5CVS-2005-05-29 (dev)
PHP Bug Type:     Compile Failure
Bug description:  phpize generates bad configure files

Description:
------------
Using HEAD phpize doesn't generate correct configure files anymore..

autoconf 2.13
automake 1.4
libtool 1.4.3
m4 1.4.3

Reproduce code:
---------------
cd xdebug
phpize
./configure --enable-xdebug

Actual result:
--------------
checking if compiler supports -Wl,-rpath,... yes
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 1424: s/.*>//: No such file or directory
checking for PHP prefix... /usr/local/www/php/5_1-full
...
checking for gettimeofday... yes
checking build system type... i686-pc-linux-gnu
checking for ld used by gcc... ./configure: line 2096: s%\\%/%g: No such
file or directory
no
configure: error: no acceptable ld found in $PATH
[EMAIL PROTECTED] /mnt/data5/PHP/xdebug/xdebug #                                
 

Line 1424:
$EGREP $pattern'.*include/php' $srcdir/configure|$SED 's/.*>//'|xargs
touch 2>/dev/null

Line 2096:
      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`


-- 
Edit bug report at http://bugs.php.net/?id=33177&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33177&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33177&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33177&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33177&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33177&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33177&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33177&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33177&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33177&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33177&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33177&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33177&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33177&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33177&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33177&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33177&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33177&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33177&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33177&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33177&r=mysqlcfg

Reply via email to