Re: Re: Quantlib build problem
Posted by
Nicolas Di Césaré on
URL: http://quantlib.414.s1.nabble.com/Re-Quantlib-build-problem-tp3321p3324.html
Le mar 07/09/2004 à 15:07, Ferdinando Ametrano a écrit :
> Hi all
>
> thanks to Steinar's help we solved and understood VC6 "internal compiler
> error" when compiling QuantLib 0.3.7
>
> There are 2 distinct solutions:
> a) patch your VC6 installation with Service Pack 5
> b) keep your old Service Pack and just disable the "Maximize for speed"
> option for the project
Hi all,
I have resolved a similar problem (compiling with VC6+SP5 and Internal
Compiler Error with VC6) by disabling inlining feature using \0i- flag.
The compiler failed to inline the same fonction call in a expression
more than once.
--
Nicolas Di Césaré <
[hidden email]>