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
Comment #1 by r.sagitario — 2013-08-02T23:47:09Z
Comment #2 by github-bugzilla — 2013-08-07T02:50:47Z
Commit pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/caff54c4fd2234bd914b25fe529f5e121bbd6c9e Merge pull request #557 from rainers/fix_10747 fix Issue 10747 - Win64: warning about non-existing vc100.pdb
Comment #3 by r.sagitario — 2013-11-30T02:06:02Z
fixed in dmd 2.064