This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Passing input files with @
- From: Andrew Haley <aph at redhat dot com>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: GCJ <java at gcc dot gnu dot org>
- Date: Tue, 7 Nov 2006 18:11:17 +0000
- Subject: Re: Passing input files with @
- References: <4550CAAA.1080106@gmx.ch>
Marco Trudel writes:
> Hello list
>
> Following http://gcc.gnu.org/onlinedocs/gcj/Input-and-output-files.html,
> I can specify the source with a file containing a whitespace-separated
> list of input file names. (gcj --main=Foo @files.list).
> How do I escape spaces in filenames? I'm unable to find the source file
> that handles it, no common way like using " or \ works and the
> documentation doesn't say anything about that...
I have no idea. I am certain that no-one has ever attempted it.
Andrew.