This is the mail archive of the gdb@sourceware.org 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: build problem in tcl/compat/strstr.c


On Wed, Feb 14, 2007 at 01:35:58PM +0100, Baurzhan Ismagulov wrote:
> I don't mind having gdb's own strstr implementation compiled in, so I
> did the hack below. An alternative were to check for stddef.h and
> include it, otherwise defining NULL ourselves (I guess we shouldn't
> include string.h since it could have a different prototype, which would
> produce a warning).
> 
> How should we proceed?

Please either ask the Insight list, who may care, or else use
--disable-gdbtk when cross compiling; GDB itself does not use TCL.

-- 
Daniel Jacobowitz
CodeSourcery


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