This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: ia64 libjava java-signal.h build failure
- To: tromey at redhat dot com
- Subject: Re: ia64 libjava java-signal.h build failure
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Wed, 18 Apr 2001 15:03:14 -0700
- cc: gcc-bugs at gcc dot gnu dot org, java at gcc dot gnu dot org, Andrew Haley <aph at redhat dot com>
>Is this on the trunk or the branch?
On the trunk. java is disabled by default on the branch, so it never gets
built on the branch when I do a bootstrap.
>It sets SYSDEP_SOURCES to sysdep/ia64.c, which does exist on both the
>trunk and the branch.
OK. Another thing I got wrong.
>I don't think we are. We use AC_LINK_FILES to make all our links.
>This macro does the right thing. Why do you think this is failing?
Primarily because I don't get a java-signal.h file. So something must be
failing somewhere. I don't think it is AC_LINK_FILES specifically, but
there is something very definitely broken. And I don't want to waste a
lot of time on libjava. I'm just trying to do a bootstrap here. So I'm
only doing a cursory investigation of the libjava build problems.
If libjava is broken because of Richard's EH changes, then I can live with
that. If this isn't going to be fixed soon, then perhaps we should turn
java support off by default so that bootstraps work again.
Jim