This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problem when compiling with static flag
- To: Adrian Custer <acuster at nature dot berkeley dot edu>
- Subject: Re: Problem when compiling with static flag
- From: Tom Tromey <tromey at redhat dot com>
- Date: 05 Feb 2001 17:12:06 -0700
- Cc: gcj <java at gcc dot gnu dot org>
- References: <20010205235918.3CC7A22120@nopause.berkeley.edu>
- Reply-To: tromey at redhat dot com
>>>>> "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.
There have been recent linking problems related to the switch to a
shared libgcc.
I might be able to look into this one tomorrow.
Tom