[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] SDL_image prob unter MAC OS X
From: |
Edwin Groothuis |
Subject: |
Re: [Enigma-devel] SDL_image prob unter MAC OS X |
Date: |
Wed, 19 Feb 2003 07:37:48 +1100 |
User-agent: |
Mutt/1.4i |
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:
configure:3771: checking for main in -lSDL_image
configure:3796: cc -pg -o conftest -O -pipe -march=pentiumpro conftest.c -lSDL
_image >&5
/usr/libexec/elf/ld: cannot find -lSDL_image
Somehow this should have added -L/usr/local/lib (or -L${PREFIX}/lib).
I tried to fix it in configure.in, but it requires automake257 which
isn't there yet for FreeBSD.
Edwin
--
Edwin Groothuis | Personal website: http://www.mavetju.org
address@hidden | Weblog: http://www.mavetju.org/weblog/weblog.php