Linking shared extensions fails with icc
| Bug #47104 | Linking shared extensions fails with icc | ||||
|---|---|---|---|---|---|
| Submitted: | 2009-01-14 17:17 UTC | Modified: | 2009-01-15 14:38 UTC | ||
| From: | oleg dot grenrus at dynamoid dot com | Assigned: | jani (profile) | ||
| Status: | Closed | Package: | Compile Failure | ||
| PHP Version: | 5.2.8 | OS: | Linux | ||
| Private report: | No | CVE-ID: | None | ||
[2009-01-14 17:17 UTC] 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'
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2009-01-15 14:35 UTC] jani@php.net
[2009-01-15 14:38 UTC] jani@php.net