www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1132] New: DMD calling linker over commandline

reply d-bugmail puremagic.com writes:
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.


-- 
Apr 12 2007
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1132


benoit tionex.de changed:

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





Increased Severity, because it breaks the build process for projects getting
bigger.


-- 
Apr 17 2007
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1132


bugzilla digitalmars.com changed:

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





Fixed DMD 1.013


-- 
Apr 20 2007