This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: build failure (f2c.h)
- To: egcs at cygnus dot com
- Subject: Re: build failure (f2c.h)
- From: Dave Love <d dot love at dl dot ac dot uk>
- Date: 14 Jul 1998 12:27:53 +0100
- Cc: mrs at wrs dot com (Mike Stump)
- References: <199807140044.RAA28999@kankakee.wrs.com>
Thanks. It's missing a -I$(F2C_H_DIR) in libf2c/libU77/Makefile.in's
CFLAGS, not spotted testing because of an inadvertent f2c.h in
/usr/local/include. Removing f2c.h from /usr/local/include (or
/usr/include) is a good move, at least for testing purposes, if others
have it.
Will fix when the notwork is happier.