compile source dependencies

Bryce McKinlay bryce@waitaki.otago.ac.nz
Tue Jun 4 02:39:00 GMT 2002


Rum Pel wrote:

>Javac compiles all the source dependencies too where as gcj isnt doing.
>Is there any reason for not so? Is there any switch to gcj to get this
>behaviour?
>

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.

regards

Bryce.




More information about the Java mailing list