php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9927 C compiler cannot create executables...
Submitted: 2001-03-22 10:51 UTC Modified: 2001-05-23 00:06 UTC
From: sfaure at bancotdf dot com dot ar Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Solaris 8 (SPARC version)
Private report: No CVE-ID: None
 [2001-03-22 10:51 UTC] sfaure at bancotdf dot com dot ar
when i run ./configure --with-mysql --with-apxs i get this:
--my gcc compiler version is :gcc version 2.95.3 20010315 (release)--

# ./configure --with-mysql --with-apxs
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... sparc-sun-solaris2.8
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for bison... no
checking for byacc... no
configure: warning: You will need bison if you want to regenerate the PHP parsers.
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-22 23:55 UTC] sniper@php.net
if your compiler can't create executables..well, it's not PHP problem.

--Jani

 [2001-05-23 00:06 UTC] mfischer@php.net
Try looking into config.log, it should tell you what has failed.

- Markus
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 23:01:27 2025 UTC