RE: Problem with ghc on Windows ME

2004-01-27 Thread Simon Marlow
We looked into this issue today (without access to a Win98/ME box though). The conclusion, I think, is that: - rawSystem is wrongly escaping backslashes before executing the command. - NT-derived flavours of Windows are more forgiving than Win95-derived Windows when it comes to

RE: Talking with the compiler

2004-01-27 Thread Simon Marlow
My plan is to have an API where you can request a :load of a module source (perhaps omitting the code generation steps for speed) and then request information about the module, by source location (GHC now has completely accurate source location information in its abstract datatype;

linking problems after switching from GHC5 to GHC6

2004-01-27 Thread Volker Wysk
Hello I can't link with a library any longer, after switching from ghc5 to ghc6.2. I've recompiled the library with the new compiler version, so that's not the problem. With GHC5: everything is fine: ~/src/hsunix $ ghc --version The Glorious Glasgow Haskell Compilation System, version 5.04.2