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: gcj configure --disable-shared


Erik> When I execute a compiled executable, I get the
Erik> error message:

Erik> "error while loading shared libraries: libgcj.so.4: cannot open shared
Erik> object file: No such file or directory"

I don't see how that could happen.  You shouldn't even have this
file, so how would the linker create an executable that depends on it?
Run your link with -v and see what that says.

Tom


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