public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs NFS install problem
@ 1997-10-28  7:11 Neal Becker
  1997-11-02 21:19 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Neal Becker @ 1997-10-28  7:11 UTC (permalink / raw)
  To: egcs

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.in', 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 about this?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: egcs NFS install problem
  1997-10-28  7:11 egcs NFS install problem Neal Becker
@ 1997-11-02 21:19 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1997-11-02 21:19 UTC (permalink / raw)
  To: Neal Becker; +Cc: egcs

  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-11-02 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-28  7:11 egcs NFS install problem Neal Becker
1997-11-02 21:19 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).