php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #246 Make Dependencies with make get wrong.
Submitted: 1998-04-06 04:47 UTC Modified: 1998-04-07 21:23 UTC
From: Philippe dot Rochat at epfl dot ch Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Release Candidate 3 OS: AIX 4.2
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:
25 - 21 = ?
Subscribe to this entry?

 
 [1998-04-06 04:47 UTC] Philippe dot Rochat at epfl dot ch
I got the solution by using gmake.

With make (with my config.), the functions objects are 
written in the current directory. This means for example
url.c is not stored in the functions subdir and therefor 
the linking stage get an error.

Solution would be either to make a short Makefile in the 
functions subdir (which seems to me the most clean), of
making a subdepency which would first change directory to
functions to compile them.

Ph.R.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-04-07 21:23 UTC] jim
This is documented clearly in the FAQ.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC