Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GCJ spinnt.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
HelloWorld
n00b
n00b


Joined: 15 Feb 2006
Posts: 62

PostPosted: Wed May 31, 2006 5:45 pm    Post subject: GCJ spinnt. Reply with quote

Hallo,
Ich versuche gerade, ein kleines Hello World-Programm in Java mit dem GCJ zu kompilieren. Mit dem javac funktioniert das auch aber mit dem gcj kommt folgende Fehlermeldung:
user@localhost ~/Java $ gcj HelloWorld.java
/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../crt1.o: In function `_start':
init.c: (.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status

gcj -c HelloWorld.java funktioniert übrigens, der Fehler passiert also gar nicht beim eigentlichen kompilieren sondern erst beim Linken... Aber das hilft mir auch nicht weiter :(

Quelltext (eigentlich so primitiv wie's nur geht...)
Code:
public class HelloWorld{
   public static void main(String args[]){
      System.out.println("Hello, World");
   }
}
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Wed May 31, 2006 6:44 pm    Post subject: Reply with quote

http://www.google.de/search?hl=en&q=undefined+reference+to+%60main%27+gcj
http://gcc.gnu.org/java/faq.html#4_1

(aus meinem Kopf, muss nicht stimmen, hab gerade keinen gcj zur Hand)
Code:
gcj --main=HelloWorld HelloWorld.java
Back to top
View user's profile Send private message
HelloWorld
n00b
n00b


Joined: 15 Feb 2006
Posts: 62

PostPosted: Wed May 31, 2006 7:29 pm    Post subject: Reply with quote

Danke :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum