This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CVS bootstrap failure on linux/alpha


>>>>> Christian Iseli writes:

 > Hi folks,
 > Current CVS dies in the following way on my Linux/alpha box:
[...]
 > make[2]: ./libtool: Command not found
Same problem on i686-linux.

Here's a patch that bootstrapped on i686-linux.

Ok to commit?

But there might be a different problem somewhere - IMO if I update
with contrib/gcc_update, libtool shouldn't be needed.

Andreas

2000-12-06  Andreas Jaeger  <aj@suse.de>

	* Makefile.in (LIBTOOL): Don't use an absolute path for libtool.

============================================================
Index: libobjc/Makefile.in
--- libobjc/Makefile.in	2000/07/29 19:19:43	1.16
+++ libobjc/Makefile.in	2000/12/06 10:37:17
@@ -72,7 +72,7 @@
 LIBOBJC_VERSION = 1:0:0
 LIBOBJC_GC_VERSION = 1:0:0
 # @LIBTOOL@ does not get it right, so we hack it in - FIXME
-LIBTOOL = ./libtool
+LIBTOOL = libtool
 LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile
 LIBTOOL_LINK    = $(LIBTOOL) --mode=link 
 LIBTOOL_INSTALL = $(LIBTOOL) --mode=install


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]