From: Joel S. <jo...@me...> - 2011-06-23 17:39:59
|
On Thu, Jun 23, 2011 at 8:40 AM, Howard B. Golden <how...@ya...> wrote: > --- 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 > > Possibly your .cabal file needs to include that directory or that .so explicitly. HTH. I added: extra-lib-dirs: /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5/ but still got the same error. |