From: Daan L. <daa...@xs...> - 2004-04-02 10:20:41
|
On Thu, 1 Apr 2004 16:08:51 -0500, Dylan Thurston <dp...@pe...> wrote: > 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. I have noticed that ghci can't load ".so" files that are stripped (while the ghc linker has no such problems.) -- Daan. (btw. I tested ghci on Fedora Core 1, and it works there) |