This is the mail archive of the java-discuss@sourceware.cygnus.com 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] |
regards
[ bryce ]
Andrew Zahra wrote:
I'm just trying out gcj. I have a trivial example: test.java which references foo.java. With the standard java compiler I do "javac test.java" and it compiles both files. The FAQ for GCJ seems to imply it will do the same thing, searching for files to compile based on dependencies and compiling them all, however when I compile with only test.java on the command line I get unresolved references to foo in the link. If I place both on the command line it works fine.How do I coerce gcj to compile all files javac style?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |