|
From: fly r. <roa...@ho...> - 2005-08-14 23:50:19
|
Hi all,
I have finished a java program about path planning, now I need to compile
it with gcc and output it. In Player Server Manual, I found these sentences
as follow:
This example can be built using the commands:
$ gcc -c simple.c -o simple.o
$ gcc -lm -lplayerc simple.o -o simple
I tried to follow this, and as the first sentence, I success to get an *.o
file. But the second one failed. I think it's for c language, but not java
client. Any one could tell me what the command should be for java client?
Cheers,
Jun
_________________________________________________________________
Winks & nudges are here - download MSN Messenger 7.0 today!
http://messenger.msn.co.uk
|