php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #46595 Use cc as default compiler
Submitted: 2008-11-17 15:01 UTC Modified: 2008-11-17 19:30 UTC
From: dsp@php.net Assigned: dsp (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 5.3.0alpha2 OS: Unix
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: dsp@php.net
New email:
PHP Version: OS:

 

 [2008-11-17 15:01 UTC] dsp@php.net
Description:
------------
Use the cc binary as a default compiler. The AC_PROG_CC macro usually 
checks for GCC first. There are good reasons to not use gcc and install 
another default compiler as the cc binary. Therefore AC_PROG_CC should 
use cc and then fallback to gcc.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-17 19:30 UTC] dsp@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 12:01:29 2024 UTC