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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
46 + 26 = ?
Subscribe to this entry?

 
 [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: Mon Apr 29 19:01:30 2024 UTC