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 error: I found a duplicate definition for symbol
  _GHCziWord_fromEnum1_closure
whilst processing object file
  d

PNG image

ghc/ghc-6.4.1/HSbase1.o
This could be caused by:
  * Loading two different object files which export the same symbol
  * Specifying the same object file twice on the GHCi command line
  * An incorrect `package.conf' entry, causing some object to be
    loaded twice.
GHCi cannot safely continue in this situation.  Exiting now.  Sorry.
--

    Thanks, Joel

--
http://wagerlabs.com/





_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to