From: [EMAIL PROTECTED] Operating system: Tru64/OSF1 v5.0a PHP version: 4.0.5 PHP Bug Type: Compile Problem Bug description: make fails on Tru64. 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 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]