www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2503] New: Error 42: Symbol Undefined _D3std7process6systemFAyaZi

reply d-bugmail puremagic.com writes:
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.


-- 
Dec 10 2008
parent d-bugmail puremagic.com writes:
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





Fixed dmd 2.022


-- 
Dec 25 2008