|
Re: __stginit_Int_: msg#00032lang.haskell.glasgow.bugs
> > 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> |
|---|---|---|
| Previous by Date: | Re: __stginit_Int_, Sven Panne |
|---|---|
| Next by Date: | Re: __stginit_Int_, Sven Panne |
| Previous by Thread: | Re: __stginit_Int_, Sven Panne |
| Next by Thread: | Re: __stginit_Int_, Sven Panne |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |