gcj configure --disable-shared
Erik Poupaert
erik.poupaert@chello.be
Sat Apr 19 22:14:00 GMT 2003
I've configured gcj 3.3 20030414 (prerelease) on linux RH9.0 with the
option --disable-shared. When I execute a compiled executable, I get the
error message:
"error while loading shared libraries: libgcj.so.4: cannot open shared
object file: No such file or directory"
ldd of the executables says:
" not a dynamic executable"
According to the executable's size (259 KB), it does not contain libgcj.a.
Do I need to invoke gcj differently to make sure it includes libgcj.a? What
comes out now, simply cannot be executed.
More information about the Java
mailing list