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 10:45:37AM -0400, Daniel Jacobowitz wrote:
> 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.

BFD uses src/gettext.m4.  intl uses src/config/gettext.m4.  They define
different macros, and detect different conditions.

config/gettext.m4 is the new one and presumably better.  We will have
to migrate.  With a little luck, this will fix some known problems
building GDB with NLS...

I will work on it.

-- 
Daniel Jacobowitz
CodeSourcery


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