This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCC 4.1: Buildable on GHz machines only?
- From: Mike Stump <mrs at apple dot com>
- To: Andi Vajda <andi at osafoundation dot org>
- Cc: Richard Henderson <rth at redhat dot com>, Alexandre Oliva <aoliva at redhat dot com>, Andrew Haley <aph at redhat dot com>, Per Bothner <per at bothner dot com>, tromey at redhat dot com, Ranjit Mathew <rmathew at gmail dot com>, GCC <gcc at gcc dot gnu dot org>, GCJ <java at gcc dot gnu dot org>
- Date: Thu, 5 May 2005 19:56:52 -0700
- Subject: Re: GCC 4.1: Buildable on GHz machines only?
On Thursday, May 5, 2005, at 02:53 PM, Andi Vajda wrote:
I wish the same were possible on Linux and Mac OS X but I have not
been able to create a shared library that is statically linked against
libgcj.a
Should just work, though, you don't want to link -static built objects
into a .dylib, you merely want to link in -fPIC built objects from a .a
into the dylib. Can you manage to do this with a small example?