This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
../../gcc/fixproto[275]: 25412 Memory fault(coredump)
- To: gcc-bugs at gcc dot gnu dot org
- Subject: ../../gcc/fixproto[275]: 25412 Memory fault(coredump)
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Date: Tue, 6 Mar 2001 17:03:01 -0500 (EST)
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)