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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: Philippe dot Rochat at epfl dot ch
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 23:01:34 2024 UTC