December 10, 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@digitalmars.com
        ReportedBy: pavel@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.


-- 

December 25, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2503


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary| Error 42: Symbol Undefined |Error 42: Symbol Undefined
                   |_D3std7process6systemFAyaZi |_D3std7process6systemFAyaZi




------- Comment #1 from bugzilla@digitalmars.com  2008-12-25 04:42 -------
Fixed dmd 2.022


--