|
At 12:30 AM 8/13/02 +0200, you wrote:
>can anybody give me a hint how to compile quantlib under
>WIN32/cygwin/gcc ?!
>It's been reported to work ...
Hi,
I never did it myself. But the steps should be:
- open a cygwin shell (not the dos prompt)
- unpack QuantLib and enter the directory
- type:
./configure
make
- run the tests by typing:
make check
The examples are, well, examples on how to link one's own code to QL.
However, you can ask again here if you're not familiar with
compiling/linking under [Uni|Linu]xes.
Later,
Luigi
|