This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
RE: gcc 2.95 core dump with java on Solaris 2.5.1
- To: gregor.karl.frey@sap-ag.de
- Subject: RE: gcc 2.95 core dump with java on Solaris 2.5.1
- From: Tom Tromey <tromey@cygnus.com>
- Date: Mon, 16 Aug 1999 10:11:58 -0700
- Cc: tromey@cygnus.com, Michael Sharpe <msharpe@peter.bmc.com>, java-discuss@sourceware.cygnus.com
- References: <9DB6EAD55F17D311BDCE0008C75DAD6670D8B8@dbwdfx12.wdf.sap-ag.de>
>>>>> "Gregor" == Frey, Gregor Karl Dr <gregor.karl.frey@sap-ag.de> writes:
Gregor> Both solutions do not work for me:
Gregor> - I don't want to use another but the SUN's linker
Gregor> - Statical linking with libgcj did not made a difference
Then it might just not work for you.
Unfortunately I don't have time to investigate this bug. There might
be a way to make it work with Sun's linker (it could be an obscure gcc
bug, I suppose, or perhaps a libtool bug). However, I just don't
know.
I'm a bit suprised that static linking doesn't work. Can you find out
why the static constructors are not being run in this case? (If
indeed that is what is happening?)
Tom