Re: dynamically loading the dynamic loader

2004-06-15 Thread André Pang
On 15/06/2004, at 8:09 PM, Simon Marlow wrote: Loading package plugins ... linking ... /home/dons/lib/hs-plugins/HSplugins.o: unknown symbol `addDLL' ghc-6.3: panic! (the `impossible' happened, GHC version 6.3): can't load package `plugins' Adding these symbols to the Linker's

RE: dynamically loading the dynamic loader

2004-06-15 Thread Simon Marlow
On 15 June 2004 03:55, Donald Bruce Stewart wrote: > At the moment I am unable to load the hs-plugins package into GHCi (or > via the hs-plugins load() either). It seems the linker is always > unable to find the symbols we bind to in Linker.c, i.e. addDLL, > loadObj, and friends. How can I get the

dynamically loading the dynamic loader

2004-06-14 Thread Donald Bruce Stewart
At the moment I am unable to load the hs-plugins package into GHCi (or via the hs-plugins load() either). It seems the linker is always unable to find the symbols we bind to in Linker.c, i.e. addDLL, loadObj, and friends. How can I get the linker to see the HSrts/libHSrts symbols exported by Linke