php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1140 bn=language-parser.tab.o: Command not found.
Submitted: 1999-02-11 07:03 UTC Modified: 1999-10-04 17:02 UTC
From: vanek at czu dot cz Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.6 OS: IRIX 6.4 IP27
Private report: No CVE-ID: None
 [1999-02-11 07:03 UTC] vanek at czu dot cz
When I try to compile PHP and apache v.1.3.4 with mysql I found a compiling error in the folowing statement:
Step 1:
cd apache_1.3.4
./configure --prefix=/<localpath>
result: OK
Step 2:
cd ../php-3.0.x
./configure --with-mysql --with-apache=../apache_1.3.4 --enable-track-vars
result: OK
Step 3:
make
result:
 gcc -g -O2 -O2   -I. -I.   -I../apache_1.3.4/src/include -I../apache_1.3.4/src/os/unix -I/usr/local/include/mysql <...>
bn=language-parser.tab.o: Command not found.
*** Error code 1 (bu21)
----
list from Makefile:
.c.o:
        $(CC) $(CFLAGS) -c $< -o $@
        @bn=`echo $@ | sed -e 's#functions/##'`; test -f $@ || \
          (test "$@" != "$$bn" && test -f "$$bn" && mv $$bn $@)

functions/number.o: functions/number.c
        $(CC) $(CFLAGS) -w$(WARNING_LEVEL) -c $< -o $@
        @bn=`echo $@ | sed -e 's#functions/##'`; test -f $@ || \
          (test "$@" != "$$bn" && test -f "$$bn" && mv $$bn $@)
----
I think the problem is with @bn=`...  , but I don't know how to solve it. Please, would you be so kind as to help me?
Thanks,
JV (vanek@czu.cz)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-04 17:02 UTC] sas at cvs dot php dot net
Please resubmit, if it still happens with the latest PHP 3.0.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 20:01:34 2024 UTC