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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Thu Mar 28 17:01:29 2024 UTC