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/
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
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
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