On Thu, Oct 31, 2002 at 11:29:31AM -0500, [EMAIL PROTECTED] wrote:
> More stuff:
> 
> I changed libtool to use ksh, but it still fails with  "../libtool: print: not 
>found" .  print does work in a test script & in interactive shell.  Don't know 
> if it can't find print or is it complaining about the parameter passed to 
> print  ( $echo. )
> 
> I tried 2.4.3 on  4.0G - it too fails with that error.
> 
> The libtools generated in 2.4.3 & 2.4.2p2 differ. 
> 
> I copied the 2.4.2p2 libtool to 2.4.3 & it built fine.  Installed, 
> amcheck'd & the backups ran fine last night.


I know, it's a bug in the newer libtool.

Could you try this:

untar amanda
./configure ....
edit config.status
  change -> s%@LIBTOOL@%$(SHELL) $(top_builddir)/libtool%
      to -> s%@LIBTOOL@%/bin/ksh $(top_builddir)/libtool%
make

Jean-Louis
-- 
Jean-Louis Martineau             email: [EMAIL PROTECTED] 
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

Reply via email to