This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c/1737: Parallel make error with cygwin



>Number:         1737
>Category:       c
>Synopsis:       Parallel make error with cygwin
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 22 16:46:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     David Billinghurst
>Release:        cvs 20010122
>Organization:
>Environment:
Win2k & cygwin 1.1.7
>Description:
"make -j4 bootstrap" fails with 

gcc -c  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p
rototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FI
LE    -I. -I. -I/usr/local/src/gcc/gcc -I/usr/local/src/gcc/gcc/. -I/usr/local/s
rc/gcc/gcc/config -I/usr/local/src/gcc/gcc/../include \
        splay-tree.c -o splay-tree.o
In file included from /usr/local/src/gcc/gcc/config/i386/winnt.c:24:
/usr/local/src/gcc/gcc/rtl.h:1538: genrtl.h: No such file or directory
In file included from /usr/local/src/gcc/gcc/config/i386/winnt.c:28:
/usr/local/src/gcc/gcc/tree.h:325: tree-check.h: No such file or directory

Seems to be a dependency problem, as parallel build continues for a while if I make genrtl.h and tree-check.h,
then fails due to absence of insn-check.h

>How-To-Repeat:
${srcdir}/configure --with-included-gettext
make -j4 bootstrap
>Fix:
Add appropriate dependendencies
>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]