This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap broken because of missing intl routines
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Zack Weinberg" <zack at codesourcery dot com>
- Cc: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>, gcc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- Date: Sat, 05 Jul 2003 18:52:50 -0400
- Subject: Re: Bootstrap broken because of missing intl routines
>>>>> Zack Weinberg writes:
>> ld: 0711-317 ERROR: Undefined symbol: .iconv_open
>> ld: 0711-317 ERROR: Undefined symbol: .iconv_close
>> ld: 0711-317 ERROR: Undefined symbol: .iconv
Zack> This is likely to be the charset patch, not the NLS patch. Could you
Zack> please determine which object file contains the references to the
Zack> missing symbols? Also, the complete text of gcc/config.log would be
Zack> useful.
cppcharset.o
- U .iconv_open
- U .iconv_close
- U .iconv
gcc/config.log sent privately.
David