This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.3 configure static


On Wed, 9 Jul 2003, Erik Poupaert wrote:
> There problems occur when i try to link statically against libgcc as well.

But you didn't build with --disable-shared, did you?

It is only safe to static link libgcc if you are certain there will be
only one copy throughout your application.  That means if you link it into
your main executable, you cannot link to any DSO that needs libgcc.  But a
static linked libgcc is possible, and is what the Windows builds currently
do.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]