RE: Quantlib-users digest, Vol 1 #333 - 7 msgs

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

RE: Quantlib-users digest, Vol 1 #333 - 7 msgs

Kunal Singh
Hi,

I have installed quantlib on cygwin (win 2000). It compiled well and the
Examples also have produced working executables. However when I try to
compile EuropeanOption.cpp for example, it gives an error saiying
65 h:\quantlib\quantl~1.1\ql\qldefines.hpp
 #error Unsupported compiler - please contact the QuantLib team
96 h:\quantlib\quantl~1.1\ql\qldefines.hpp
 #error Neither <cstdlib> nor <stdlib.h> found
140 h:\quantlib\quantl~1.1\ql\qldefines.hpp
 #error Neither <cmath> nor <math.h> found
and so on.

Since, the source quantlib compiled fine, I believe I am doing something
wrong. I however have the correct path for the library to include and
the path to the include directory.

Thanks,
Kunal



Reply | Threaded
Open this post in threaded view
|

Re: RE: Quantlib-users digest, Vol 1 #333 - 7 msgs

Luigi Ballabio-2
At 09:57 AM 6/20/03 -0400, Kunal Singh wrote:
>I have installed quantlib on cygwin (win 2000). It compiled well and the
>Examples also have produced working executables. However when I try to
>compile EuropeanOption.cpp for example, it gives an error saiying
>65 h:\quantlib\quantl~1.1\ql\qldefines.hpp
>  #error Unsupported compiler - please contact the QuantLib team

Kunal,
         does the compiler #define HAVE_CONFIG_H?

Later,
         Luigi