Problems to use Quantlib
Posted by
Diallo Amadou on
URL: http://quantlib.414.s1.nabble.com/Problems-to-use-Quantlib-tp4598.html
Hello
I installed under mandrake 10.0 Quandlib. But when I make a program at
c++ and I compile it I have a error witch I give by attachement. I
want to have some indications for to use correctly quantlib:
My programm is :
#include <ql/quantlib.hpp>
#include <iostream>
int main (int,char* []){
}
Commande compilation is
gcc -I"include" -L"lib" test.cpp
Thanks