<div dir="ltr">
<div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 9, 2013 at 12:23 AM, J <span dir="ltr"><<a href="mailto:j@dawnrazor.net" target="_blank">j@dawnrazor.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

one or more of the curl headers is/are architecture-specific. meaning different from 32-bit to 64-bit. thus things that want to link against curl may break depending on which architecture of the headers are installed and in which architecture you're trying to compile. you could fix the headers to deal with this but you'd lose the work as soon as either curl (curl or curl-compat32) is updated, so there's no point - an unfortunate reality of multilib on slackware being a sort of add-on. instead ensure that whichever you have installed matches the architecture in which you're trying to compile. the easiest way to do that is to reinstall whichever (curl or curl-compat32) is appropriate.<br>

</blockquote></div><br>Hi J, it seems that the problem relies in curl [1][2][3][4] but since it is quite late here at México, i'm going to let this in peace for another day ;)<br><br></div><div class="gmail_extra">Anyway, thanks for your time J and Willy.</div>

<div class="gmail_extra"><br>[1] <a href="http://www.youlikeprogramming.com/2010/05/curl-in-64-bit-operating-systems/" target="_blank">http://www.youlikeprogramming.com/2010/05/curl-in-64-bit-operating-systems/</a><br>
[2] <a href="http://stackoverflow.com/questions/14894428/building-an-application-with-curllib" target="_blank">http://stackoverflow.com/questions/14894428/building-an-application-with-curllib</a><br>[3] <a href="http://curl.haxx.se/mail/lib-2008-09/0051.html" target="_blank">http://curl.haxx.se/mail/lib-2008-09/0051.html</a> (design problem with CURL_SIZEOF_LONG)<br>

[4] <a href="http://trac.macports.org/ticket/30974">http://trac.macports.org/ticket/30974</a> (virtualbox: build failure when curl is not installed universal)<br><br>-- <br><div dir="ltr">Antonio Hernández Blas | Oaxaca, México, Mx.<br>

<a href="https://github.com/nihilismus" target="_blank">https://github.com/nihilismus</a> | <a href="https://bitbucket.org/nihilismus" target="_blank">https://bitbucket.org/nihilismus</a> | <a href="https://twitter.com/nihilipster" target="_blank">https://twitter.com/nihilipster</a></div>


</div></div>