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]

Re: problem


	$(srcdir)/f/intdoc.texi: f/intdoc.c f/intdoc.in f/ansify.c f/intrin.def f/intrin.h
		$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) \
		      `echo $(srcdir)/f/ansify.c | sed 's,^\./,,'` -o f/ansify

	requires that CC be an ANSI compiler, this didn't happen to be the
	case with my /bin/cc.

The snapshots intentionally include intdoc.texi so as to avoid this problem.
You should never need to rebuild it, and hence you should not be running into
this problem.  Perhaps there is a problem with timestamps your source tree?

Jim


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