GCC 4.1: Buildable on GHz machines only?
Mike Stump
mrs@apple.com
Fri May 6 02:57:00 GMT 2005
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?
More information about the Java
mailing list