[Issue 2503] New: Error 42: Symbol Undefined _D3std7process6systemFAyaZi
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 10 00:26:47 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2503
Summary: Error 42: Symbol Undefined _D3std7process6systemFAyaZi
Product: D
Version: 2.021
Platform: PC
OS/Version: Windows
Status: NEW
Keywords: link-failure
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: pavel at psi.cz
DMD version 2.021 Windows XP
import std.process;
int main(string[] args)
{
return sytem("pause");
}
I have got
Error 42: Symbol Undefined _D3std7process6systemFAyaZi
--- errorlevel 1
In the deafaul phobos.lib missing process.obj
When I add "process.obj" to the "dmd/src/phobos/win32.mak" (line 88)
and rebuild the phobos.lib. This procedure correct my problem.
--
More information about the Digitalmars-d-bugs
mailing list