OpenGL Support enabled?

Hi
SDL on Mandrake is not compiled with OpenGL support? I get
errors like glfunctionxx not found. Where can I get sdl rpms
with OpenGL support or how should I do that?
I’ve also the source package (2.4mb) how should I compile that to
get opengl support.
Thanks indeed. Regards
Michael

Michael Sgier wrote:

Hi
SDL on Mandrake is not compiled with OpenGL support?

Yes (I mean : SDL on mandrake is compiled with OpenGL support)

I get
errors like glfunctionxx not found. Where can I get sdl rpms
with OpenGL support or how should I do that?

You don’t need other rpms, nor recompiling anything.
If your program uses OpenGL, you just need to link with it (add -lGL and
maybe -lGLU to the linking flags)

Stephane

for what it’s worth i got sdl and opengl working on mandrake 10 fine, no
special steps needed (apart from getting gl support and sdl on mandrake)> ----- Original Message -----

From: stephane.marchesin@wanadoo.fr (Stephane Marchesin)
To: "A list for developers using the SDL library. (includes SDL-announce)"

Sent: Sunday, August 15, 2004 2:27 PM
Subject: Re: [SDL] OpenGL Support enabled?

Michael Sgier wrote:

Hi
SDL on Mandrake is not compiled with OpenGL support?

Yes (I mean : SDL on mandrake is compiled with OpenGL support)

I get
errors like glfunctionxx not found. Where can I get sdl rpms
with OpenGL support or how should I do that?

You don’t need other rpms, nor recompiling anything.
If your program uses OpenGL, you just need to link with it (add -lGL and
maybe -lGLU to the linking flags)

Stephane


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl