Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Feb 1998 11:50:18 +0800
From:      Jonah Kuo <jonahkuo@mail.ttn.com.tw>
To:        Rasmus Lerdorf <rasmus@lerdorf.on.ca>
Cc:        freebsd mailing list <questions@FreeBSD.ORG>
Subject:   php-3.0b4
Message-ID:  <34DBD9FA.8573493@mail.ttn.com.tw>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34DBD9FA.8573493>