On 26.11.2013 20:02, Andrei Alexandrescu wrote: >> (0x00007f28ca047000) >> libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 >> (0x00007f28c9e2b000) >> /lib64/ld-linux-x86-64.so.2 (0x00007f28cd28e000) >> libtasn1.so.3 => /usr/lib/x86_64-linux-gnu/libtasn1.so.3 >> (0x00007f28c9c1a000) >> libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 >> (0x00007f28c99fa000) >> libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 >> (0x00007f28c97f6000) >> > > But those are already installed libraries, right?
The problem (in my case) is, that you also need to install the -dev packages of these libraries just to compile Phobos (even if you don't use curl in your programs at all). Maybe we just need something like --without-curl for Phobos makefile. -- mk