https://d.puremagic.com/issues/show_bug.cgi?id=12054
Summary: PATH env. var longer than 1022 characters breaks
OPTLINK search path
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: link-failure
Severity: normal
Priority: P2
Component: Optlink
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Vladimir Panteleev <[email protected]> 2014-02-01
06:47:29 EET ---
If the system PATH variable is longer than 1022 characters, OPTLINK will fail
to find phobos.lib and link D programs.
My guess is that the PATH variable contents is clobbering the LIB variable's,
which happens to be adjacent in memory.
It's possible that the order of variables within the environment block also
matters.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------