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: compile source dependencies


> Nope. gcj works more like a traditional C compiler: you have to 
> explicitly specify each input file. There is currently no way to get it 
> to automatically compile dependencies. However, this is a feature I'd 
> like to see implemented - both for compatibility with javac when 
> generating bytecode and to make the native code compiler easier to use.


Yes, it is required for compatibility. Especially for Ant based compilation
where we dont specify dependencies like we do for make files. (i wanted to
try out gcj but my build failed due to this).

So shall I file an RFE or this is already on your list?

thanks,
--rp.


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