Building QuantLib Head on Windows XP

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

Building QuantLib Head on Windows XP

John Nichol-2
Hi,

have successfully built Quantlib 0.3.10 using

configure --with-boost-lib=/cygdrive/p/boost_1_33_0/libs
--with-boost-include=/cygdrive/p/boost_1_33_0/

and then

make

I am trying to build the current CVS Quantlib Head as I am keen to get a
build of quantlib with the extensions Johan Witters made (and I have
contributed further additions) to the swig files.

I am running

autoconf
configure --with-boost-lib=/cygdrive/p/boost_1_33_0/libs
--with-boost-include=/cygdrive/p/boost_1_33_0/

I get the following errors

...
checking for dvips... /usr/bin/dvips
configure: creating ./config.status
config.status: creating
.infig.status: error: cannot find input file:

Is the head of Quantlib expected to be buildable on WindowsXp? Is there
a link to specific instructions on how to build/configure the head.

Any help greatly received.

Regards,

John





Reply | Threaded
Open this post in threaded view
|

Re: Building QuantLib Head on Windows XP

Luigi Ballabio
On 09/28/2005 12:53:41 PM, John Nichol wrote:
> I am trying to build the current CVS Quantlib Head
>
> I am running
>
> autoconf
> configure --with-boost-lib=/cygdrive/p/boost_1_33_0/libs
> --with-boost-include=/cygdrive/p/boost_1_33_0/

autoconf is probably not enough.

You can try
./autogen.sh
./configure --your-options


Luigi

----------------------------------------

All generalizations are dangerous, even this one.
-- Alexandre Dumas