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: gcj problem with -static option


On 03/16/06 12:27, FERANDELLE Pascal wrote:

> I rebuild everything with GCC 4.1.0 version on PC running RedHat EL 3.0.
> My simple HelloWorld program is still "segfaulting" when compiled with the -static option.
> But the trace under gdb has changed; I have now :
> 
This may or may not be related but we had similar looking problems with
 OpenMP programs.  They were segfaulting on startup when linked statically.

It apparently is a problem with weak symbols in the threading library
not being pulled in with -static.

http://gcc.gnu.org/ml/gcc/2006-03/msg00248.html


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