I am using Lazarus under OS X (X11) to compile a game developed under (win32/linux).

So far I have managed to get it all to compile (after clipping some bits out)! I am having major problems with the linker though... it seems to throw an error about not finding symbols like _SDL_Init etc. pretty much all of the ones defined in SDL.pas.

I have tried downloading the SDL libraries from http://www.libsdl.org/download-1.2.php but they seem to be in framework form!!?? So I tried to use fink instead and to get libSdl.dylib... but still it does not seem to solve the problem, even when I add the path /sw/lib to the compiler settings...

Would anyone care to shed any light on this situation? I am going about this completely the wrong way?