On Mon, Dec 12, 2011 at 19:22, Ian-Woo Kim <[email protected]> wrote:

> A workaround is to make a symbolic link to libstdc++.so.6 with the
> name of libstdc++.so in /usr/lib or /usr/local/lib or other dynamic
> library path like the following.
>
> ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so
>

This is an indication that you have not installed your distribution's -dev
package for the library in question.  You should do so instead of making
the symlink manually.

(cabal has no support for this kind of thing)

-- 
brandon s allbery                                      [email protected]
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to