[Issue 1132] New: DMD calling linker over commandline
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Apr 12 10:49:38 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1132
Summary: DMD calling linker over commandline
Product: D
Version: 1.011
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: benoit at tionex.de
While compiling a SWT example on windows i realized that the shell does
restrict the commandline length to a maximum of 8192 characters.
For that one can use a response file.
But the problem still exists, because the linker gave errors about a unknown
object file. It seems, dmd calls the linker with a shell-like call, and this
parameter are also shrinked to 8192 characters.
Probably it can be fixed to also use a parameter file internally.
--
More information about the Digitalmars-d-bugs
mailing list