This is the mail archive of the java@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: ImageJ crashing


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.


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