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: Installation problem


> 
> gcj Hello.java 
> 

It is not necessarily an installation problem.

You need to add the option --main=Hello //main entry point
You need to add the option -o hello  //executable name

By the way, 3.3 and 3.2 are binary incompatible. And 3.3 contains fewer bugs.
Whenever you have a chance, you should try 3.3 instead.


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