SDL_ttf problems

Hello,
I’m running a MandrakeLinux 10.0 operating system and
have a problem. When configuring a file, I recieve the
message that TTF_OpenFont is not found and it told me
to install SDL_ttf. So I downloaded and installed the
.rpms and opened the configure file. Again, it said
that TTF_OpneFont is not installed, please install.
Can anyone tell me what i should do to fix this?

Output of configure:
[alchem at localhost wesnoth-0.8]$ ./configure
checking for a BSD-compatible install…
/usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for g++… g++
checking for C++ compiler default output file name…
a.out
checking whether the C++ compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C++ compiler…
yes
checking whether g++ accepts -g… yes
checking for style of include used by make… GNU
checking dependency style of g++… gcc3
checking for gcc… gcc
checking whether we are using the GNU C compiler…
yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ANSI C… none
needed
checking dependency style of gcc… gcc3
checking how to run the C preprocessor… gcc -E
checking for X… libraries /usr/X11R6/lib, headers
/usr/X11R6/include
checking for gethostbyname… yes
checking for connect… yes
checking for remove… yes
checking for shmat… yes
checking for IceConnectionNumber in -lICE… yes
checking for XOpenDisplay in -lX11… yes
checking for sdl-config… /usr/bin/sdl-config
checking for libpng-config… /usr/bin/libpng-config
checking for SDL - version >= 1.2.7… yes
checking for gnome-config… no
checking for kde-config… /usr/bin/kde-config
checking for IMG_Load in -lSDL_image… yes
checking for Mix_OpenAudio in -lSDL_mixer… yes
checking for SDLNet_Init in -lSDL_net… yes
checking for TTF_OpenFont in -lSDL_ttf… no
configure: error: *** SDL_ttf lib not found! Get
SDL_ttf from
http://www.libsdl.org/projects/SDL_ttf/index.html

I’ve been trying for at least 3 times already and
tried everything to the best of my abilities…__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

You did install the SDL-ttf-devel RPMs, too, right?

-bill!
bill at newbreedsoftware.com "Maybe it’s just a parlor trick, like Fry"
http://www.newbreedsoftware.com/ "Like Fry! Like Fry!"
New Breed SoftwareOn Thu, Aug 26, 2004 at 05:12:22PM -0700, Tuan Dang wrote:

Hello,
I’m running a MandrakeLinux 10.0 operating system and
have a problem. When configuring a file, I recieve the
message that TTF_OpenFont is not found and it told me
to install SDL_ttf. So I downloaded and installed the
.rpms and opened the configure file. Again, it said
that TTF_OpneFont is not installed, please install.
Can anyone tell me what i should do to fix this?