Need help to finish DMD zip/7z release generator (alpha release)

H. S. Teoh hsteoh at quickfur.ath.cx
Wed Sep 4 16:01:32 PDT 2013


On Wed, Sep 04, 2013 at 05:55:41PM -0400, Nick Sabalausky wrote:
> On Wed, 04 Sep 2013 13:54:35 +0200
> Jordi Sayol <g.sayol at yahoo.es> wrote:
> 
> > On 04/09/13 13:21, Jacob Carlborg wrote:
> > > On 2013-09-04 13:01, Nick Sabalausky wrote:
> > > 
> > >>> Requires Debian 7.0 or later. For Debian 6, install the the
> > >>> packages "gcc-multilib" and "ia32-libs".
> > >>>
> > >>
> > >> I definitely have multilib on there since other stuff works 32-bit
> > >> (like rdmd). It's just libcurl that I can't seem to get 32-bit or
> > >> multilib.
> > > 
> > > I would be very surprised if libcurl isn't included in ia32-libs.
> > > 
> > 
> > Yes, "ia32-libs" depends on "ia32-libs-i386:i386" which depends on
> > "libcurl3:i386"
> > 
> 
> It turns out I was missing "ia32-libs", however I just installed it an
> I'm still getting "cannot find -lcurl" (or something like that) from
> the linker. "gcc-multilib" is already installed, and again, 32-bit stuff
> that doesn't use libcurl works fine.

Did you install libcurl*-dev? Debian lib packages generally only include
runtime .so's; to get compile-time stuff you need the corresponding -dev
packages.

And I'm not sure why, but it seems that in debian/unstable there are
multiple incompatible versions of libcurl-dev. The one I have is
libcurl4-openssl-dev, just FYI.
 

T

-- 
Turning your clock 15 minutes ahead won't cure lateness---you're just making time go faster!


More information about the Digitalmars-d mailing list