Re: lftp-pre2.5.0-20020227

2002-03-04 Thread Ayamura KIKUCHI

  checking whether va_lists can be copied by value no
 
 I have fixed the test for by-value copying and released 20020303 snapshot

I have confirmed fixes in 20020303-snapshot and had no fatal
compilation errors on IRIX 65 and Solaris 8

-- ayamura
Ayamura KIKUCHI, MD, PhD



Re: lftp-pre2.5.0-20020227

2002-03-03 Thread Alexander V. Lukyanov

On Sat, Mar 02, 2002 at 01:16:42AM +0900, Ayamura KIKUCHI wrote:
 checking whether va_lists can be copied by value no

I have fixed the test for by-value copying and released 20020303 snapshot

-- 
   Alexander



Re: lftp-pre2.5.0-20020227

2002-03-01 Thread Ayamura KIKUCHI
 I have released new development snapshot. I think it is tested well enough,
 and will be released as 2.5.0 in a week.

On IRIX 6.5, FreeBSD 4.5 and so on:

% ./configure
(snip)
checking for an implementation of va_copy()... no
checking for an implementation of __va_copy()... no
checking whether va_lists can be copied by value... no
checking whether va_lists can be copied by pointer... 
configure: error: Can't find a way to va_copy.

aclocal.m4 should be modified.

-- ayamura