regerror link error

J.T. Conklin jtc@redback.com
Fri Mar 24 14:44:00 GMT 2000


>>>>> "Philippe" == Philippe De Muyter <phdm@macqel.be> writes:
Philippe> makes the compilation of gdb fail on my system (m68k-motorola-sysv) :
Philippe> [...] 

Philippe> Actually, I have found a __regerror, but no regerror.  How
Philippe> can we fix that ?

I think the __regerror() function in gnu-regex.c needs to be renamed
regerror().  All the other functions in that file are defined without
leading double-underscores with a weak_alias() which I assume maps the
two forms together in glibc.  It certainly looks like the underscores
aren't supposed to be there.

        --jtc

-- 
J.T. Conklin
RedBack Networks


More information about the Gdb-patches mailing list