[Bug 161] New: gdc and make -j2+ don't get along

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 30 00:16:33 PDT 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=161

           Summary: gdc and make -j2+ don't get along
           Product: GDC
           Version: unspecified
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P3
         Component: glue layer
        AssignedTo: braddr at puremagic.com
        ReportedBy: braddr at puremagic.com


d-objfile.cc ends up being compiled before a number of generated files are
generated (some trimming done since it's easy to reproduce):

: error: insn-constants.h: No such file or directory
: error: insn-flags.h: No such file or directory
: error: insn-modes.h: No such file or directory
: error: tree-check.h: No such file or directory
: error: options.h: No such file or directory
: error: genrtl.h: No such file or directory

To reproduce, just do a build with make -j2 or higher.


-- 




More information about the D.gnu mailing list