logo       

Re: __stginit_Int_: msg#00032

lang.haskell.glasgow.bugs

Subject: Re: __stginit_Int_

> > Loading package fmp ... linking ... /home/ralf/Software/FuncMP/fmp.o:
> > unknown symbol `__stginit_Int_'
> > ghc-6.2: panic! (the `impossible' happened, GHC version 6.2):
> > can't load package `fmp'
>
> Try adding "-package haskell98" to GHC's options or use the Data.Int module
> instead of module Int.

Thanks for the work-around(?). Adding "-package haskell98" works
if it listed after "-package fmp".


basilisk /home/ralf > ghci -package haskell98 -package fmp

___ ___ _
/ _ \ /\ /\/ __(_)
/ /_\// /_/ / / | | GHC Interactive, version 6.2, for Haskell 98.
/ /_\\/ __ / /___| | http://www.haskell.org/ghc/
\____/\/ /_/\____/|_| Type :? for help.

Loading package base ... linking ... done.
Loading package lang ... linking ... done.
Loading package fmp ... linking ... /home/ralf/Software/FuncMP/fmp.o: unknown
symbol `__stginit_Int_'
ghc-6.2: panic! (the `impossible' happened, GHC version 6.2):
can't load package `fmp'

Please report it as a compiler bug to glasgow-haskell-bugs@xxxxxxxxxxx,
or http://sourceforge.net/projects/ghc/.


basilisk /home/ralf > ghci -package fmp -package haskell98

___ ___ _
/ _ \ /\ /\/ __(_)
/ /_\// /_/ / / | | GHC Interactive, version 6.2, for Haskell 98.
/ /_\\/ __ / /___| | http://www.haskell.org/ghc/
\____/\/ /_/\____/|_| Type :? for help.

Loading package base ... linking ... done.
Loading package haskell98 ... linking ... done.
Loading package lang ... linking ... done.
Loading package fmp ... linking ... done.


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise