Re: Compilation problem on SUN machine
Posted by Luigi Ballabio-2 on Jul 06, 2004; 7:13am
URL: http://quantlib.414.s1.nabble.com/Compilation-problem-on-SUN-machine-tp3025p3026.html
On 2004.06.23 21:10, Lin-Lin Wang wrote:
> I am new to this subject and trying to compile quantlib on
> sparc-sun-solaris2.7 with g++ 2.95.3. The first few steps are okay.
> But when it tries to compile mathf.cpp inside functions, it reports
> error as following,
> [snipped]
> ../../ql/Math/linearinterpolation.hpp:36: Internal compiler error.
>
> Does this mean the g++ 2.95.3 I am using is too old?
> Anyon has similar experience and any suggestion?
Hi,
I haven't seen this, but then again, I'm using a more recent
gcc. Is a later version of gcc available on Solaris? Also, can you try
and compile with gcc 2.95 on another platform to see if the same
happens?
Later,
Luigi