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]

../../gcc/fixproto[275]: 25412 Memory fault(coredump)


The following build error occurs with todays cvs 3.0 branch source building
under hpux 10.20:

if [ -f include/fixed ] ; then true; \
else \
  : This line works around a 'make' bug in BSDI 1.1.; \
  FIXPROTO_DEFINES="-D_HPUX_SOURCE -D_HIUX_SOURCE"; export FIXPROTO_DEFINES; \
  mkinstalldirs="/bin/sh ../../gcc/mkinstalldirs"; \
    export mkinstalldirs; \
  if [ -d /usr/include ] ; then \
    /bin/sh ../../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'
Internal error:  No prototype for box
Internal error:  No prototype for waddch
Internal error:  No prototype for winsch
../../gcc/fixproto[275]: 25412 Memory fault(coredump)
make[2]: *** [stmp-fixproto] Error 1
make[2]: Leaving directory `/xxx/gnu/gcc-3.0/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/xxx/gnu/gcc-3.0/objdir/gcc'
make: *** [bootstrap-lean] Error 2
Tue Mar  6 16:31:28 EST 2001

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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