Hey,

I'm trying to compile my engine on linux, but I get the following error:

/n3d/workingdir/src/n3d_input.pas:687: undefined reference to `SDL_GetKeyState'
meshtestproj.lpr(241,1) Error: Error while linking
I guess there is a problem with my SDL library. It's staticly linked, so that makes perfect sense.

Any idea's how to fix this?

Thanks