I&#39;m trying to install the SDL package (on win32+cygwin), and configure isn&#39;t able to find my SDL.dll, though it&#39;s on my PATH.&nbsp; Any ideas?&nbsp; - Conal<br><br>bash-3.2$ cabal install SDL<br>&#39;SDL-0.5.3&#39; is cached.<br>
[1 of 1] Compiling Main&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( Setup.lhs, dist\setup/Main.o )<br>Linking dist\setup\setup.exe ...<br>Configuring SDL-0.5.3...<br>checking for sdl-config... no<br>checking for sdl11-config... no<br>configure: error: *** SDL not found! Get SDL from <a href="http://www.libsdl.org">www.libsdl.org</a>.<br>
If you already installed it, check it&#39;s in the path. If problem remains,<br>please send a mail to the address that appears in ./configure --version<br>indicating your platform, the version of configure script and the problem.<br>
cabal.exe: Error: some packages failed to install:<br>SDL-0.5.3 failed during the configure step. The exception was:<br>exit: ExitFailure 1<br>bash-3.2$ which SDL.dll<br>/cygdrive/c/WINDOWS/system32/SDL.dll<br>bash-3.2$ <br>