|
From: Richard G. <rgo...@ya...> - 2007-09-02 14:35:15
|
Luigi Ballabio wrote: > > 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 > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ Hi Luigi, I managed to get v0.8.0 compiled. Yes... I guessed that swig-0.8.0 could fit v0.8.1 as well. But I decided to be on the safe side. I'm compiling v0.8.1 now. You are right... libtool was not installed. :( After I installed it, I managed to get autogen.sh running fine, in spite of some warnings. At least "configure" was created and runs OK. I'm also compiling sources from trunk. Soon I will need a 2 head amd64x2 :) Kind Regards -- Richard Gomes |