This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CVS bootstrap failure on linux/alpha
- To: Christian Iseli <chris at ludwig-alpha dot unil dot ch>
- Subject: Re: CVS bootstrap failure on linux/alpha
- From: Andreas Jaeger <aj at suse dot de>
- Date: 06 Dec 2000 11:39:25 +0100
- Cc: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- References: <200012061030.LAA04453@ludwig-alpha.unil.ch>
>>>>> 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