php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: oleg dot grenrus at dynamoid dot com
New email:
PHP Version: OS:

 

 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-15 14:35 UTC] jani@php.net
Testing fix right now. (backported stuff from upstream libtool..)
 [2009-01-15 14:38 UTC] jani@php.net
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.


 [2009-11-27 12:50 UTC] svn@php.net
Automatic comment from SVN on behalf of jani
Revision: http://svn.php.net/viewvc/?view=revision&revision=291352
Log: - Re-fixed bug #47104 (Linking shared extensions fails with icc)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 12:01:27 2024 UTC