GHC Source Build documentation BUG

2004-01-26 Thread Arthur van Leeuwen
Hello, while trying to adapt the local bootstrap-from-scratch script that allows us to install a somewhat customized GHC onto our systems starting from nothing but an installed GCC 2.95, I noticed a bug in the documentation accompanying the GHC 6.2 release. On

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

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

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

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.