I just cloned the latest version of quantlib from github, and noticed that
it doesn't come with a configure file. I tried running "autogen.sh" to create one, but this yields the error: --------- configure.ac:60: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /opt/local/bin/autoconf failed with exit status: 1 Run the command ./configure --help for information on options that can change the behavior of the library. ---------- What am I doing wrong? Thanks very much. Richard Stanton ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi Richard,
it looks like you're missing a libtool installation (it's required, along with autoconf and automake, to run autogen.sh and build configure). I'm not sure how to install it on Mac OS X, though (port? brew?) Later, Luigi On Tue, Jul 2, 2013 at 11:21 PM, Richard Stanton <[hidden email]> wrote: > I just cloned the latest version of quantlib from github, and noticed that > it doesn't come with a configure file. I tried running "autogen.sh" to > create one, but this yields the error: > > --------- > > configure.ac:60: error: possibly undefined macro: AC_PROG_LIBTOOL > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > autoreconf: /opt/local/bin/autoconf failed with exit status: 1 > > Run the command ./configure --help for information on options > that can change the behavior of the library. > > ---------- > > What am I doing wrong? > > Thanks very much. > > Richard Stanton > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users -- <https://implementingquantlib.blogspot.com> <https://twitter.com/lballabio> ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Thanks. Libtool was installed, but apparently not properly for some reason. Installing it again, the package is now compiling.
-----Original Message----- From: Luigi Ballabio [mailto:[hidden email]] Sent: Wednesday, July 3, 2013 12:59 AM To: Richard Stanton Cc: [hidden email] Subject: Re: [Quantlib-users] Problem generating configure file under OS X with github master Hi Richard, it looks like you're missing a libtool installation (it's required, along with autoconf and automake, to run autogen.sh and build configure). I'm not sure how to install it on Mac OS X, though (port? brew?) Later, Luigi On Tue, Jul 2, 2013 at 11:21 PM, Richard Stanton <[hidden email]> wrote: > I just cloned the latest version of quantlib from github, and noticed > that it doesn't come with a configure file. I tried running > "autogen.sh" to create one, but this yields the error: > > --------- > > configure.ac:60: error: possibly undefined macro: AC_PROG_LIBTOOL > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > autoreconf: /opt/local/bin/autoconf failed with exit status: 1 > > Run the command ./configure --help for information on options that can > change the behavior of the library. > > ---------- > > What am I doing wrong? > > Thanks very much. > > Richard Stanton > > > ---------------------------------------------------------------------- > -------- This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users -- <https://implementingquantlib.blogspot.com> <https://twitter.com/lballabio> ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |