This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: 3.4/3.5 PATCH: Fix Solaris 10 libjava bootstrap failure


Andrew Haley writes:

> Perhaps, although not using capitalized names is just a matter of
> convention.  The system is treading on the user's name space!

True enough.  I'll check in more detail what's going on here.  There may be
another problem: between the last two builds, Solaris 10 changed from the
older __STDC__ - 0 == 0 or similar constructs to a new macro _STRICT_STDC.
The problem may be due to that change.

> Anyway, I don't know why that file includes java-signal.h at all: it
> should not.
> 
> Try removing
> 
> #include <java-signal.h>
> 
> from interpret.cc.

... which won't help for verify.cc.  Besides, <sys/signal.h> is dragged in
indirectly via <sys/select.h>, so this won't help.

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University


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