The linux server at my school is just a bare-bone server, no x-windows, just a command line interface.
I tried to make a graphical c program on that server but found much difficulties. I use SDL library but every time compiling with gcc, it complains:
testcursor.c:(.text+0x1ad): undefined reference to SDL_Init'
testcursor.c:(.text+0x1b6): undefined reference to
SDL_GetError'
testcursor.c:(.text+0x200): undefined reference to `SDL_SetVideoMode'
.....
Does anybody knows how to fix the problem? If not, is there anybody who has done graphic program in c in linux, please help! I would appreciate. Thanks.