RE: [Haskell] Dynamically loading wxhaskell?
Has anyone succeeded in getting wxhaskell to work under ghci on Linux? On my system, I get an error message
Loading package unix ... ghc-6.2: can't load .so/.DLL for: dl (libdl.so: cannot open shared object file: No such file or directory)
This sounds like it has nothing to do with wxhaskell, but is a GHC problem. Any pointers?
Is libdl.so in the usual place? (/usr/lib on my system) Cheers, Simon
On Thu, Apr 01, 2004 at 10:00:23AM +0100, Simon Marlow wrote:
Has anyone succeeded in getting wxhaskell to work under ghci on Linux? On my system, I get an error message
Loading package unix ... ghc-6.2: can't load .so/.DLL for: dl (libdl.so: cannot open shared object file: No such file or directory)
This sounds like it has nothing to do with wxhaskell, but is a GHC problem. Any pointers?
Is libdl.so in the usual place? (/usr/lib on my system)
Yes. (FYI, this is a Debian unstable system.) Everything works with GHC, by the way. Peace, Dylan
participants (2)
-
dpt@lotus.bostoncoop.net -
Simon Marlow