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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ggnet at icon dot co dot za
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Mar 12 07:01:32 2025 UTC