This is the mail archive of the gcc-bugs@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]

RE: bootstrap failure on sun sparc in fixproto


Same problem with 0417 snapshot on mips-sgi-irix6.5

if [ -f include/fixed ] ; then true; \
else \
  : This line works around a 'make' bug in BSDI 1.1.; \
  FIXPROTO_DEFINES="-D__EXTENSIONS__  -D_SGI_SOURCE
-D_LANGUAGE_C_PLUS_PLUS"; export FIXPROTO_DEFINES; \
  mkinstalldirs="/bin/sh
/exd4/billingd/src/egcs-20000417/gcc/mkinstalldirs"; \
    export mkinstalldirs; \
  if [ -d /usr/include ] ; then \
    /bin/sh /exd4/billingd/src/egcs-20000417/gcc/fixproto include include
/usr/include; \
    if [ $? -eq 0 ] ; then true ; else exit 1 ; fi ; \
  else true; fi; \
  touch include/fixed; \
fi
fixproto: populating `include'
/exd4/billingd/src/egcs-20000417/gcc/fixproto[266]: 2437930 Memory
fault(coredump)

> -----Original Message-----
> From:	Mike Stump [SMTP:mrs@windriver.com]
> Sent:	Tuesday, 18 April 2000 8:06
> To:	gcc-bugs@gcc.gnu.org
> Subject:	bootstrap failure on sun sparc in fixproto
> 
> fixproto: populating `include'
> Segmentation Fault
> make[2]: *** [stmp-fixproto] Error 1
> make[1]: *** [bootstrap] Error 2
> make: *** [bootstrap] Error 2
> 
> from a clean cvs top of tree on a sun solaris sparc (2.5.1).

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