This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj configure --disable-shared
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <java at gcc dot gnu dot org>
- Date: 19 Apr 2003 16:07:27 -0600
- Subject: Re: gcj configure --disable-shared
- References: <POEIJGMGPFPGFHAGKFHAOEEHCHAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
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