From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Neal Becker Cc: egcs@cygnus.com Subject: Re: egcs NFS install problem Date: Sun, 02 Nov 1997 21:19:00 -0000 Message-id: <16249.878534457@hurl.cygnus.com> References: X-SW-Source: 1997-11/msg00057.html In message 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