Thread overview
[Issue 1132] New: DMD calling linker over commandline
Apr 12, 2007
d-bugmail
Apr 17, 2007
d-bugmail
Apr 20, 2007
d-bugmail
April 12, 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@digitalmars.com
        ReportedBy: benoit@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.


-- 

April 17, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1132


benoit@tionex.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major




------- Comment #1 from benoit@tionex.de  2007-04-17 10:39 -------
Increased Severity, because it breaks the build process for projects getting bigger.


-- 

April 20, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1132


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from bugzilla@digitalmars.com  2007-04-20 13:20 -------
Fixed DMD 1.013


--