<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 03/03/2013 11:09 PM, Brandon Allbery
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKFCL4UEzOaaUsHqL3j6MHi8CdqEHkgNEkEmNHUW0=2TFSmUCA@mail.gmail.com"
      type="cite">
      <div dir="ltr">On Sun, Mar 3, 2013 at 1:59 PM, Dmitry Malikov <span
          dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:malikov.d.y@gmail.com" target="_blank">malikov.d.y@gmail.com</a>&gt;</span>
        wrote:<br>
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF">
              <div>
                <div class="h5">
                  <div>On 03/03/2013 10:56 PM, Brandon Allbery wrote:<br>
                  </div>
                  <blockquote type="cite">
                    <div dir="ltr">On Sun, Mar 3, 2013 at 10:21 AM,
                      Dmitry Malikov <span dir="ltr">&lt;<a
                          moz-do-not-send="true"
                          href="mailto:malikov.d.y@gmail.com"
                          target="_blank">malikov.d.y@gmail.com</a>&gt;</span>
                      wrote:<br>
                      <div class="gmail_quote">
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex"> checking  whether  to
                           use  -liconv...  setup:  Unable  to  link
                           against  the  iconv  library.<br>
                          <br>
                          What is actually going on here? Iconv
                          libraries already installed with libc6
                          package.<br>
                        </blockquote>
                        <div><br>
                        </div>
                        <div>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 <br>
                        </div>
                      </div>
                      <div dir="ltr"> </div>
                    </div>
                  </blockquote>
                </div>
              </div>
              But libc6-dev is already the newest version.</div>
          </blockquote>
          <div><br>
          </div>
          <div>Then you'll have to check config.log (this probably means
            doing the build manually with "cabal unpack darcs"  and then
            running "cabal install" without a package name from the
            directory with the darcs.cabal file) to see what's going
            wrong.</div>
        </div>
        <div><br>
        </div>
        -- <br>
        <div dir="ltr">
          <div>brandon s allbery kf8nh                              
            sine nomine associates</div>
          <div><a moz-do-not-send="true"
              href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>
                                             <a moz-do-not-send="true"
              href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div>
          <div>unix, openafs, kerberos, infrastructure, xmonad        <a
              moz-do-not-send="true" href="http://sinenomine.net"
              target="_blank">http://sinenomine.net</a></div>
        </div>
      </div>
    </blockquote>
    The whole reason of that strange behavior was old libcurl lib or the
    missed curl-dev lib.<br>
    <br>
    I update licurl4-gnutls-dev from libcurl3-gnutls and it pass.<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Best regards,
dmitry malikov
!</pre>
  </body>
</html>