[Haskell-cafe] ANNOUNCE: hxournal-0.5.0.0 - A pen notetaking program written in haskell
Brandon Allbery
allbery.b at gmail.com
Tue Dec 13 02:43:33 CET 2011
On Mon, Dec 12, 2011 at 19:22, Ian-Woo Kim <ianwookim at gmail.com> 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 allbery.b at gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111212/d2ff45f9/attachment.htm>
More information about the Haskell-Cafe
mailing list