On Mon, 21 Mar 2011, Bogaso Christofer wrote:

Dear all, can somebody guide me how to install the package RQuantLib, for
which windows binary is not available. I have tried installing it with R CMD
INSTALL in my windows vista machine (I have Rtools installed), however it
stopped due to an error saying: "compilation failed for package
'RQuantLib'".

And what did the package maintainer say when you asked (see the posting guide)?

You'll need to work on the C++ code in the package and its dependent
library QuantLib.

There is a good reason why a Windows binary is not available ....
Actually, I did at some point in 2010 make a x64 binary package by
cross-compiling, but as this is C++ you need an exact match between
the cross-compiler and the native libraries, and in the 32-bit case
the cross-compilers available were not compatible enough.

What is should do right to install this package?

Use a more capable OS. i.e. one with POSIX 1003 tools and C libraries.

        [[alternative HTML version deleted]]

PLEASE do follow the posting guide ....
No HTML in postings
'at a minimum' information
Consult the package maintainer
R-devel is the list for discussion of compiler code

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to