¿Como puedo solucionar esto?

Los errores que me da son:
[Linker error] undefined reference to `TTF_Quit'
[Linker error] undefined reference to `TTF_Init'
ld returned 1 exit status
C:\Documents and Settings\admin\Mis documentos\3EL\Makefile.win [Build Error] [3EL.exe] Error 1
Y:
Compilador: Default compiler
Building Makefile: "C:\Documents and Settings\admin\Mis documentos\3EL\Makefile.win"
Ejecutando make...
make.exe -f "C:\Documents and Settings\admin\Mis documentos\3EL\Makefile.win" all
gcc.exe -c 3EL.c -o 3EL.o -I"C:/Dev-Cpp/include" -mwindows
gcc.exe 3EL.o 3EL_private.res -o "3EL.exe" -L"C:/Dev-Cpp/lib" -lmingw32 -lSDLmain -lSDL -lSDL_image -lSDL_mixer -ISDL_ttf -ISDL_net -mwindows
3EL.o(.text+0xb8):3EL.c: undefined reference to `TTF_Quit'
3EL.o(.text+0xc2):3EL.c: undefined reference to `TTF_Init'
collect2: ld returned 1 exit status
make.exe: *** [3EL.exe] Error 1
Ejecución Terminada
¿Como puedo solucionar esto?