Prob. installing SDL on cygwin

Hi,

I’m trying to install the SDL on cygwin.
I’ve downloaded the latest cygwin distribution, and the latest SDL-1.2.6
stable release.

After installing cygwin, i’ve unpack the SDL in a tmp dir.

./configure work well,
but when a do make, i’ve the following error :

/usr/lib/gcc-lib/i686-pc-mingw32/3.2/…/…/…/…/i686-pc-mingw32/bin/ld:
.libs/libSDL.lax/libhermes.al/mmxp2_32.lo: bad reloc address 0x87 in
section .text' make[2]: *** [libSDL.la] Error 1 make[2]: Leaving directory/home/crchandl/src/SDL-1.2.6/src’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/crchandl/src/SDL-1.2.6/src’
make: *** [all-recursive] Error 1

I’v trying to solve myself the prob. but without success…

Can someone help me ?

StepH.