Re: Re: Cygwin installation problem (Igor Gierymski)

Posted by Luigi Ballabio-2 on
URL: http://quantlib.414.s1.nabble.com/Re-Cygwin-installation-problem-Igor-Gierymski-tp3229p3230.html

On 2004.08.21 12:39, Javier Revilla wrote:
> I am compiling QuantLib-0.3.7 with gcc-3.3.3 on CygWin.
> Configure is ok.
> Make fails at the test-suite stage.
>
> /usr/include/c++/3.3.3/bits/basic_string.h:325: undefined reference  
> to `RiskStatisticsTest::suite()'

Javier,
        I'm kind of puzzled. RiskStatisticsTest::suite() is defined in  
riskstats.cpp, and your log shows that you did compile it and that the  
resulting riskstats.o is being linked with the rest.  Maybe the object  
files got messed up during a previous try?  It's just a lame  
suggestion, but what if you try a 'make clean' and rebuild the thing  
again?

Later,
        Luigi