Thread overview | |||||
---|---|---|---|---|---|
|
August 03, 2013 [Issue 10747] New: Win64: warning about non-existing vc100.pdb | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10747 Summary: Win64: warning about non-existing vc100.pdb Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: minor Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: r.sagitario@gmx.de --- Comment #0 from Rainer Schuetze <r.sagitario@gmx.de> 2013-08-02 23:27:44 PDT --- 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 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 03, 2013 [Issue 10747] Win64: warning about non-existing vc100.pdb | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | http://d.puremagic.com/issues/show_bug.cgi?id=10747 Rainer Schuetze <r.sagitario@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> 2013-08-02 23:47:09 PDT --- https://github.com/D-Programming-Language/druntime/pull/557 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 07, 2013 [Issue 10747] Win64: warning about non-existing vc100.pdb | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | http://d.puremagic.com/issues/show_bug.cgi?id=10747 --- Comment #2 from github-bugzilla@puremagic.com 2013-08-07 02:50:47 PDT --- 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 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation