Edwin Groothuis wrote:
On Tue, Feb 18, 2003 at 06:53:26PM +0100, MetalSnake wrote:
Yesterday I reinstalled my System (MAC OS X 10.2.4) today I
installed SDL, SDL_image and SDL_mixer using fink. But when I try to
run configure for enigma from the 0.7 source I get the error that
SDL_image isn't installed.
I hope you can help me.
Saw it too on FreeBSD, that part of configure doesn't properly use
previously defined, or detected, paths:
I rewrote a lot of the configure script, and I obviously forgot to take
that into account, sorry.
You should be able to circumvent this problem by setting the LDFLAGS
environment variables before calling configure:
LDFLAGS='-L/usr/local/lib' ./configure
I will think about a better solution as soon as I have some time, but
as
a temporary fix, this might work.
Cheers,
Daniel