PDA

View Full Version : Linux problem



N.V.M.
03-11-2006, 10:36 PM
i've downloaded the source code for this( llrnet ) and tried to "make" and "make run". doesn't seem to work with Suse 10 as this is what i get:

linux:/home/myx3/Desktop/llrnet-sources/llrnet # make
[building dependencies]
[building lua]
make[1]: Entering directory `/home/myx3/Desktop/llrnet-sources/llrnet/lua'
cd include; make all
make[2]: Entering directory `/home/myx3/Desktop/llrnet-sources/llrnet/lua/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/myx3/Desktop/llrnet-sources/llrnet/lua/include'
cd src; make all
make[2]: Entering directory `/home/myx3/Desktop/llrnet-sources/llrnet/lua/src'
gcc -O2 -Wall -I../include -c -o lapi.o lapi.c
make[2]: gcc: Command not found
make[2]: *** [lapi.o] Error 127
make[2]: Leaving directory `/home/myx3/Desktop/llrnet-sources/llrnet/lua/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/myx3/Desktop/llrnet-sources/llrnet/lua'
make: *** [lua] Error 2
linux:/home/myx3/Desktop/llrnet-sources/llrnet # make run
make: *** No rule to make target `run'. Stop.
linux:/home/myx3/Desktop/llrnet-sources/llrnet




any help is much appreciated.

by the way Brian, i've posted this in your forum as well-Mike

N.V.M.
03-12-2006, 02:53 PM
ok, please ignore. its working now, thanks Bryan.