[Issue 9007] New: DMD-head Warnings about missing curl.lib when using -unittest
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 12 07:26:08 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9007
Summary: DMD-head Warnings about missing curl.lib when using
-unittest
Product: D
Version: D2
Platform: All
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-11-12 07:26:07 PST ---
module test;
import std.stdio;
void main() { }
2.060:
$ rdmd --force -unittest test.d
2.061 HEAD:
$ rdmd --force -unittest test.d
OPTLINK (R) for Win32 Release 8.00.12
Copyright (C) Digital Mars 1989-2010 All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
curl.lib
Warning 2: File Not Found curl.lib
I really don't know what's causing it. The new RDMD behaves the same as the old
one, and the imports to std.net.curl all seem to be the same in phobos head
just like in 2.060.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list