On Sunday, 25 January 2015 at 15:23:03 UTC, AndyC wrote:
On Sunday, 25 January 2015 at 15:11:33 UTC, AndyC wrote:
On Sunday, 25 January 2015 at 05:48:26 UTC, Vladimir Panteleev
wrote:
On my Ubuntu Server, I can't link any D program which uses
libraries other than Phobos.
Example:
///
On Sunday, 25 January 2015 at 15:11:33 UTC, AndyC wrote:
On Sunday, 25 January 2015 at 05:48:26 UTC, Vladimir Panteleev
wrote:
On my Ubuntu Server, I can't link any D program which uses
libraries other than Phobos.
Example:
//
import std.net.curl;
import std.stdio;
On Sunday, 25 January 2015 at 05:48:26 UTC, Vladimir Panteleev
wrote:
On my Ubuntu Server, I can't link any D program which uses
libraries other than Phobos.
Example:
//
import std.net.curl;
import std.stdio;
void main()
{
writeln(get("dlang.org"));
}
/
On my Ubuntu Server, I can't link any D program which uses
libraries other than Phobos.
Example:
//
import std.net.curl;
import std.stdio;
void main()
{
writeln(get("dlang.org"));
}
//
dlang@k3:~/2015-01-25$ dmd -L-lcurl test.d
/usr/