[Haskell-cafe] Fwd: stg_uncheckedShiftRL64 unresolved when
compiling with GHC 6 8 2
Don Stewart
dons at galois.com
Sat Dec 22 23:58:55 EST 2007
golubovsky:
> Hi,
>
> I posted this to the HAppS discussion group, but maybe somebody is
> able to answer in the Cafe, at least where this unresolved symbol
> belongs to.
>
> It looks like the same problem was discussed earlier related to GHC
> 6.7, but I got this problem right now, compiling HPaste with HAppS
> (using SearchPath).
>
> The linker message is:
>
> ===================================
> During interactive linking, GHCi couldn't find the following symbol:
> stg_uncheckedShiftRL64
These are now exported as:
hs_uncheckedShiftRL64
-- Don
More information about the Haskell-Cafe
mailing list