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

A small problem with fast-fixincludes on Solaris2.6



	I gave a try for fast-fixincludes on solaris2.6 (the full report will be
sent later). One message was a little annoying... I have read the 
warning that various messages are normal but still this one seems 
strange. Otherwise, everything went smoothly.

	Theo.


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; \
  if [ -d /usr/include ] ; then \
    /bin/sh ../../egcs/gcc/fixproto include include /usr/include; \
  else true; fi; \
  touch include/fixed; \
fi
fixproto: populating `include'
mkdir: Failed to make directory "/0/papadop/src/c/gnu/egcs-solaris2.6/gcc/includ
e/v7/sys"; No such file or directory
mkdir: Failed to make directory "/0/papadop/src/c/gnu/egcs-solaris2.6/gcc/includ
e/v7/sys"; No such file or directory


 --------------------------------------------------------------------
 Theodore Papadopoulo
 Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01
 --------------------------------------------------------------------





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