This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]