php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2488 compile failure with "build.mk", buildconf OK
Submitted: 1999-10-11 05:56 UTC Modified: 1999-10-17 09:57 UTC
From: danny dot heijl at cevi dot be Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Latest CVS (11/10/1999) OS: Red Hat 5.2 Linux
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: danny dot heijl at cevi dot be
New email:
PHP Version: OS:

 

 [1999-10-11 05:56 UTC] danny dot heijl at cevi dot be
If I do :

make -f build.mk cvsclean
make -f build.mk
./configure --prefix=/home/local/php \
            --enable-debug \
            --enable-bcmath \
            --enable-static \
            --with-gd=/home/local \
            --with-config-file-path=/home/local/apache/etc \
            --with-gdbm \
            --with-xml=/home/local \
            --with-zlib
            --with-informix=yes

make

I get the following compile failure :

make  all-recursive
make[1]: Entering directory `/home/php/php4'
Making all in libzend
make[2]: Entering directory `/home/php/php4/libzend'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/php/php4/./libzend -I.. @INCLU
DES@  -I/home/local/include -I/home/local/include/xml  -O2 -g -g -Wall -I/opt/informix/incl/esql
 -g -Wall -c zend-scanner.c
gcc -DHAVE_CONFIG_H -I. -I/home/php/php4/./libzend -I.. @INCLUDES@ -I/home/local/include -I/home
/local/include/xml -O2 -g -g -Wall -I/opt/informix/incl/esql -g -Wall -c zend-scanner.c -o zend-
scanner.o
gcc: @INCLUDES@: No such file or directory
zend-scanner.c:5573: warning: `yy_fatal_error' defined but not used
zend-scanner.c:5558: warning: `yy_top_state' defined but not used
make[2]: *** [zend-scanner.lo] Error 1
make[2]: Leaving directory `/home/php/php4/libzend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/php/php4'
make: *** [all-recursive-am] Error 2

No problems with "buildconf".

Danny.
---

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-17 09:57 UTC] sas at cvs dot php dot net
Make sure that libzend/TSRM are only symbolic links. build.mk must be used to create the configuration files, if libzend/TSRM are copied into the php4 directory.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 05 09:01:31 2024 UTC