Am Sun, 7 Jul 2013 14:45:56 +0200 schrieb Marco Leise <[email protected]>:
> Am Sun, 07 Jul 2013 12:25:50 +0200 > schrieb "monarch_dodra" <[email protected]>: > > > I'm hitting a wall at building phobos, because of curl: > > make -f posix.mak DMD=../dmd/src/dmd > > /usr/bin/ld: cannot find -lcurl > > > > I've isntalled curl via apt-get ("sudo apt-get curl"), and it > > seems to be installed. Just not in ld: > > which curl > > /usr/bin/curl > > cd /usr/bin/ld > > bash: cd: /usr/bin/ld: Not a directory P.S.: The curl package on Debian and Ubuntu only contains the executable, not the library. That's why it didn't work: http://packages.debian.org/wheezy/amd64/curl/filelist libcurl3 contains the libraries for versions 3 and 4: http://packages.debian.org/wheezy/amd64/libcurl3/filelist Also from that list it looks like Debian uses /usr/lib/x86_64-linux-gnu/ where I said /usr/lib64/ earlier. I'm on Gentoo Linux. Sorry for any confusion. :) -- Marco
