Login  Register

QuantLib under cygwin

Posted by financial engineer on Apr 27, 2011; 10:12pm
URL: http://quantlib.414.s1.nabble.com/QuantLib-under-cygwin-tp8701.html


hi,
 
I am trying to install QuantLib under cygwin.
 
I followed the following instructions after downloading QuantLib-1.0.1.tar.gz
 
1. saved the .tar.gz file in C:\cygwin\home\BA (this is my ~ directory when I open cygwin)
 
2. entered the following command:
$ tar -xvzf QuantLib-1.0.1.tar.gz
 
3. cd QuantLib-1.0.1
 
4. then to run, I entered:
$./configure --enable-static --with-boost-include=/opt/local/include/ --with-boost-lib=/opt/local/lib/ --prefix=/opt/local/
and it ran and returned to ~/QuantLib-1.0.1
 
5. cd ..
 
6. I tried to compile a test program which included
#include <ql/quantlib.hpp>
using namespace QuantLib;
 
and I get an error stating  ql/quantlib.hpp: No such file or directory
 
(I already have boost from the latest download of cygwin and when I run a test program for boost it works)
 
Can anyone please help me fix this problem so I can include QuantLib.
 
thanks in advance,
BA
 


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today.  Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users