This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrapping 3.4.2 on AIX 5.1.0.0
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Grubb, Richard L" <richard dot l dot grubb at boeing dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 10 Nov 2004 13:34:41 -0500
- Subject: Re: Bootstrapping 3.4.2 on AIX 5.1.0.0
- References: <916902F86FEEA449853A640A6265DA90043A4E03@xch-mw-05.mw.nos.boeing.com>
> ld: 0711-317 ERROR: Undefined symbol: .libiconv
> ld: 0711-317 ERROR: Undefined symbol: .libiconv_open
> ld: 0711-317 ERROR: Undefined symbol: .libiconv_close
You can find the source of those symbols by looking in the various
libraries (libintl, libiberty, libbackend.
You might try configuring with --disable-nls to work around the
build problem.
David