This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Problem with static linking
- To: java at gcc dot gnu dot org
- Subject: Problem with static linking
- From: Jeff Morrow <jmorrow at edconnections dot com>
- Date: Tue, 13 Mar 2001 09:52:46 -0800
Hi there. I'm compiling a moderately large java project (44 source
files) using yesterday afternoon's cvs revision. When I compile with
-static, the executable thinks for a second, then stops with the message
"Aborted". When I compile without the static flag, it works.
I would much prefer to have a statically linked binary.
My gcj was configured with --enable-threads=posix --enable-shared
--enable-languages=c++,java.
Any ideas?
Jeff Morrow