SDL 1.2.10 - undefined reference to SDL_

Hi guys!

After upgrade to 1.2.10 from 1.2.9 I have problem linking my previously
working projects. Compilation goes ok, however, during linking phase, I
get several undefined references to SDL_strlcpy and SDL_strlcat. I
believe I have properly set up enviroment, so it makes me wonder what is
happening here… could not find any info on the internet, so thought
"why not post here"?

I am using Win XP, DevCpp 4.9.9.1 / MinGW 3.5 / GCC 3.3.1, I link with:

-lmingw32 -lSDLmain -lSDL

Any thoughts what may be wrong?

Thanks in advance!

Koshmaar