This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
A small problem with fast-fixincludes on Solaris2.6
- To: egcs at cygnus dot com
- Subject: A small problem with fast-fixincludes on Solaris2.6
- From: Theodore Papadopoulo <Theodore dot Papadopoulo at sophia dot inria dot fr>
- Date: Thu, 16 Jul 1998 18:37:11 +0200
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
--------------------------------------------------------------------