This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/38251] [4.4 Regression] tools.zip doesn't build on systems with short command lines
- From: "ro at techfak dot uni-bielefeld dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 24 Nov 2008 18:37:16 -0000
- Subject: [Bug libgcj/38251] [4.4 Regression] tools.zip doesn't build on systems with short command lines
- References: <bug-38251-279@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from ro at techfak dot uni-bielefeld dot de 2008-11-24 18:37 -------
Subject: Re: [4.4 Regression] tools.zip doesn't build on systems with short
command lines
aph at gcc dot gnu dot org writes:
> jar has an update mode that adds files, so I can use that. How long may an
> arglist be?
% getconf ARG_MAX
38912
I'm astonished that it is so low; I thought only IRIX 6 had a limit this
close to the old 20k default.
Unfortunately, the version of jar I use reports
% jar u
/vol/gnu/bin/jar: `-u' mode unimplemented.
% jar --version
jar (fastjar) 0.92-gcc
Copyright 1999, 2000, 2001 Bryan Burns
Copyright 2002 Free Software Foundation
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Perhaps I should simply move it out of the way and use zip instead.
Rainer
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38251