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]

Problems building 3.2.1 on AIX 4.3.2


Trying to build GCC 3.2.1 on AIX 4.3.2:
  $ mkdir objdir
  $ cd objdir
  $ CC=/usr/vac/bin/cc ../configure --enable-nls \
  --with-included-gettext --enable-shared --disable-aix64 \
  --enable-threads --prefix=[blah] --with-local-prefix=[blah]
  $ gmake bootstrap
  ...
  gmake[4]: Entering directory
  `/opt/build/gcc-3.2.1/objdir/powerpc-ibm-aix4.3.2.0/libstdc++-v3/testsuite'
  ...
  /opt/build/gcc-3.2.1/objdir/gcc/g++ -shared-libgcc
  -B/opt/build/gcc-3.2.1/objdir/gcc/ -nostdinc++
  -B/opt/TWWfsw/gcc321/powerpc-ibm-aix4.3.2.0/bin/
  -B/opt/TWWfsw/gcc321/powerpc-ibm-aix4.3.2.0/lib/ -isystem
  /opt/TWWfsw/gcc321/powerpc-ibm-aix4.3.2.0/include -g -O2 -o abi_check
  abi_check.o
  -L/opt/build/gcc-3.2.1/objdir/powerpc-ibm-aix4.3.2.0/libstdc++-v3/src
  -L/opt/build/gcc-3.2.1/objdir/powerpc-ibm-aix4.3.2.0/libstdc++-v3/src/.libs
  -lm
  ld: 0711-317 ERROR: Undefined symbol: std::basic_string<char,
  std::char_traits<char>, std::allocator<char> >::_Rep::_S_terminal
  ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char,
  std::char_traits<char>, std::allocator<char> >::find(char const*,
  unsigned long, unsigned long) const
  ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char,
  std::char_traits<char>, std::allocator<char> >::find(char, unsigned
  long) const
  ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char,
  std::char_traits<char>, std::allocator<char> >::replace(unsigned long,
  unsigned long, char const*, unsigned long)
  ...

I had no problems building GCC 3.2.

-- 
albert chin (china@thewrittenword.com)


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