digitalmars.D.bugs - [Issue 2886] New: The linker can't handle *.d.obj
- d-bugmail puremagic.com (25/25) Apr 24 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2886
- d-bugmail puremagic.com (12/12) Sep 02 2010 http://d.puremagic.com/issues/show_bug.cgi?id=2886
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>
--
Apr 24 2009
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
*** 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: -------
Sep 02 2010








d-bugmail puremagic.com