Results 1 to 2 of 2

Thread: Linux problem

  1. #1
    Member
    Join Date
    Jul 2003
    Location
    Home of the 2010 Olympics
    Posts
    92

    Linux problem

    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

  2. #2
    Member
    Join Date
    Jul 2003
    Location
    Home of the 2010 Olympics
    Posts
    92
    ok, please ignore. its working now, thanks Bryan.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •