From:             sharan dot mudgal at gmail dot com
Operating system: AIX 5.2
PHP version:      5.2.0
PHP Bug Type:     Compile Failure
Bug description:  linking issues in building PHP 5.2.0 on AIX 5.2

Description:
------------
linking issues in building PHP 5.2.0 on AIX 5.2.

Reproduce code:
---------------
configure ./

Expected result:
----------------
It should compile correctly

Actual result:
--------------
The configure script fails with the following error.

checking for object suffix... o
checking for executable suffix... no
checking for c++... no
checking for g++... g++
checking whether the C++ compiler (g++  -pthread  ) works... no
configure: error: installation or configuration problem: C++ compiler
cannot create executables.

The config.log reads
configure:105907: g++ -o conftest  -pthread  -D_THREAD_SAFE   conftest.C 
1>&5
ld: 0711-201 SEVERE ERROR: External symbol typeinfo name for
std::codecvt<wchar_t, char, char*>, defined in member codecvt.o
        of archive
/opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/pthread/libstdc++.a,
was not found in the archive's global symbol table.
and lots of similar errors.

-- 
Edit bug report at http://bugs.php.net/?id=40199&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40199&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40199&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40199&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40199&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40199&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40199&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40199&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40199&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40199&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40199&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40199&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40199&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40199&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40199&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40199&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40199&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40199&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40199&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40199&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40199&r=mysqlcfg

Reply via email to