logo       

RE: ghci failed to load static archive: msg#00003

lang.haskell.glasgow.bugs

Subject: RE: ghci failed to load static archive

> Loading package base ... linking ... done.
> Loading package lang ... linking ... done.
> Loading object (static)
> /home/pimlott/local/fudgets/lib/GhcFudgets/FudgetsXlib.o ... done
> Loading object (static)
> /home/pimlott/local/fudgets/lib/GhcFudgets/Fudgets.o ... done
> Loading object (dynamic) X11 ... done
> Loading object (dynamic) Xext ... done
> final link ...
> /home/pimlott/local/fudgets/lib/GhcFudgets/Fudgets.o: unknown
> symbol `__stginit_Maybe_'
> ghc-6.0.1: linking extra libraries/objects failed

It looks like you should force a load of the haskell98 package before
loading Fudgets.o. Try adding a -package haskell98 on the command line.

The "right" way to fix this is to make a package from the Fudgets
library and add the correct dependencies to the package configuration.

Cheers,
Simon


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

News | FAQ | advertise