Re: [Haskell-cafe] hs-plugins runtime loading issue

2005-10-27 Thread Joel Reymont
I believe it does. On Oct 26, 2005, at 1:32 AM, Donald Bruce Stewart wrote: Does the code work when you compile it, instead of running it inside ghci? -- http://wagerlabs.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

[Haskell-cafe] hs-plugins runtime loading issue

2005-10-25 Thread Joel Reymont
Folks, I'm using hs-plugins to compile and load haskell code on Mac OSX. This works perfectly. Once I try this on Windows, though, I'm getting an error when it tries to load HSBase again. This happens when calling a function from within ghci. Any ideas? --- GHCi runtime linker: fatal

Re: [Haskell-cafe] hs-plugins runtime loading issue

2005-10-25 Thread Donald Bruce Stewart
joelr1: Folks, I'm using hs-plugins to compile and load haskell code on Mac OSX. This works perfectly. Once I try this on Windows, though, I'm getting an error when it tries to load HSBase again. This happens when calling a function from within ghci. Any ideas? Does the code work