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

problem compiling gcc 2.95.2 on Dunix4.0f





Hi all
I'm installing gcc 2.95.2 on DUNIX 4.0d with those options:
   configure --prefix=/usr/var/gcc/gcc-bin --enable-threads --enable-shared
That works fine.
   make bootstrap gives this error when compiling:
...
cc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o fix-header fix-header.o \
   scan-decls.o scan.o libcpp.a ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case
 "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lmld
if [ -f fixhdr.ready ] ; then \
        true; \
else \
        touch fixhdr.ready; \
fi
Various warnings and error messages from fixproto are normal
if [ -d include ] ; then true; else mkdir include; fi
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 ./mkinstalldirs"; \
    export mkinstalldirs; \
  if [ -d /usr/include ] ; then \
    /bin/sh ./fixproto include include /usr/include; \
  else true; fi; \
  touch include/fixed; \
fi
fixproto: populating `include'
/usr/var/gcc/gcc-2.95.2/gcc/include/cma_tis.h:76: #error _CMA_TIS_OS_ is undefined
/usr/var/gcc/gcc-2.95.2/gcc/include/cma_tis.h:92: #error _CMA_TIS_HARDWARE_ is undefined
fix-header: fixing curses.h
/usr/var/gcc/gcc-2.95.2/gcc/include/pthread.h:365: types.h: No such file or directory
fix-header: In file included from /usr/var/gcc/gcc-2.95.2/gcc/include/tis.h:86:
/usr/var/gcc/gcc-2.95.2/gcc/include/pthread.h:365: types.h: No such file or directory
......
......
make terminates with errors
What can I do to overcome this problem?
Any help? thanks

M.El Fathaoui
SRD/T2






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