php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4542 Syntax error in Makefile
Submitted: 2000-05-22 08:34 UTC Modified: 2000-06-09 19:49 UTC
From: aprasad at fs dot fed dot us Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Release Candidate 2 OS: SGI IRIX 6.5.3
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: aprasad at fs dot fed dot us
New email:
PHP Version: OS:

 

 [2000-05-22 08:34 UTC] aprasad at fs dot fed dot us
> ./configure --with-mysql --with-apxs
Successfully configures.......

> make
make: file `/hdf/mysql/php-4.0RC2/build/program.mk' line 29: Syntax error

I enclose  the program.mk file that contains the syntax error

# $Id: program.mk,v 1.2 2000/01/01 20:48:42 sas Exp $ 
#

PROGRAM_OBJECTS = $(PROGRAM_SOURCES:.c=.lo)

$(PROGRAM_NAME): $(PROGRAM_DEPENDENCIES) $(PROGRAM_OBJECTS)
	$(LINK) $(PROGRAM_LDFLAGS) $(PROGRAM_OBJECTS) $(PROGRAM_LDADD)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-09 19:49 UTC] sas at cvs dot php dot net
Fixed in CVS. Thanks for your report.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Mar 13 21:01:32 2025 UTC