This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs NFS install problem
- To: Neal Becker <neal at ctd dot comsat dot com>
- Subject: Re: egcs NFS install problem
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 02 Nov 1997 22:20:57 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <E0xQCyj-0007R0-00@neal.ctd.comsat.com>you write:
> I built on local machine, then tried make install via NFS. It failed:
>
> make[2]: Entering directory `/a/data/src/hppa1.1-hpux9.05/egcs-971023/gcc/f
> /runtime'
> make[2]: *** No rule to make target `/src/egcs-971023/gcc/f/runtime/f2c.h.i
> n', needed by `../../include/f2c.h'. Stop.
>
> In gcc/f/runtime/Makefile we have hardcoded paths srcdir, VPATH, and
> top_srcdir, which were all local to the build machine. What can we do abou
> t this?
How did you configure?
If you use relative pathnames, then I would expect this to work.
jeff