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] | |
Rum Pel wrote:
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.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?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |