[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug with libtool-1.4.3 and tru64 5.1
From: |
Jean-Louis Martineau |
Subject: |
bug with libtool-1.4.3 and tru64 5.1 |
Date: |
Thu, 31 Oct 2002 17:57:34 -0500 |
User-agent: |
Mutt/1.2.5.1i |
Hello,
I'm one of the maintainers of the amanda package.
Nobody on tru64 5.1 was able to compile amanda since I upgraded
to libtool-1.4.2 (same problem with 1.4.3).
> /sbin/sh ../libtool --mode=link cc -g -o genversion genversion.o
> versuff.o alloc.o clock.o debug.o error.o util.o file.o -lm
> -ltermcap
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> ../libtool: print: not found
> rm -f version.c
> ...
libtool don't find a good echo, so it use the ksh 'print -r'.
The problem is that libtool is never executed with ksh.
I include a patch to run libtool with the right shell.
>From a Makefile, it will be executed directly with ksh instead
of sh and then do and 'exec ksh'.
Maybe the bug is simply because SHELL is not set to /bin/ksh in libtool, but
I don't know how to do it.
Jean-Louis
--
Jean-Louis Martineau email: address@hidden
Departement IRO, Universite de Montreal
C.P. 6128, Succ. CENTRE-VILLE Tel: (514) 343-6111 ext. 3529
Montreal, Canada, H3C 3J7 Fax: (514) 343-5834
libtool.diff
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug with libtool-1.4.3 and tru64 5.1,
Jean-Louis Martineau <=