[Bug 202] Undefined reference to libcurl functions with small program (not explicitly using network).
via D.gnu
d.gnu at puremagic.com
Wed Jun 28 23:10:58 PDT 2017
https://bugzilla.gdcproject.org/show_bug.cgi?id=202
Johannes Pfau <johannespfau at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #15 from Johannes Pfau <johannespfau at gmail.com> ---
std.net.curl now loads curl dynamically.
etc.c.curl still directly references external functions. A simple nm on the
object file shows no external reference functions though, I guess this is as
etc.c.curl only declares these functions yet never calls them.
--
You are receiving this mail because:
You are watching all bug changes.
More information about the D.gnu
mailing list