|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-01-22 20:11 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 03:00:01 2025 UTC |
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.