WIN32 - Cygwin - GCC

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

WIN32 - Cygwin - GCC

Lorenz Leppert
Hello,

can anybody give me a hint how to compile quantlib under
WIN32/cygwin/gcc ?!
It's been reported to work ...

Thank you in advance,
Lorenz



Reply | Threaded
Open this post in threaded view
|

Re: WIN32 - Cygwin - GCC

Luigi Ballabio-2
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