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
 [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: Sun May 05 22:01:29 2024 UTC