java/5080: gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use in this function)
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Tue Dec 11 22:19:00 GMT 2001
Synopsis: gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use in this function)
Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Tue Dec 11 22:19:00 2001
Responsible-Changed-Why:
I'm handling it.
State-Changed-From-To: open->analyzed
State-Changed-By: tromey
State-Changed-When: Tue Dec 11 22:19:00 2001
State-Changed-Why:
I expect LC_CTYPE to be defined in <locale.h>.
From your preprocessed source I see that locale.h
isn't being included.
Can you tell me why it isn't being included?
One place to look is <build>/gcc/config.log.
It should show the reason that configure didn't discover
locale.h.
The Solaris 2.8 box I have here in fact does have locale.h
and it does define LC_CTYPE there.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5080&database=gcc
More information about the Gcc-prs
mailing list