libgcj status on darwin after the MERGE (boehm-gc)

Andreas Tobler toa@pop.agri.ch
Wed Jul 30 07:00:00 GMT 2003


Hi Geoffrey,

Andreas Tobler wrote:

> Hi libgcj'ers,
> 
> here a status update from the darwin front.
> 
> With the long awaited merge from boehm-gc into main I only see two types 
> of errors. One is related to non existant (at the moment) signal handler 
> mechanism for SIGSEV/BUS and the other has to todo with libstdc++ 
> linking. (personality)
> 
> One patch is outstanding from my side, it makes the jni tests run. I 
> already posted the patch a few months back but never commited it. (The 
> diff in the msg below, the others are applied)
> 
> http://gcc.gnu.org/ml/java-patches/2003-q1/msg00709.html
> 
> I ran the in-house (libgcj) testsuite, see below. Later I also run mauve 
> and jacks. To get some more figures.
> 
> Do you like to see some other tests I should run?
> 
> My wish is after succesful running these tests to enable libgcj by 
> default for gcc-3.4 on darwin. (Geoff ?? )

I talked to the libjava guys and they say that a global maintainer or a 
darwin maintainer has to agree.

What is your statement here? Do you agree enabling libjava for darwin in 
main? The needed patch is a one liner plus recreate the configure file.

Thank you in advance,

Andreas

RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.247
diff -u -r1.247 configure.in
--- configure.in        28 Jul 2003 03:25:51 -0000      1.247
+++ configure.in        30 Jul 2003 06:53:19 -0000
@@ -321,7 +321,7 @@
      ;;
    *-*-darwin*)
      noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
-    noconfigdirs="$noconfigdirs target-libobjc ${libgcj}"
+    noconfigdirs="$noconfigdirs target-libobjc"
      ;;
    *-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*)
      noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"





More information about the Java mailing list