This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj configure --disable-shared
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>
- Date: Sun, 20 Apr 2003 02:27:48 +0200
- Subject: gcj configure --disable-shared
>>>> 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.
My mistake. It's a program that gets executed by the script and that was
compiled with --shared-enabled; only further in the script, this program
gets compiled from source. The error occurs when the script executes this
original binary program.