Have you tried with double backslash \\ and starting from the root? I think runhaskell under MinGW uses this form:
> runhaskell Setup.hs configure > --extra-include-dirs=C:\\msys\\1.0\\local\\include > --extra-lib-dirs=C:\\msys\\1.0\\local\\lib I haven't built a binding for a while so I've forgotten some quirks, but I found an old message to -Cafe highlighting that paths appear to need double back slash and should not be in double quotes: http://www.haskell.org/pipermail/haskell-cafe/2010-March/075387.html _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
