Re: Modifying gcc34 makefile to compile with java

2006-11-19 Thread Kris Kennaway
On Sun, Nov 19, 2006 at 01:04:23PM -0400, David Pratt wrote: > Hi Kris. This is a libgcj in gcc issue and have posted to > [EMAIL PROTECTED] list. I see that there is a similar reference to > something similar on Darwin platform which has FreeBSD roots. It seems > that unwind symbol may be getti

Re: Modifying gcc34 makefile to compile with java

2006-11-19 Thread David Pratt
Hi Kris. This is a libgcj in gcc issue and have posted to [EMAIL PROTECTED] list. I see that there is a similar reference to something similar on Darwin platform which has FreeBSD roots. It seems that unwind symbol may be getting introduced into libgcj (so that when compiled produces the error)

Re: Modifying gcc34 makefile to compile with java

2006-11-18 Thread Kris Kennaway
On Sat, Nov 18, 2006 at 08:58:01PM -0400, David Pratt wrote: > Hi Kris. I realize the java support prior to 4 requires a ton of RAM to > compile but I also know the compiler is reasonably good afterwards (from > other platforms) but have not been successful with FreeBSD at this > point. > > I at

Re: Modifying gcc34 makefile to compile with java

2006-11-18 Thread David Pratt
Hi Kris. I realize the java support prior to 4 requires a ton of RAM to compile but I also know the compiler is reasonably good afterwards (from other platforms) but have not been successful with FreeBSD at this point. I attempted a few tries at 4.1 an 4.2 today and getting this sort of an err

Re: Modifying gcc34 makefile to compile with java

2006-11-18 Thread Kris Kennaway
On Sat, Nov 18, 2006 at 07:19:16PM -0400, David Pratt wrote: > Hi. I have recently tried to compile gcc34 port with java by modifying > Makefile by adding the argument > > --enable-languages=c,c++,java > > This failed giving me a list of languages that excluded java. This > version of gcc is ca

Modifying gcc34 makefile to compile with java

2006-11-18 Thread David Pratt
Hi. I have recently tried to compile gcc34 port with java by modifying Makefile by adding the argument --enable-languages=c,c++,java This failed giving me a list of languages that excluded java. This version of gcc is capable of compiling with java. Can someone provide some advice on getting