|
From: Ferdinando A. <na...@am...> - 2004-07-29 10:36:57
|
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 |