[Issue 2886] New: The linker can't handle *.d.obj

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 24 09:32:36 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2886

           Summary: The linker can't handle *.d.obj
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: link-failure
          Severity: normal
          Priority: P2
         Component: Optlink
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: bitworld at qq.com


If the obj's name is like this *.d.obj, it can't be recognized by the Optlink
under Windows XP.

Here are the steps:

Z:\testd>dmd -c test.d -ofobj\test.d.obj

Z:\testd>dmd obj\test.d.obj -ofbin\test.exe
OPTLINK (R) for Win32  Release 8.00.1
Copyright (C) Digital Mars 1989-2004  All rights reserved.
obj\test.d
 Error 2: File Not Found obj\test.d
--- errorlevel 1

Z:\testd>


-- 



More information about the Digitalmars-d-bugs mailing list