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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 13:01:35 2024 UTC