But libc6-dev is already the newest version.On 03/03/2013 10:56 PM, Brandon Allbery wrote:
On Sun, Mar 3, 2013 at 10:21 AM, Dmitry Malikov <malikov.d.y@gmail.com> wrote:
checking whether to use -liconv... setup: Unable to link against the iconv library.
What is actually going on here? Iconv libraries already installed with libc6 package.
Linux distinguishes between runtime and linkable libraries; you probably need to install the libc6-dev package to get the latter. (This is not a Haskell-specific issue; configure is using a C