Re: QuantlibXl

Posted by eric ehlers on
URL: http://quantlib.414.s1.nabble.com/QuantlibXl-tp4980p4984.html

Hello

On 9/5/06, [hidden email]
<[hidden email]> wrote:
> Hi All,
>
> Even I am facing problem.
> I am using Bloodshed C++, mingw compiler.
> bjam "-sTOOLS=mingm" install    is not working for me

That should be...
bjam "-sTOOLS=mingw" install
... I don' t know if the typo was in your original command or just in
your email.

Also, the only build environments supported by QuantLibXL are VC 7 and
8.  Building QLXL with mingw might be possible but would require a lot
of work on your part to set up makefiles.  If you're just building
boost / QuantLib you should be OK.

Regards,
Eric