
28 Mar
2009
28 Mar
'09
3:37 p.m.
Michael Mossey wrote:
I tried using the -i options to ghc and ghci, but to no avail. It wasn't clear on Windows in what form -i takes its arguments: backslashes as usual for Windows, forward slashes perhaps? How about paths with spaces in them? Does it need quotes around the filename? I tried all combinations. ghc never gave an error indicating there was something wrong with what I typed. It happily accepted all forms of -i. But it never found the libraries.
Have you tried starting GHC with -v to see what paths it looks in? Martijn.