Libgcrypt 1.1.42 released

Simon Josefsson jas@extundo.com
Thu, 31 Jul 2003 20:35:39 +0200


Is libtool 1.5 supported?  It doesn't appear to work.

jas@latte:~/src/libgcrypt$ libtool --version
ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)
 
Copyright (C) 2003  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
jas@latte:~/src/libgcrypt$ rm mpi/mpih-add1.lo
jas@latte:~/src/libgcrypt$ make
make  all-recursive
make[1]: Entering directory `/home/jas/src/libgcrypt'
Making all in mpi
make[2]: Entering directory `/home/jas/src/libgcrypt/mpi'
gcc -E -I../src -DHAVE_CONFIG_H -DPIC `test -f 'mpih-add1.S' || echo './'`mpih-add1.S | grep -v '^#' > __mpih-add1.s
gcc  -g -Wall -c __mpih-add1.s
mv -f __mpih-add1.o mpih-add1.lo
/bin/sh ../libtool --mode=link gcc -I/usr/local/include -g -Wall   -o libmpi.la mpi-add.lo mpi-bit.lo mpi-cmp.lo mpi-div.lo mpi-gcd.lo mpi-inline.lo mpi-inv.lo mpi-mul.lo mpi-pow.lo mpi-mpow.lo mpi-scan.lo mpicoder.lo mpih-div.lo mpih-mul.lo mpiutil.lo mpih-add1.lo mpih-sub1.lo mpih-mul1.lo mpih-mul2.lo mpih-mul3.lo mpih-lshift.lo mpih-rshift.lo -lnsl  -lnsl
libtool: link: `mpih-add1.lo' is not a valid libtool object
make[2]: *** [libmpi.la] Error 1
make[2]: Leaving directory `/home/jas/src/libgcrypt/mpi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jas/src/libgcrypt'
make: *** [all] Error 2
jas@latte:~/src/libgcrypt$