Re: Configure error QL 0.3.7
Posted by Ferdinando M. Ametrano-3 on
URL: http://quantlib.414.s1.nabble.com/Configure-error-QL-0-3-7-tp3108p3113.html
Hi Mike
>OK, well that worked for the configure, but not for the make! [...]
>Then the failed line above became
>g++ -g -O2 -o quantlib-test-suite.exe *.o -L/usr/local/lib -lboost...
I'm not a *nix guy, so I cannot really help you. Anyway here's my 0.02$:
did you compile Boost?
The Boost header files are enough for QuantLib and its examples, NOT enough
for the QuantLib test-suite. The test-suite is based on the Boost Unit Test
framework, which needs to be compiled.
On a related note I would appreciate if you could provide a newbie tutorial
on how to compile QuantLib under Win32+cygwin. I think the cygwin "bridge"
would be a great opportunity for those who would consider moving from Win32
to *nix, or simply want to check their code with gcc.
ciao -- Nando