php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #932 LIBS in Makefile contains -Wl,-rpath which ld does not grok
Submitted: 1998-11-19 23:14 UTC Modified: 1998-11-25 01:50 UTC
From: yusufg at huge dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (19/11/1998) OS: Linux 2.0.34 Redhat 5.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 - 25 = ?
Subscribe to this entry?

 
 [1998-11-19 23:14 UTC] yusufg at huge dot net
Compiling PHP with apxs it inserts the string -Wl,-rpath into the variables

APXS_FLAGS and LIBS

I have to removed -Wl,-rpath from APXS_FLAGS to get it pass APXS
Also LIBS is passed to ld which does not grok -Wl which is used by gcc
to pass the field to ld. It would seem that apxs calls ld directly which would require that in cases using apxs the -Wl should not be inserted
into LIBS


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-11-25 01:50 UTC] rasmus
This has been fixed in CVS and will be in 3.0.6
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 23:01:31 2024 UTC