Questions tagged [libgcj]
6 questions
3
votes
0 answers
gcj compile to arm
I am trying to build micro libgcj for android ndk. I can get to build find but when I try to link libulibgcj.a I get invalid format error. I think it is because of gcj not compiling to arm. Two static libraries are built libgc.a and libulibgcj.a. I…

Patrick Herlihy
- 149
- 8
3
votes
1 answer
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 exit status
Has anyone succeed at this (a portable…

i30817
- 1,356
- 2
- 13
- 26
1
vote
1 answer
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. Should I do this?

Leo Izen
- 4,165
- 7
- 37
- 56
0
votes
1 answer
Compile pdftk with /libgcj.so.10 on centOS (Redhat)
Has anyone successfully complied pdftk with the /libgcj.so.10 library? Bluehost upgraded from centOS 5 to centOS6 and blew away the library I needed, telling me this is the new one. I took a look in the makefiles (Makefile.Redhat, Makefile.Base and…

benny_bates
- 65
- 1
- 6
0
votes
1 answer
Can I copy compiled binary from RHEL 6 server to RHEL 7 server?
I recently migrated a number of websites from a server running RHEL 6 to one running RHEL 7. One site uses pdftk, which has a dependency on libgcj, which is apparently no longer supported under RHEL 7. (At least, I have not found a repo advertising…

Dave W.
- 98
- 6
0
votes
1 answer
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 one better than the other? Does one depend on the…

Jay Conrod
- 28,943
- 19
- 98
- 110