|
RE: ghci failed to load static archive: msg#00003lang.haskell.glasgow.bugs
> 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> |
|---|---|---|
| Previous by Date: | Re: ghci failed to load static archive, 'Andrew Pimlott' |
|---|---|
| Next by Date: | RE: instance not found, Simon Peyton-Jones |
| Previous by Thread: | Re: ghci failed to load static archive, 'Andrew Pimlott' |
| Next by Thread: | Re: ghci failed to load static archive, Andrew Pimlott |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |