libiberty build failure in Sept.1 egcs snapshot

Ian Lance Taylor ian@cygnus.com
Tue Sep 2 21:33:00 GMT 1997


   Date: Tue, 2 Sep 1997 17:25:20 -0400
   From: "David S. Miller" <davem@jenolan.rutgers.edu>

   Towards the end of the build make moves into libraries/libiberty,
   during the runs in there it tries to run:

	   $(srcdir)/../move-if-change

   Which it cannot find.  Now I noticed that $(srcdir)/libiberty exists
   as well.  If I hack the Makefile to use $(srcdir)/../../move-if-change
   then it bombs in ./libiberty

   Is there any fix for this?

I expect that the libiberty Makefile.in needs to mix in $(MULTISRCTOP)
somewhere.

Ian



More information about the Gcc mailing list