ID: 10806
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Compile Failure
Operating System: Tru64/OSF1 v5.0a
PHP Version: 4.0.5
New Comment:

Reopen if this happens with latest CVS snapshot from 
http://snaps.php.net/

--Jani


Previous Comments:
------------------------------------------------------------------------

[2001-05-11 04:52:33] [EMAIL PROTECTED]

GNU make:
$ ./configure
[...]
$ make 
Makefile:29: /build/rules.mk: No such file or directory
Makefile:30: /build/library.mk: No such file or directory
Makefile:31: /build/program.mk: No such file or directory
make: *** No rule to make target `/build/program.mk'.  Stop.
$ make -d
[...]
 No implicit rule found for `/build/program.mk'.
  Finished prerequisites of target file `/build/program.mk'.
 Must remake target `/build/program.mk'.
make: *** No rule to make target `/build/program.mk'.  Stop.


Compaq make:
$ ./configure
[...]
$ make
Make: Cannot open /build/rules.mk.  Stop.
$ make -d
MAKE ENTRY (make -d) at Fri May 11 10:43:16 2001
Reading internal rules.
MAKEDIR=/
Include file: "/build/rules.mk"
Make: Cannot open /build/rules.mk.  Stop.
Current working directory on exit from make is /usr/users/stone/dl/php-4.0.5
MAKE EXIT (1) at Fri May 11 10:43:16 2001

My workaround:
/opt/make/bin/make top_srcdir=/home/stone/dl/php-4.0.5 
top_builddir=/home/stone/dl/php-4.0.5 builddir=.
or edit the makefiles... 

Then the compile stops at zend_operators.c see bug: #10805


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=10806&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to