Re: Re: install problem

Posted by Ch. Schwartz on
URL: http://quantlib.414.s1.nabble.com/install-problem-tp4181p4183.html

Thanks to all who responded.

FYI,

The fix ended up being setting the environment variables CPPFLAGS and
LDFLAGS. I did not even need to set the "--with-boost-" switch.


On 11/3/05, Brad <[hidden email]> wrote:

> Ch. Schwartz <charles.schwartz <at> gmail.com> writes:
> >
> > I am using windows (and Dev-Cpp). I have sucessfully bjam'd the entire boost
> library, which now sits in c:\boost\
> > However when invoking via cygwin ./config in c:\quantlib the  config fails b/c
> it cannot find boost. How do I rectify?
> > Here's the error message:
> > checking for M_SQRTPI... yes
> > checking for M_1_SQRTPI... no
> > checking for Boost development files... no
> > configure: error: Boost development files not found
>
> Hi Charles,
>
> I am not a Windows user, but ./configure on Unix (and I imagine Cygwin as well)
> has a --help option to tell you how about options.
>
> From running "./configure --help", I can see that in my case the option
>
> "  --with-boost-include=INCLUDE_PATH
>        Supply the location of Boost header files"
>
> is a way to specify the location of boost. I imagine it would be similar under
> Cygwin.
>
> Regards,
>
> Brad
>
>
>
>
>