public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* problem compiling gcc 2.95.2 on Dunix4.0f
@ 2000-10-20  8:43 Mohamed.El-Fathaoui
  0 siblings, 0 replies; only message in thread
From: Mohamed.El-Fathaoui @ 2000-10-20  8:43 UTC (permalink / raw)
  To: gcc-help

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-10-20  8:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-20  8:43 problem compiling gcc 2.95.2 on Dunix4.0f Mohamed.El-Fathaoui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).