php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2276 gcc: Internal compiler error: program ld got fatal signal 11
Submitted: 1999-09-10 10:48 UTC Modified: 1999-09-21 04:44 UTC
From: salexson at connix dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.12 OS: BSDI 4.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: salexson at connix dot com
New email:
PHP Version: OS:

 

 [1999-09-10 10:48 UTC] salexson at connix dot com
Compiling PHP works without any problems. Here is the configure line I use for PHP:

./configure --with-mysql --with-apache=../apache_1.3.9 --enable-track-vars

That all seems to work fine. The problem I am having is when I try to compile Apache 1.3.9 with the PHP module


gcc  -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -g `./apaci`  -g   -o httpd buildmark.o module
s.o  modules/standard/libstandard.a  modules/proxy/libproxy.a  modules/php3/libphp3.a  main/libm
ain.a  ./os/unix/libos.a  ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a  -Wl,-rpath,/usr
/local/lib/mysql  -lgd -L/usr/local/lib/mysql -lmysqlclient -Lmodules/php3 -L../modules/php3 -L.
./../modules/php3 -lmodphp3                        -lgd -lm -ldl  -lresolv  -lgdbm
gcc: Internal compiler error: program ld got fatal signal 11
*** Error code 1

Stop.


I am using GCC version 2.7.2.1

Apache DOES compile with no problems if I don't include the PHP module.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-21 04:44 UTC] sas at cvs dot php dot net
If ld segfaults, you should try upgrading to more recent utilities or report it to the vendor.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 01:01:33 2024 UTC