Compiling SDL using newest version of CYGWIN

I downloaded and installed the newest CYGWIN version with all its packages
with the SETUP.EXE Installer. Then i downloaded the SDL CVS or latest stable version.
Compiled it with
./configure
make
make install
Works pretty well.

Then i tried to compile a simple testprog using the normal way
with sdl-config --cflags --libs but there were errors about
something missing in /usr/mingw/ctype.h or something like that.
Is this a known problem or do i have to made something different ??

Thanks!

CU

I downloaded and installed the newest CYGWIN version with all its packages
with the SETUP.EXE Installer. Then i downloaded the SDL CVS or latest
stable version.

etc.

I wrote a fairly comprehensive HOW TO about getting SDL, OCaml, and
OCamlSDL workin under Cygwin. It should be useful for those just wanting
to install SDL - just ignore the parts about OCaml and OCamlSDL.

http://www.ocf.berkeley.edu/~wrader/sdl/ocamlsdl-cygwin.txt

Feel free to send feedback and improvements. I want this HOW TO to be a
useful resource to the community.

Walter Rader