This is the mail archive of the gdb-patches@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: Windows DLL support update (a bit slimmer version)


On Sat, Oct 13, 2007 at 12:05:12PM +0200, Eli Zaretskii wrote:
> > DLL support is pretty important in my opinion, and some users might
> > be surprised to see it disappear silently because their system does
> > not have libexpat installed.
> 
> Yes.  How about adding a warning message to GDB stating that lack of
> libexpat causes the related feature to not work, when the user tries
> to invoke a command that's affected?

Yes, this is done:

      warning (_("Can not parse XML library list; XML support was disabled "
                 "at compile time"));

-- 
Daniel Jacobowitz
CodeSourcery


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