[Issue 13324] New: dynamically load libcurl at runtime

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 18 09:16:28 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13324

          Issue ID: 13324
           Summary: dynamically load libcurl at runtime
           Product: D
           Version: D2
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: Phobos
          Assignee: nobody at puremagic.com
          Reporter: code at dawg.eu

The fact that std.net.curl requires explicit linking against libcurl causes too
many troubles. It would be nicer to dynamically load the library on usage.

--


More information about the Digitalmars-d-bugs mailing list