http://d.puremagic.com/issues/show_bug.cgi?id=7800
Summary: Paths with square brackets cause link failure
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Optlink
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Ascend4nt <[email protected]> 2012-03-30 08:17:42 PDT ---
A path containing square brackets causes the following error message:
OPTLINK : Error 8: Illegal Filename
This happens if either the linker itself is located under a bracketed path, or
the object file. For example, both of these scenarios cause failure:
D Compiler path:
C:\[Programming]\dmd2
Source path:
C:\[MySrc]\HelloWorld.obj
C:\[MySrc]\HelloWorld.d
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------