Re: QuantLib and Linux
Posted by Dirk Eddelbuettel on
URL: http://quantlib.414.s1.nabble.com/QuantLib-and-Linux-tp4393p4397.html
On 22 January 2006 at 11:45, L.Isella wrote:
| Dear All,
| I am new fairly new to C++ and Linux.
| I am currently using Ubuntu (a Debian-based distribution).
Which version of Ubuntu? Which version of QuantLib did that give you?
| I installed the QuantLib library (I can run the test-suite from the command=
| line), so everything should be fine.
| However, if I try to add to a simple Hello World program the line
|
| #include <ql/quantlib.hpp>
|
| I get plenty of errors.
You need to install the libquantlib0-dev package as well.
Being able to execute binaries is necessary but not sufficient to compiling
your own.
Dirk
--
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison