Detecting sdl

using AC_CHECK_LIB (SDL, SDL_Init…

this always fails to detect SDL???

I am curious as to why, especially since the autoconf CHECK_LIB
function successfully detects the SDL_image and SDL_mixer libraries.

comments? suggestions anyone?__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

using AC_CHECK_LIB (SDL, SDL_Init…

this always fails to detect SDL???

I am curious as to why, especially since the autoconf CHECK_LIB
function successfully detects the SDL_image and SDL_mixer libraries.

comments? suggestions anyone?

Try this:
http://www.libsdl.org/faq/FAQ-Linux.html#BROKEN_MANDRAKE

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment

using AC_CHECK_LIB (SDL, SDL_Init…

this always fails to detect SDL???

I am curious as to why, especially since the autoconf CHECK_LIB
function successfully detects the SDL_image and SDL_mixer libraries.

comments? suggestions anyone?

Send the config.log that fails.On Fri, 2 Nov 2001 06:31:04 -0800 (PST) Calvin Arndt wrote:


Sebastian Garcia <@Seba>
Usuario Linux registrado #225450
Debian GNU/Linux ‘Sid’ kernel 2.4.13 sobre AMD K6 II

Thanks Sebastian,

You told what I needed (where to look to troubleshoot). I looked in
config.log and it was obvious! I needed to set the next parameter LIBS
in CHECK_LIB correctly (it wasn’t finding the pthread stuff)
please excuse me I’m a real autobook newbie!

Cal…On Fri, 2 Nov 2001 06:31:04 -0800 (PST) Calvin Arndt <@Calvin_Arndt> wrote:

using AC_CHECK_LIB (SDL, SDL_Init…

this always fails to detect SDL???

I am curious as to why, especially since the autoconf CHECK_LIB
function successfully detects the SDL_image and SDL_mixer libraries.

comments? suggestions anyone?

Send the config.log that fails.


Sebastian Garcia <s_garcia at speedy.com.ar>
Usuario Linux registrado #225450
Debian GNU/Linux ‘Sid’ kernel 2.4.13 sobre AMD K6 II


Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

Thanks Sebastian,

You told what I needed (where to look to troubleshoot). I looked in
config.log and it was obvious! I needed to set the next parameter LIBS
in CHECK_LIB correctly (it wasn’t finding the pthread stuff)
please excuse me I’m a real autobook newbie!

No problem.On Mon, 5 Nov 2001 17:16:36 -0800 (PST) Calvin Arndt wrote:


Sebastian Garcia <@Seba>
Usuario Linux registrado #225450
Debian GNU/Linux ‘Sid’ kernel 2.4.13 sobre AMD K6 II