php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15225 4.1.1 fails on OS X 10.1.2
Submitted: 2002-01-25 13:16 UTC Modified: 2002-04-10 19:08 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: EdFromlin at lycos dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.1 OS: darwin
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: EdFromlin at lycos dot com
New email:
PHP Version: OS:

 

 [2002-01-25 13:16 UTC] EdFromlin at lycos dot com
This appears to be a libtool issue...

4.0.6 compliles without issue on OS X 10.1.2, after making 
small changes to the ltconfig file.

In 4.1.1 there is no ltconfig file, and any attempts to 
complile fail with the following error:

ld: -undefined error must be used when -twolevel_namespace 
is in effect
/usr/bin/libtool: internal link edit command failed

This occurred even after setting the following:
setenv LDFLAGS -flat_namespace

I can get 4.1.1 to compile if I first run configure in the 
4.0.6 tree and copy the created libtool file to the 4.1.1 
tree and then run make.

Thanks for your attention; I found no mention of this error 
in the bug database.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-10 12:54 UTC] markonen@php.net
This bug has been superceded by bugs 15986 and 15987. 
Please follow those bugs for information regarding the 
forthcoming fixes for the issue you've reported.
 [2002-04-10 19:08 UTC] sniper@php.net
This bug has been fixed in CVS.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 06 21:01:27 2024 UTC