php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #562 Make fail with php 3.02 and cc
Submitted: 1998-07-20 08:55 UTC Modified: 1998-10-03 20:58 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: ggnet at icon dot co dot za Assigned:
Status: Closed Package: Compile Failure
PHP Version: other OS: Unixware 2.12
Private report: No CVE-ID: None
 [1998-07-20 08:55 UTC] ggnet at icon dot co dot za
./configure {with no options}
make

uw01#root@/big/nodel/php-3.0.2>make
        cc -g   -I. -I.                     -c language-parser.tab.c -o language
-parser.tab.o
UX:cc: ERROR: -o would overwrite language-parser.tab.o
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
uw01#root@/big/nodel/php-3.0.2>

ps. Let me know if you have compile problems.  I can assist you with a login on a UW 2.12 box.

Hannes Visagie

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-10-03 20:58 UTC] zeev
That appears to be due to a weird version of make.
When in doubt, use GNU make.
(the fix you've suggested won't work with other versions
of make...)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 09:01:29 2024 UTC