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: GCJ error compiling classes


Thank you that works great!


--- Michael Koch <konqueror@gmx.de> wrote:
 
> You need to compile and link all classes
> explicitely.
> 
> Use this:
> 
> gcj -c -g -O TestMySQL.java
> gcj -c -g -O Job.java
> gcj --main=TestMySQL -o TestMySQL TestMySQL.o Job.o


Send instant messages to your online friends http://uk.messenger.yahoo.com 


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