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

egcs-20000417 Build Failure on SunOS 4.1.5


"make bootstrap" fails on SunOS 4.1.5:

...
if [ -f include/fixed ] ; then true; \
else \
  : This line works around a 'make' bug in BSDI 1.1.; \
  FIXPROTO_DEFINES=""; export FIXPROTO_DEFINES; \
  mkinstalldirs="/bin/sh ../../egcs/gcc/mkinstalldirs"; \
    export mkinstalldirs; \
  if [ -d /usr/include ] ; then \
    /bin/sh ../../egcs/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'
fix-header: fixing curses.h
fix-header: fixing dbm.h
fix-header: fixing malloc.h
fix-header: fixing math.h
fix-header: fixing memory.h
fix-header: fixing signal.h
../../egcs/gcc/fixproto: 3113 Memory fault
make[2]: *** [stmp-fixproto] Error 1





-------------------------------------------------------------------------------
David W. Schuler - Advisory Engineer       Internet: schuld@btv.ibm.com
Semiconductor Contract Mfg                      alt: david.schuler@ieee.org
IBM Microelectronics                          Phone: 802-769-7636
1000 River Street - MS/862D                     FAX: 802-769-6206
Essex Junction, VT   05452-4299               Pager: 888-438-4343
For IBM Foundry information: http://www.chips.ibm.com/services/foundry/


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