Date: Wed, 10 Oct 2001 12:13:16 +1000 From: "Jan Mikkelsen" <janm@transactionware.com> To: <java@freebsd.org> Subject: More on gcj Message-ID: <002501c15131$1f55f960$2001a8c0@janm>
next in thread | raw e-mail | index | archive | help
I have made "hello, world" work with static linking. I haven't tackled dynamic linking at all yet. The issue was that libgcj.a contains a List.o from both java/awt and java/util. The java/awt version was being added last, bumping out java/util/List.o. I made it work by changing the ar arguments from "rc" to "rcP", and rebuilding libgcj.a. I don't know the magic incantations to libtool to fix this properly yet, but I'm looking into it! :-) Jan Mikkelsen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002501c15131$1f55f960$2001a8c0>