Re: Re: Cygwin installation problem (Igor Gierymski)

Posted by Javier Revilla on
URL: http://quantlib.414.s1.nabble.com/Re-Cygwin-installation-problem-Igor-Gierymski-tp3229p3231.html

Quoting Luigi Ballabio <[hidden email]>:

> 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
>

Hello Luigi,
You were right. I made a clean and then rebuilt it and it works.
I only got two warnings but that should be ok.
Curious how the files got messed up.

Thanks.
Have a nice day,
Javier