This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC 3.1 on AIX good and bad


Hello,

build good, using bad.

The build off gcc 3.1 for languages c,c++ was ok. I have NOT done the
tests.

After installing I got the following error message for a small
HelloWorld example:

Reading specs from
/usr/oss/apps/gcc-3.1/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.1/specs
Configured with: ../configure --enable-languages=c,c++
--enable-threads=posix --prefix=/usr/oss/apps/gcc-3.1
Thread model: aix
gcc version 3.1
 /usr/oss/apps/gcc-3.1/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.1/cc1plus -v
-D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 -D_IBMR2 -D_POWER
-D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_LONG_LONG -D_IBMR2 -D_POWER -D_AIX
-D_AIX32 -D_AIX41 -D_AIX43 -D_LONG_LONG -Asystem=unix -Asystem=aix
-D__NO_INLINE__ -D__STDC_HOSTED__=1 -D_XOPEN_SOURCE=500
-D_XOPEN_SOURCE_EXTENDED=1 -D_LARGE_FILE_API -D_ALL_SOURCE -D_ARCH_COM
HalloWelt.cc -D__GNUG__=3 -D__DEPRECATED -D__EXCEPTIONS
-D__GXX_ABI_VERSION=100 -quiet -dumpbase HalloWelt.cc -version -o
/tmp//ccg1leqZ.s
GNU CPP version 3.1 (cpplib)
GNU C++ version 3.1 (powerpc-ibm-aix4.3.2.0)
        compiled by GNU C version 3.1.
ignoring nonexistent directory
"/usr/oss/apps/gcc-3.1/powerpc-ibm-aix4.3.2.0/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/oss/apps/gcc-3.1/include/g++-v3
 /usr/oss/apps/gcc-3.1/include/g++-v3/powerpc-ibm-aix4.3.2.0
 /usr/oss/apps/gcc-3.1/include/g++-v3/backward
 /usr/local/include
 /usr/oss/apps/gcc-3.1/include
 /usr/oss/apps/gcc-3.1/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.1/include
 /usr/include
End of search list.
 as -u -mcom -o /tmp//ccHrPRf3.o /tmp//ccg1leqZ.s
 /usr/oss/apps/gcc-3.1/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.1/collect2
-bpT:0x10000000 -bpD:0x20000000 -btextro -bnodelcsect -o HalloWelt
/lib/crt0.o -L/usr/oss/apps/gcc-3.1/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.1
-L/usr/oss/apps/gcc-3.1/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.1/../../..
/tmp//ccHrPRf3.o -lstdc++ -lm -lgcc_s
/usr/oss/apps/gcc-3.1/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.1/libgcc.a -lc
-lgcc_s
/usr/oss/apps/gcc-3.1/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.1/libgcc.a
ld: 0711-317 ERROR: Undefined symbol: .std::basic_ostream<char,
std::char_traits<char> >& std::operator<< <std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*)
ld: 0711-317 ERROR: Undefined symbol:
.std::ios_base::Init::Init[in-charge]()
ld: 0711-317 ERROR: Undefined symbol: .std::ios_base::Init::~Init
[in-charge]()
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status

further information can be provided.

mit freundliche Gruessen / kind regards
Andreas Conz

WWW    http://www.neuro.informatik.uni-kassel.de/~andreasc
e-mail andreasc@neuro.informatik.uni-kassel.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]