Login  Register

Re: WIN32 - Cygwin - GCC

Posted by Luigi Ballabio-2 on Aug 13, 2002; 3:25am
URL: http://quantlib.414.s1.nabble.com/WIN32-Cygwin-GCC-tp2122p2123.html

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