This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: changes in 'intl'


On Thu, May 25, 2006 at 06:57:01AM -0700, Brian Dessent wrote:
> I'm having difficulty building current CVS binutils for native cygwin
> (i686-pc-cygwin).  If I configure without options, nothing is built in
> intl/ and I get the following error trying to link in binutils/

The very same code fragment, from config/gettext.m4, is used to
determine whether to build intl/ and whether to link to it.  This is
very strange.  I'm going to try to reproduce it myself.

> ./../intl/libintl.a(loadmsgcat.o): In function `_nl_init_domain_conv':
> /usr/src/sourceware/intl/loadmsgcat.c:869: undefined reference to
> `_libiconv_open'

More evidence that the configury is messed up; intl/ detected iconv,
but binutils/ isn't linking to it.

> I think the 'src' intl was recently synched from the gcc repo, could
> this be the cause, or did that happen the other way around?

Yes, that is probably the cause.

-- 
Daniel Jacobowitz
CodeSourcery


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