php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17417 broken(missing) detect of gcc
Submitted: 2002-05-24 15:58 UTC Modified: 2002-07-18 01:00 UTC
Votes:6
Avg. Score:4.3 ± 0.7
Reproduced:6 of 6 (100.0%)
Same Version:3 (50.0%)
Same OS:4 (66.7%)
From: phil at bolthole dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.2.1 OS: Solaris 8
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-05-24 15:58 UTC] phil at bolthole dot com
php 4.1.2 properly detects and adjusts for gcc as the compiler.

For some reason, 4.2.1 does not. It is neccessary to use
CC=gcc ./configure
otherwise, there are a bunch of "cc: not found" errors.

Please unbreak whatever was broken in configure, moving from 4.1.2 to 4.2.1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-24 16:42 UTC] sniper@php.net
AFAIK, it's some bug in autoconf 2.13 (and we can't use autoconf 2.5x as it is buggy otherwise) so..

This is propably something we do wrong though since, IIRC,
there wasn't this kind of problem in those releases which
had configure created with 2.13 autoconf..

--Jani

 [2002-06-17 21:27 UTC] sniper@php.net
This was reported fixed in the CVS..please try this
snapshot:

http://snaps.php.net/php4-latest.tar.gz

For 4.3.0 we should be able to use autoconf 2.5x
as the problems we had with it in linux (and ext/mysql)
do not exist anymore.

--Jani

 [2002-07-18 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 16:01:28 2024 UTC