Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
257 views

I'd like to cross-compile a gcj program for windows in linux

I already have my program compiling on the linux gcj, but i'd like to statically compile for windows. I've failed for linux. It always says: /usr/bin/ld: cannot find -lgcj collect2: ld returned 1 ...
1
vote
1answer
195 views

GCJ javax.swing.GroupLayout

I am using gnu compiler for java version 4.4.4. It doesn't come with support for javax.swing.GroupLayout. Do later versions come with this support? I have build GCC many times before on my system. ...
0
votes
1answer
69 views

How is GNU Classpath related to libgcj?

Both projects are free implementations of the Java standard libraries. libgcj's homepage says it was merged with Classpath, but they're still separate packages in Ubuntu. So what's the difference? Is ...