This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: Error Building GDB6.3


> -----Original Message-----
> From: gdb-owner On Behalf Of Paul Breed
> Sent: 12 November 2004 18:47

> I'm trying to build a stock GDB 6.3  cross debugger in a stock cygwin 
> environment.
> 
> I get the following error.....
> 
> make[1]: *** No rule to make target `../intl/libintl.a', 
> needed by `gdb.exe'.
> top.
> make[1]: Leaving directory `/build/gdb/gdb'
> 
> There is no intl group in the un-tar-ed source set, any idea 
> as to  what is wrong?
> 
> I tried copying the intl branch from under GCC over to the 
> source tree, but no change....


  Cygwin doesn't support it, whatever it is, so you need to pass "--disable-nls"
on the configure command line.


    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....


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