Is there a SDL port under Cygwin?

Hello everyone,

I use Cygwin and I ave a prog which uses SDL. I want to know if SDL run
under Cygwin ? Moreover, if SDL run under Cygwin, in which config :
library static only or static and share library both.

Thank
Vailllant

Vaillant Etienne wrote:

Hello everyone,

I use Cygwin and I ave a prog which uses SDL. I want to know if SDL run
under Cygwin ? Moreover, if SDL run under Cygwin, in which config :
library static only or static and share library both.

It runs. I use it all the time.

I didn’t quite understand your second question. All you have to do to
get working SDL environment is to download the sources and do:

./configure
make
make install

And everything is copied where it should be.

AFAIK, whether to link statically or dynamically you should decide in
your Makefiles.

HTH–
Milan Babuskov
http://njam.sourceforge.net