php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35015 Compile/Linking failure on AIX
Submitted: 2005-10-29 09:19 UTC Modified: 2005-10-30 20:21 UTC
From: nohn@php.net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.0RC4 OS: AIX
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: nohn@php.net
New email:
PHP Version: OS:

 

 [2005-10-29 09:19 UTC] nohn@php.net
Description:
------------
Make fails.

Reproduce code:
---------------
$ ./configure --disable-libxml --disable-dom --disable-simplexml --disable-xml --without-pear
$ make

$ gcc -v
Using built-in specs.
Target: powerpc-ibm-aix5.1.0.0
Configured with: /home/linke/temp/gcc-4.0.2/configure --with-libiconv-prefix=/usr --disable-nls --disable-multilib
Thread model: aix
gcc version 4.0.2

$ libtool --version
ltmain.sh (GNU libtool) 1.5.18 (1.1220.2.245 2005/05/16 08:55:27)

Copyright (C) 2005  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Actual result:
--------------
        /opt/freeware/bin/bash /home/vb1054/php-5.1.0RC4/libtool --silent --preserve-dup-deps --mode=compile gcc  -Isapi/cgi/ -I/home/vb1054/php-5.1.0RC4/sapi/cgi/ -DPHP_ATOM_INC -I/home/vb1054/php-5.1.0RC4/include -I/home/vb1054/php-5.1.0RC4/main -I/home/vb1054/php-5.1.0RC4 -I/home/vb1054/php-5.1.0RC4/ext/date/lib -I/home/vb1054/php-5.1.0RC4/TSRM -I/home/vb1054/php-5.1.0RC4/Zend    -g -O2  -c /home/vb1054/php-5.1.0RC4/sapi/cgi/cgi_main.c -o sapi/cgi/cgi_main.lo
        /opt/freeware/bin/bash /home/vb1054/php-5.1.0RC4/libtool --silent --preserve-dup-deps --mode=compile gcc  -Isapi/cgi/ -I/home/vb1054/php-5.1.0RC4/sapi/cgi/ -DPHP_ATOM_INC -I/home/vb1054/php-5.1.0RC4/include -I/home/vb1054/php-5.1.0RC4/main -I/home/vb1054/php-5.1.0RC4 -I/home/vb1054/php-5.1.0RC4/ext/date/lib -I/home/vb1054/php-5.1.0RC4/TSRM -I/home/vb1054/php-5.1.0RC4/Zend    -g -O2  -c /home/vb1054/php-5.1.0RC4/sapi/cgi/getopt.c -o sapi/cgi/getopt.lo
        /opt/freeware/bin/bash /home/vb1054/php-5.1.0RC4/libtool --silent --preserve-dup-deps --mode=compile gcc  -Imain/ -I/home/vb1054/php-5.1.0RC4/main/ -DPHP_ATOM_INC -I/home/vb1054/php-5.1.0RC4/include -I/home/vb1054/php-5.1.0RC4/main -I/home/vb1054/php-5.1.0RC4 -I/home/vb1054/php-5.1.0RC4/ext/date/lib -I/home/vb1054/php-5.1.0RC4/TSRM -I/home/vb1054/php-5.1.0RC4/Zend    -g -O2  -c main/internal_functions.c -o main/internal_functions.lo
        echo '\
/opt/freeware/bin/bash: -c: line 1: unexpected EOF while looking for matching `''
make: 1254-004 The error code from the last command is 2.


Stop.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-30 20:21 UTC] sniper@php.net
Broken sed/etc. Not PHP bug.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 11:02:27 2025 UTC