This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
NFS install trouble (still)
- To: egcs at cygnus dot com
- Subject: NFS install trouble (still)
- From: Neal Becker <neal at ctd dot comsat dot com>
- Date: Fri, 7 Nov 1997 09:11:11 -0500
I build 971105 hppa1.1-hpux9.05. Installing via NFS doesn't work.
In gcc/f/runtime/Makefile, I had to hand edit:
srcdir = /hosts/data/src/egcs-971105/gcc/f/runtime
VPATH = /hosts/data/src/egcs-971105/gcc/f/runtime
top_srcdir = /hosts/data/src/egcs-971105/gcc/f/runtime
Because they had been set to values that only worked on the host on
which the source was configured/build. It looks to me that someone
used 'pwd' here.
I just set all three of the above variables, I didn't try to see what
minimal subset needed to be fixed.