This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: input line is too long
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Erik Poupaert <erik dot poupaert at chello dot be>, Dhek Bhun Kho <bhun at chello dot nl>, <java at gcc dot gnu dot org>
- Date: Mon, 23 Dec 2002 11:59:19 -0500 (EST)
- Subject: RE: input line is too long
On Mon, 23 Dec 2002, Andrew Haley wrote:
> > GCJ seems to have a problem with figuring out dependencies between source
> > files. GCJ does not seem to have any concept of "sourcetree", only of
> > "classpath". I haven't been able to get one single alternative way
> > operational, except for using Jikes.
>
> As far as I know gcj will find source files whenever they are
> referenced. If not, please let me see a test case.
Perhaps the OP is trying to say gcj is lacking -sourcepath? That is true,
though it is synonymous with -classpath AFAICT.
BTW there is a PR for it, java/1374.
Jeff