From owner-freebsd-questions Fri Feb 6 19:33:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27070 for questions-outgoing; Fri, 6 Feb 1998 19:33:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ms1.ttn.com.tw (ms1.ttn.com.tw [203.66.150.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27031 for ; Fri, 6 Feb 1998 19:33:36 -0800 (PST) (envelope-from jonahkuo@mail.ttn.com.tw) Received: from mail.ttn.com.tw (cs1p03.txg.ttn.net.tw [203.70.179.35]) by ms1.ttn.com.tw (8.8.5/8.8.5) with ESMTP id LAA12596; Sat, 7 Feb 1998 11:06:25 +0800 (CST) Message-ID: <34DBD9FA.8573493@mail.ttn.com.tw> Date: Sat, 07 Feb 1998 11:50:18 +0800 From: Jonah Kuo Reply-To: jonahkuo@mail.ttn.com.tw X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Rasmus Lerdorf CC: freebsd mailing list Subject: php-3.0b4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" Mr, I'm having trouble with PHP-3.0b4. My OS is Freebsd 3.0-current and gcc is v2.7.2.1. After I configured it, I simply type 'make' and it produced lots of error messages. I found all the object files in functions/ were put into the top source tree, except number.o, instead functions/ directory. Then I checked the Makefile, I found functions/%.o: functions/%.c $(CC) $(CFLAGS) -c $< -o $@ functions/number.o: functions/number.c $(CC) $(CFLAGS) -w -c $< -o $@ Is there something wrong? or should I modify the file /etc/make.conf? Thanks in advance. Jonah