Re: ghci failed to load static archive

2003-09-02 Thread Andrew Pimlott
On Mon, Sep 01, 2003 at 12:12:23PM +0100, Simon Marlow wrote: > 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. After getting past some more problems with fudgets finding its symbols, I am down to

RE: ghci failed to load static archive

2003-09-01 Thread Simon Marlow
> 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 > L

Re: ghci failed to load static archive

2003-09-01 Thread 'Andrew Pimlott'
On Fri, Aug 29, 2003 at 10:12:39AM +0100, Simon Marlow wrote: > GHCi can't load .a libraries. The documentation (sec. 4.10.3) explains how to turn > a .a library into a .o that GHCi can load: > > http://www.haskell.org/ghc/docs/latest/html/users_guide/packages.html#BUILDING-PACKAGES It still do

RE: ghci failed to load static archive

2003-08-29 Thread Simon Marlow
> I'm sure this is pilot error, but I'm reporting it like the message > says. I was trying to figure out how to get the fudgets library > loaded into ghci. (I still haven't succeeded, in case you have any > tips. Fudgets programs work fine when compiled with ghcxmake.) > > % ghci -fglasgo

ghci failed to load static archive

2003-08-29 Thread Andrew Pimlott
I'm sure this is pilot error, but I'm reporting it like the message says. I was trying to figure out how to get the fudgets library loaded into ghci. (I still haven't succeeded, in case you have any tips. Fudgets programs work fine when compiled with ghcxmake.) % ghci -fglasgow-exts /home/p