April 24, 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@digitalmars.com
        ReportedBy: bitworld@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>


-- 

September 02, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2886


Don <clugdbug@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |clugdbug@yahoo.com.au
         Resolution|                            |DUPLICATE


--- Comment #1 from Don <clugdbug@yahoo.com.au> 2010-09-02 01:38:18 PDT ---
*** This issue has been marked as a duplicate of issue 3627 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------