Re: curl & linux

2013-09-28 Thread Alexandr Druzhinin
28.09.2013 20:14, Jordi Sayol пишет: Can I see your full command line please? $ dmd -lcurl I use dub, but I did rdmd version: rdmd --build-only -I/home/drug/.dub/packages/derelict-master/import -I/home/drug/.dub/packages/glamour-master -version=Derelict3 -version=gl3n -I/home/drug/.dub/

Re: curl & linux

2013-09-28 Thread Jordi Sayol
On 28/09/13 14:41, Alexandr Druzhinin wrote: > 28.09.2013 17:06, Jordi Sayol пишет: >> On 28/09/13 10:28, Alexandr Druzhinin wrote: >>> I use curl in my application. If I link it with -lcurl - symbols are >>> undefined (libcurl3 installed), if I link with -lphobos2 - it links. So >>> curl is link

Re: curl & linux

2013-09-28 Thread Alexandr Druzhinin
28.09.2013 17:06, Jordi Sayol пишет: On 28/09/13 10:28, Alexandr Druzhinin wrote: I use curl in my application. If I link it with -lcurl - symbols are undefined (libcurl3 installed), if I link with -lphobos2 - it links. So curl is linked with libphobos2.so? But what to do if I need static link

Re: curl & linux

2013-09-28 Thread Jordi Sayol
On 28/09/13 10:28, Alexandr Druzhinin wrote: > I use curl in my application. If I link it with -lcurl - symbols are > undefined (libcurl3 installed), if I link with -lphobos2 - it links. So curl > is linked with libphobos2.so? But what to do if I need static linking? > (ubuntu 12.04 x86_64, dmd