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: [Fwd: native hppa2.0w-hp-hpux11.11]


I'm getting a similar error to you, with mbrtowc (not mbsrtowc).

Did you get a response back from bash-maintainers on your patch?

Our solutions are different.  Your solution is to add more checks
so that hpux will properly not be multi-byte.  My solution is
to add a README.hpux file which tells the user to do this:

CPPFLAGS=-D_XOPEN_SOURCE=500 configure

Come to think of it, both parts are valid.  The autoconfiguration stuff
should be set up the way you like, and then, if people want I18N support
on HP, _XOPEN_SOURCE should enable it.

Here's the HP reference on this:

http://www.docs.hp.com/hpux/onlinedocs/5187-3605/00/00/1-con.html

In my mind, hpux-10.20 was already no longer supported by GDB :-).


Well, that makes it 2-0.

(I'll not object) so ....


Andrew


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