ID: 47104 Updated by: j...@php.net Reported By: oleg dot grenrus at dynamoid dot com -Status: Assigned +Status: Closed Bug Type: Compile Failure Operating System: Linux PHP Version: 5.2.8 Assigned To: jani New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2009-01-15 14:35:41] j...@php.net Testing fix right now. (backported stuff from upstream libtool..) ------------------------------------------------------------------------ [2009-01-14 17:17:51] oleg dot grenrus at dynamoid dot com Description: ------------ When compiling with icc, fails to link shared extensions. in build/libtool.m4 in AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) with both icpc and icc there are: _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' but should be: _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47104&edit=1