RE: Weird symbol prevents GHCi from loading my package.

2002-03-01 Thread Simon Marlow
> I tried to build the head of GHC and it works fine the first > time around. > Compiling it with itself fails to build GHCi due to the new library > system: > > /home/as49/local/bin/ghc-5.03 -DGHCI -cpp -fglasgow-exts > -Rghc-timing -I. > -IcodeGen -InativeGen -Iparser > -iutils:basicTypes:typ

RE: Weird symbol prevents GHCi from loading my package.

2002-03-01 Thread Axel Simon
On Thu, 14 Feb 2002, Simon Marlow wrote: <--snip--> > > I think this is due to a bug in GHCi's linker, which has been fixed post > 5.02.2. I tripped over it recently while trying to use Gtk+HS in GHCi > on my RedHat 7.2 box. There are two bugs tickled by gcc 2.96: our > linker wasn't dealing wi

RE: Weird symbol prevents GHCi from loading my package.

2002-02-14 Thread Simon Marlow
> I built quite a big library and turned it into a package. It > works fine if > use ghc -package gtk2 Blah.hs to compile things. But when I > convert all > the libraries to object files as described in the documentation, GHCi > refuses to load the whole machinery: > > ~/source/mogul/fpDemo:$

Weird symbol prevents GHCi from loading my package.

2002-02-13 Thread Axel Simon
Hi, I built quite a big library and turned it into a package. It works fine if use ghc -package gtk2 Blah.hs to compile things. But when I convert all the libraries to object files as described in the documentation, GHCi refuses to load the whole machinery: ~/source/mogul/fpDemo:$ ghci -package