Hey FPC-people,

I've bumped into a problem. I'm trying to compile my engine on windows with FPC/Lazarus but it doesn't work. This is strange because I can do it with Delphi on Windows and with FPC on Linux.

These are my errors:
meshtestproj.lpr(244,1) Error: Illegal COFF Magic while reading G:\n3d\repo\fpc-demos\precompiled\sdl.o
meshtestproj.lpr(244,1) Error: Undefined symbol: THREADVARLIST_SDL
meshtestproj.lpr(244,1) Error: Undefined symbol: RTTI_SDL_PSDL_JOYSTICK
First of all, I would like to know what these errors mean in general. Also, what can I try to solve these?

Thanks!