Hi,
I'm trying to get the QuantLib up and running under Mac OSX 10.4 on my MacBook. What have I done? - Updated to the GNU binutils and GNU build system (autotools) - Checked out the QuantLib HEAD using SVN - Changed to the QuantLib directory - ./autogen.sh --> OK - ./configure --with-boost-include=/usr/local/include/boost-1_34_1 -- disable-shared --> OK - make -j2 What happens? - Error message: ... ar cru .libs/libCashFlows.a averagebmacoupon.o capflooredcoupon.o cashflows.o cashflowvectors.o cmscoupon.o conundrumpricer.o coupon.o couponpricer.o digitalcmscoupon.o digitalcoupon.o digitaliborcoupon.o dividend.o duration.o fixedratecoupon.o floatingratecoupon.o iborcoupon.o rangeaccrual.o replication.o timebasket.o~ranlib .libs/ libCashFlows.a ar: .libs/libCashFlows.a: Invalid operation make: *** [libCashFlows.la] Error 1 ... Any ideas? Thanks a lot for any help. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Hi,
I compiled the trunk of QuantLib as revision 15012, more precisely, URL: https://quantlib.svn.sourceforge.net/svnroot/quantlib/trunk/QuantLib Repository Root: https://quantlib.svn.sourceforge.net/svnroot/quantlib Repository UUID: 8618b1d8-e22c-0410-b026-96a5dba3e089 Revision: 15012 without any problem using ./autogen.sh ./configure ./make Marco -- Marco Marchioro, Ph. D. Head of Quantitative Finance, StatPro Italia On Wednesday, 2008-05-28 , at 19:16 , Ralph Schreyer wrote: > Hi, > > I'm trying to get the QuantLib up and running under Mac OSX 10.4 on > my MacBook. > > What have I done? > - Updated to the GNU binutils and GNU build system (autotools) > - Checked out the QuantLib HEAD using SVN > - Changed to the QuantLib directory > - ./autogen.sh --> OK > - ./configure --with-boost-include=/usr/local/include/boost-1_34_1 -- > disable-shared --> OK > - make -j2 > > What happens? > - Error message: > ... > ar cru .libs/libCashFlows.a averagebmacoupon.o capflooredcoupon.o > cashflows.o cashflowvectors.o cmscoupon.o conundrumpricer.o coupon.o > couponpricer.o digitalcmscoupon.o digitalcoupon.o digitaliborcoupon.o > dividend.o duration.o fixedratecoupon.o floatingratecoupon.o > iborcoupon.o rangeaccrual.o replication.o timebasket.o~ranlib .libs/ > libCashFlows.a > ar: .libs/libCashFlows.a: Invalid operation > make: *** [libCashFlows.la] Error 1 > ... > > Any ideas? Thanks a lot for any help. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > QuantLib-dev mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-dev ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
In reply to this post by Ralph Schreyer
On Wed, 2008-05-28 at 19:16 +0200, Ralph Schreyer wrote:
> What happens? > - Error message: > ... > ar cru .libs/libCashFlows.a averagebmacoupon.o capflooredcoupon.o > cashflows.o cashflowvectors.o cmscoupon.o conundrumpricer.o coupon.o > couponpricer.o digitalcmscoupon.o digitalcoupon.o digitaliborcoupon.o > dividend.o duration.o fixedratecoupon.o floatingratecoupon.o > iborcoupon.o rangeaccrual.o replication.o timebasket.o~ranlib .libs/ > libCashFlows.a > ar: .libs/libCashFlows.a: Invalid operation > make: *** [libCashFlows.la] Error 1 > ... Do you have any other error before this one? Luigi -- There is no opinion so absurd that some philosopher will not express it. -- Marcus Tullius Cicero, "Ad familiares" ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
In reply to this post by Ralph Schreyer
Hi,
I used MacPorts to install the GNU binutils and GNU build system (autoconf, automake, libtool) and now everything works fine. Ralph > -----Ursprüngliche Nachricht----- > Von: "Luigi Ballabio" <[hidden email]> > Gesendet: 29.05.08 15:55:10 > An: Ralph Schreyer <[hidden email]> > CC: [hidden email] > Betreff: Re: [Quantlib-dev] Problems with QuantLib on Mac OSX 10.4 > On Wed, 2008-05-28 at 19:16 +0200, Ralph Schreyer wrote: > > What happens? > > - Error message: > > ... > > ar cru .libs/libCashFlows.a averagebmacoupon.o capflooredcoupon.o > > cashflows.o cashflowvectors.o cmscoupon.o conundrumpricer.o coupon.o > > couponpricer.o digitalcmscoupon.o digitalcoupon.o digitaliborcoupon.o > > dividend.o duration.o fixedratecoupon.o floatingratecoupon.o > > iborcoupon.o rangeaccrual.o replication.o timebasket.o~ranlib .libs/ > > libCashFlows.a > > ar: .libs/libCashFlows.a: Invalid operation > > make: *** [libCashFlows.la] Error 1 > > ... > > Do you have any other error before this one? > > Luigi > > > -- > > There is no opinion so absurd that some philosopher will not > express it. > -- Marcus Tullius Cicero, "Ad familiares" > > > _______________________________________________________________________ Jetzt neu! Schützen Sie Ihren PC mit McAfee und WEB.DE. 30 Tage kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=022220 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
On Fri, 2008-05-30 at 09:42 +0200, Ralph Schreyer wrote:
> I used MacPorts to install the GNU binutils and GNU build system > (autoconf, automake, libtool) and now everything works fine. Ok, glad to hear it. Luigi -- Every solution breeds new problems. -- unknown ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |