Bug 10747 – Win64: warning about non-existing vc100.pdb
Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-08-02T23:27:00Z
Last change time
2015-06-09T05:11:44Z
Keywords
diagnostic, pull
Assigned to
nobody
Creator
r.sagitario
Comments
Comment #0 by r.sagitario — 2013-08-02T23:27:44Z
When building a simple hello-world program
import std.stdio;
void main()
{
writeln("Hi");
}
with debug info for Win64
dmd -g -m64 test.d
a warning is emitted by the linker
phobos64.lib(errno_c.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with
'c:\l\dmd2.063\windows\bin\..\lib\phobos64.lib' or at 'M:\s\d\rainers\bugs\rs14
\vc100.pdb'; linking object as if no debug info