From: Joel S. <jo...@me...> - 2011-06-23 15:25:42
|
On Thu, Jun 23, 2011 at 8:15 AM, <mac...@gm...> wrote: > It's been a while since I last installed wxHaskell on Linux, but if > memory serves me well I needed to install libstdc++-dev to get it to > build. Do you have this package installed? Yes, I have it installed. And I have the file at: /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.4/libstdc++.so /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5/libstdc++.so I found, though, that if I compile with ghc directly, it doesn't give me the error. But if I use cabal install, then I get the error. |