Boost C++ Libraries: Ticket #4507: distributions/non_central_chi_squared.hpp fails in gcc 3.2.3 https://svn.boost.org/trac10/ticket/4507 <p> non_central_chi_squared.hpp fails in 3.2.3 for two reasons </p> <p> gcc 3.2.3 does not have the emmintrin.h file. This can be fixed by disabiling SSE2 mode </p> <p> a second problem is that igamma_large.hpp has problems with the static evaluate_polynomial and returns with an error </p> <p> make<a class="changeset" href="https://svn.boost.org/trac10/changeset/1" title="Import core sources for SVNmanger 0.38 ">[1]</a>: <strong>* [eq1products.static-lib] Error 2 make<a class="changeset" href="https://svn.boost.org/trac10/changeset/1" title="Import core sources for SVNmanger 0.38 ">[1]</a>: Target `all' not remade because of errors. 1808: matching function for call to `evaluate_polynomial(long double<a class="changeset" href="https://svn.boost.org/trac10/changeset/13" title="*** empty log message *** ">[13]</a>, long 1808: double)' 1808: make<a class="changeset" href="https://svn.boost.org/trac10/changeset/2" title="Add Boost Disclaimer">[2]</a>: </strong>* <a class="missing ticket">lib-linux.opt/volBEModel.o</a> Error </p> <p> This can be worked around by adding the polynomial size to the evaluate_polynomial functions that take the workspaces and figure a final value (line 260). This seems to be a template evaluation bug, since the static evaluate_polynomials seem to work fine in calculating the evaluating the elements of the workspace. </p> <p> This problem was found in 1.39, but the code in trunk is identical </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4507 Trac 1.4.3 John Maddock Fri, 13 Aug 2010 17:26:36 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4507#comment:1 https://svn.boost.org/trac10/ticket/4507#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/64789" title="Fix gcc-3.2.x compiler errors. Fixes #4507.">[64789]</a>) Fix gcc-3.2.x compiler errors. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4507" title="#4507: Bugs: distributions/non_central_chi_squared.hpp fails in gcc 3.2.3 (closed: fixed)">#4507</a>. </p> Ticket