Re: __stginit_Int_

2004-01-26 Thread Ralf Hinze
> > Thanks for the work-around(?). Adding "-package haskell98" works
> > if it listed after "-package fmp".
> 
> It's not a workaround, it's just a missing dependency for your fmp
> package. Probably the right thing would be adding "haskell98" to
> the package_deps field of your package description for fmp.

Thanks for the clarification! Cheers, Ralf
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: __stginit_Int_

2004-01-26 Thread Sven Panne
Ralf Hinze wrote:
Thanks for the work-around(?). Adding "-package haskell98" works
if it listed after "-package fmp".
It's not a workaround, it's just a missing dependency for your fmp
package. Probably the right thing would be adding "haskell98" to
the package_deps field of your package description for fmp.
Cheers,
   S.
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: __stginit_Int_

2004-01-26 Thread Ralf Hinze
> > 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 [EMAIL PROTECTED],
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.
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: __stginit_Int_

2004-01-26 Thread Sven Panne
Ralf Hinze wrote:
[...].
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.

Cheers,
   S.
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


__stginit_Int_

2004-01-26 Thread Ralf Hinze
Dear all,

ghci panics when I load my homebrew `fmp' package:
   ___ ___ _
  / _ \ /\  /\/ __(_)
 / /_\// /_/ / /  | |  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 [EMAIL PROTECTED],
or http://sourceforge.net/projects/ghc/.


basilisk Software/FuncMP > uname -a
Linux basilisk 2.6.1-gentoo #2 Sat Jan 17 10:33:54 GMT 2004 i686 Pentium III 
(Coppermine) GenuineIntel GNU/Linux


I am not sure what you need to track down the bug; please
let me know.

Cheers, Ralf
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs