|
From: Richard S. <st...@ha...> - 2010-01-09 16:06:15
|
I just downloaded Quantlib 0.9.9 and am trying to install it using the latest version of cygwin/gcc under Windows Vista (cygwin 1.7.1, gcc version 4.3.4). I have boost 1.41.0 installed, and ./configure finds this OK and runs to completion. Unfortunately, when I then run "make", the compilation seems to run fine for quite some while, but dies at the following point: /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -o libExperimental.la amortizingbonds/libAmortizingBonds.la barrieroption/libBarrierOption.la callab lebonds/libCallableBonds.la commodities/libCommodities.la compoundoption/libComp oundOption.la coupons/libCoupons.la credit/libCredit.la finitedifferences/libMul tiDimFDM.la inflation/libInflation.la lattices/libLattices.la mcbasket/libMcBask et.la processes/libProcesses.la risk/libRisk.la varianceoption/libVarianceOption .la volatility/libVolatility.la libtool: link: (cd .libs/libExperimental.lax/libAmortizingBonds.a && ar x "/RHS/ QuantLib-0.9.9/ql/experimental/amortizingbonds/.libs/libAmortizingBonds.a") libtool: link: object name conflicts in archive: .libs/libExperimental.lax/libAm ortizingBonds.a//RHS/QuantLib-0.9.9/ql/experimental/amortizingbonds/.libs/libAmo rtizingBonds.a make[4]: *** [libExperimental.la] Error 1 make[4]: Leaving directory `/RHS/QuantLib-0.9.9/ql/experimental' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/RHS/QuantLib-0.9.9/ql/experimental' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/RHS/QuantLib-0.9.9/ql' make[1]: *** [all] Error 2 make[1]: Leaving directory `/RHS/QuantLib-0.9.9/ql' make: *** [all-recursive] Error 1 bash-3.2$ The only slightly odd thing during the configuration phase that might be relevant was the following: checking command to parse /usr/bin/nm -B output from gcc object... failed Thanks for checking into this. |