public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* A small problem with fast-fixincludes on Solaris2.6
@ 1998-07-16  9:37 Theodore Papadopoulo
  0 siblings, 0 replies; only message in thread
From: Theodore Papadopoulo @ 1998-07-16  9:37 UTC (permalink / raw)
  To: egcs

	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
 --------------------------------------------------------------------




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

only message in thread, other threads:[~1998-07-16  9:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-07-16  9:37 A small problem with fast-fixincludes on Solaris2.6 Theodore Papadopoulo

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).