SDL 1.2.3 development library for mingw?

What file should I download for the latest SDL library? I browsed the list, but the only one listed under win32 is for VC.

You can make it yourself :slight_smile: Simply download the SDL mingw package
from http://www.libsdl.org/Xmingw32 en set it up according to the
small howto of the website.

It’ll build out of the box (at least it did here).

BTW, SDL_image and SDL_ttf doesn’t seem to build on the SDL mingw
release. The configure can’t seem to find a valid ld.

Regards,

Niels Wagenaaar> -----Oorspronkelijk bericht-----

Van: RPGnMets at aol.com [mailto:RPGnMets at aol.com]
Verzonden: vrijdag 23 november 2001 5:51
Aan: sdl at libsdl.org
Onderwerp: [SDL] SDL 1.2.3 development library for mingw?

What file should I download for the latest SDL library? I
browsed the list, but the only one listed under win32 is for VC.


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

As far as I know, you can specify a shell variable LD, e.g.
export LD="/may_path_to_ld/ld"
to use your favorite linker respectively to set a valid linker if the
configure script cannot find one.On Friday 23 November 2001 09:07, nwagenaar at digitaldynamics.nl wrote:

You can make it yourself :slight_smile: Simply download the SDL mingw package
from http://www.libsdl.org/Xmingw32 en set it up according to the
small howto of the website.

It’ll build out of the box (at least it did here).

BTW, SDL_image and SDL_ttf doesn’t seem to build on the SDL mingw
release. The configure can’t seem to find a valid ld.


Johannes Schmidt

< http://libufo.sourceforge.net > Your widget set for OpenGL

Also export MAKE=$*
and pay attention that host and build contain i586-pc-mingw32
Jocelyn.
“Johannes Schmidt” a ?crit dans le message news:
mailman.1006522206.23214.sdl at libsdl.org…> On Friday 23 November 2001 09:07, nwagenaar at digitaldynamics.nl wrote:

You can make it yourself :slight_smile: Simply download the SDL mingw package
from http://www.libsdl.org/Xmingw32 en set it up according to the
small howto of the website.

It’ll build out of the box (at least it did here).

BTW, SDL_image and SDL_ttf doesn’t seem to build on the SDL mingw
release. The configure can’t seem to find a valid ld.

As far as I know, you can specify a shell variable LD, e.g.
export LD="/may_path_to_ld/ld"
to use your favorite linker respectively to set a valid linker if the
configure script cannot find one.


Johannes Schmidt

< http://libufo.sourceforge.net > Your widget set for OpenGL

What file should I download for the latest SDL library? I browsed the list, but the only one listed under win32 is for VC.

It’s up now:
http://www.libsdl.org/release/SDL-devel-1.2.3-mingw32.tar.gz

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