This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Build Problem with 3.4.0
- From: Tom Tromey <tromey at redhat dot com>
- To: seth at cql dot com
- Cc: java at gcc dot gnu dot org
- Date: 28 Apr 2004 12:22:45 -0600
- Subject: Re: Build Problem with 3.4.0
- References: <29832.20.137.146.50.1083091809.squirrel@216.19.209.140>
- Reply-to: tromey at redhat dot com
>>>>> "seth" == seth <seth@cql.com> writes:
seth> Building in the Java directories (version 3.4.0), I get
seth> "argument list too long" errors. Is this a known problem? Is
seth> there a workaround?
When exactly do you get this? And what platform?
Usually this happens because the libtool link line, or something like
that, goes over the limit set by the kernel on your system. libtool
has a workaround for this, though.
Tom