This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ImageJ crashing
- From: Andrew Haley <aph at redhat dot com>
- To: Albert <cardona at ucla dot edu>
- Cc: java at gcc dot gnu dot org
- Date: Sat, 24 Jun 2006 11:16:15 +0100
- Subject: Re: ImageJ crashing
- References: <1151066612.11680.8.camel@localhost.localdomain>
Albert writes:
> [sorry for possibly repeated message]
>
> Finally pixmap problems are over (ubuntu idiosyncrasies, I've created a
> new user and that was all).
>
> I would really appreciate directions on getting a working gcj system
> compiled with -g flags to be able to debug with gdb/ddd. I don't mind
> compiling it myself; I've tried already (to compile the entire GCC 4.1)
> but I never end up having a gcj for reasons I don't understand (although
> the rest of gcc works just fine).
>
> In other words: can anyone share their scripts for compiling GCJ under
> linux, for compiling java apps to object code, and for debugging such
> java applications in gdb? Thanks in advance.
I don't use any scripts. I configure with
--enable-languages=c,c++,java --enable-threads --prefix=foo
--enable-java-awt=gtk and build it.
Don't build in srcdir.
If that doesn't work on a GNU/Linux system, come talk to us.
Andrew.