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]

Re: Problem when compiling with static flag


Tom Tromey wrote:

> >>>>> "Adrian" == Adrian Custer <acuster@nature.berkeley.edu> writes:
>
> Adrian> I finally got today's checkout (Monday about 5PM GMT) of gcc
> Adrian> to compile.  It runs hello world fine but not if I include
> Adrian> --static. Here's what it gives:
>
> I get this too.

Yeah, this is almost certainly related to the shared libgcc change. The
weird thing is that I see the problem when building a small, single file
"Hello world" app, but not when building a larger project consisting of
~20 java files.

Also, it doesn't happen when using c++ even though the link command is
virtually the same.

regards

  [ bryce ]



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