Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost.build : Linking problem when using inverse_students_t_tail_series() in vc++
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-08-25 04:22:33


>and i'm having these linking error:

Error 2 error LNK2019: unresolved external symbol "double __cdecl
boost::math::tgamma_delta_ratio<double,double,struct
boost::math::policies::policy<struct
boost::math::policies::default_policy,struct
boost::math::policies::default_policy,struct

I suspect you aren't including the correct headers - I'm guessing that
tgamma_delta_ratio is forward declared but not defined - did you include
<boost/math/distributions/students_t.hpp> or go straight to the "detail"
header? If the latter then it's a detail for a reason :)

HTH, John.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk