I am used to programming in Xubuntu Linux with Anjuta... however, circumstances have forced me into Windows XP... as Anjuta isn't available for Windows, I decided to get Code Blocks; among other things maybe I'll take it back with me. Anyways, I'm trying to build my project which has dependencies on SDL, SDL_Image, SDL_Gfx, and Box2d. Now I've tried take care of this myself, but despite my efforts I have ended up with the following error message:
undefined reference to 'SDL_strlcpy'
undefined reference to 'SDL_GetError'
undefined reference to 'SDL_SetModuleHandle'
undefined reference to 'SDL_strlcpy'
undefined reference to 'SDL_strlcat'
undefined reference to 'SDL_strlcpy'
undefined reference to 'SDL_strlcat'
undefined reference to 'SDL_strlcpy'
I know that there are no problems with Box2d... I am very sure of that. So if anyone could point me to a guide or tell me what I did wrong or something?