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
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 !
Your email address:
MUST BE VALID
Solve the problem:
37 + 6 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

History

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

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC