[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GFX under Linux
"Mark D'voo" <line72@postmark.net> wrote:
>what version of sdl did you use ??
1.2.2
>how did you compile it, i called my file test.c and compiled it like this:
>gcc test.c -o test `sdl-config --cflags --libs`
gcc -O3 video.c -L/home/nw/SDL/lib -Wl,-rpath,/home/nw/SDL/lib -lSDL -lpthread -DLINUX 2>log
I installed SDL under /home/nw because i want it to work without root privileges.
If just setting GFX under linux causes all that trouble, how can someone hope to have games under Linux!?
NW