CyberShadow / Digger

A tool to build D and bisect old D versions
Other
57 stars 9 forks source link

optlink error #3

Closed sigod closed 10 years ago

sigod commented 10 years ago
$ rdmd --build-only digger.d
OPTLINK (R) for Win32  Release 8.00.15
Copyright (C) Digital Mars 1989-2013  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
version.lib
 Warning 2: File Not Found version.lib

Despite error it seemed to work fine.

CyberShadow commented 10 years ago

This warning message is always displayed when using the win32 bindings package. It is nothing to worry about. (The bindings contain a pragma(lib,"version") but no symbols from the library are actually used.)

sigod commented 10 years ago

It would be a good thing to mention this in documentation.

CyberShadow commented 10 years ago

0608100