This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj problem compiling 850 files
- From: Jeff Sturm <jsturm at one-point dot com>
- To: magnus persson <mtmmtm at yahoo dot com>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 24 Jan 2003 08:34:39 -0500 (EST)
- Subject: Re: gcj problem compiling 850 files
On Fri, 24 Jan 2003, magnus persson wrote:
> C:\cygwin\usr\share\java\libgcj-3.2.jar:.
> com/mindark/*.class com/mindark/script/*.class
> -LC:\cygwin\lib\w32api
As others have said, this is a limitation of Cygwin, not gcj. You might
also try the `@file' argument syntax, for which the named file contains a
whitespace-delimited list of java sources to compile.
Jeff