|
From: Nasky <nas...@gm...> - 2007-12-22 13:17:06
|
Hi all,
I'm a new user. I don't know how to compile a C++ program using QuantLib on
Linux.
My code is heavily simple.
#include <ql/quantlib.hpp>
int main() {
QuantLib::Real stuff ;
return 0;
}
And I compile with : g++ -o stuff stuff.cpp
And I got lots of errors stating XXX cannot be found, not referenced, etc.
What should I add to my compilation line ? Something like "-lql" doesn't
work.
Thanks
--
View this message in context: http://www.nabble.com/Compile-a-quantlib-C%2B%2B-program-tp14469162p14469162.html
Sent from the quantlib-dev mailing list archive at Nabble.com.
|