Unfortunately, I have all the *-dev packages I need. Like somebody
else said, it's a different problem.

Linking the file worked for me.

Cheers

On 13 December 2011 02:43, Brandon Allbery <allber...@gmail.com> wrote:
> On Mon, Dec 12, 2011 at 19:22, Ian-Woo Kim <ianwoo...@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                                      allber...@gmail.com
> wandering unix systems administrator (available)     (412) 475-9364 vm/sms
>

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to