From: Howard B. G. <how...@ya...> - 2011-06-23 15:41:11
|
--- On Thu, 6/23/11, Joel Shellman <jo...@me...> wrote: > 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. Possibly your .cabal file needs to include that directory or that .so explicitly. HTH. Howard |