Burke
November 14th, 2005, 08:38 PM
I debated whether to put this in the programming forum or not, as it seems to be a dependency issue, but here goes:
When I try to compile something with GCJ, here's what I get:
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/crt1.o: In function `_start':
../sysdeps/i386/elf/start.S:115: undefined reference to `main'
collect2: ld returned 1 exit status
And here's what I get when I try the same thing w/ Jikes:
*** Semantic Error: You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup. Jikes could not find package "java.lang" in:
.
I've tried everything I can think of, and nothing is working. Can anyone help me? I don't need both working (If it's one or the other, I'll choose GCJ), but I thought the output of both might be helpful.
Any input would be greatly appreciated.
Thanks
Burke
When I try to compile something with GCJ, here's what I get:
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/crt1.o: In function `_start':
../sysdeps/i386/elf/start.S:115: undefined reference to `main'
collect2: ld returned 1 exit status
And here's what I get when I try the same thing w/ Jikes:
*** Semantic Error: You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup. Jikes could not find package "java.lang" in:
.
I've tried everything I can think of, and nothing is working. Can anyone help me? I don't need both working (If it's one or the other, I'll choose GCJ), but I thought the output of both might be helpful.
Any input would be greatly appreciated.
Thanks
Burke