|
From: Luigi B. <lui...@gm...> - 2007-09-02 14:05:49
|
On Sep 2, 2007, at 3:52 PM, Richard Gomes wrote: >> I compiled/installed the latest boost release. >> I just checked out QuantLib from SVN. >> I installed autoconf, automake and m4 packages. >> >> and then... >> >> $ sh autogen.sh >> /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of >> AM_PATH_LIBMCRYPT >> /usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending >> aclocal' >> /usr/share/aclocal/libmcrypt.m4:17: or see >> http://sources.redhat.com/automake/automake.html#Extending-aclocal >> configure.ac:63: error: possibly undefined macro: AC_PROG_LIBTOOL >> If this token and others are legitimate, please use >> m4_pattern_allow. See the Autoconf documentation. >> autoreconf: /usr/bin/autoconf failed with exit status: 1 Did you install libtool as well as autoconf and automake? it seems that autoconf does not find an m4 macro file provided with libtool. > This is a followup to the group. > > Version 0.8.0 has the c++ sources and swig sources in download area at > sourceforge.net. Also, it's probably not very clear from the release notes, but QuantLib-SWIG 0.8.0 will work with QuantLib 0.8.1. Later, Luigi |