Linking problem with sdl_image with free Borland compiler

Hi! I try to compiler my project with Borland command-line tools in
win2000-enviroment. I compile the project with command

bcc32 SDL.lib SDLmain.lib SDL_image.lib [object files]

This is what the compilation gives. It is just the same if I leave the
SDL_image.lib out from the compilation-commandline.

MAKE Version 5.2 Copyright © 1987, 2000 Borland
bcc32 SDL.lib SDLmain.lib SDL_image.lib neworder.obj image.obj
animation.obj scroll.obj object.obj player.obj ship.obj weapon.obj
position.obj noship.obj noweapon.obj

Borland C++ 5.5.1 for Win32 Copyright © 1993, 2000 Borland
Turbo Incremental Link 5.00 Copyright © 1997, 2000 Borland
Error: Unresolved external ‘_IMG_Load_RW’ referenced from C:\DOCUMENTS AND
SETTINGS\J?RJESTELM?NVALVOJA.TOSHIBA\OMAT TIEDOSTOT\NEWORDER\IMAGE.OBJ

** error 1 ** deleting all

What does that mean? I got the sdl_image.lib by using borland’s implib to
sdl_image.dll. Is this the correct way to get it? How to make it right?

Thank you!!!

Juhana Lehtiniemi