Loading package GHC in GHCi

2005-01-08 Thread Sean Seefried
Hi Simon (and others), I have managed to build package GHC *and* load it into GHCi. Initially this did not work. When I loaded up ghci with the -package ghc flag I was assaulted with the following error message. GHCi runtime linker: fatal error: I found a duplicate definition for symbol _Out

Bug in libcompat

2005-01-08 Thread Krasimir Angelov
I found a bug in libcompat. GHC-6.3 automatically defines mingw32_TARGET_OS macro, but previous versions does't. When GHC is compiled with GHC < 6.3 then System.FilePath and probably some other modules aren't compiled properly. What should be done? Maybe it is enough to add #include in the begin

Re: Using Haskell with Java

2005-01-08 Thread Dmitri Pissarenko
Thanks all for the answers! ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: Using Haskell with Java

2005-01-08 Thread Ashley Yakeley
In article <[EMAIL PROTECTED]>, Dmitri Pissarenko <[EMAIL PROTECTED]> wrote: > Can Haskell and Java parts of a system co-operate? See my JVM-Bridge, -- Ashley Yakeley, Seattle WA ___ Glasgow-haskell-us