gpt4 book ai didi

r - 无法让 RQuantLib 在 osx 10.9.4 下与brew安装的 quantlib 一起使用

转载 作者:行者123 更新时间:2023-12-02 04:54:40 24 4
gpt4 key购买 nike

我一直在尝试通过安装 RQuantLib 包

install.packages("RQuantLib")

它一直给我以下错误

* installing *source* package ‘RQuantLib’ ...
** package ‘RQuantLib’ successfully unpacked and MD5 sums checked
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for R... yes
checking for quantlib-config... yes
checking for Boost development files... no
configure: error: Boost development files not found
ERROR: configuration failed for package ‘RQuantLib’
* removing ‘/usr/local/Cellar/r/3.1.1/R.framework/Versions/3.1/Resources/library/RQuantLib’

我已经完成

brew install boost
brew install quantlib

我已经检查了两者的符号链接(symbolic link),这应该没问题(两者都完成了取消链接/链接)。

<小时/>

解决方案:

根据edd的回答使用了下面的命令,对我有用

install.packages("RQuantLib", configure.args="--with-boost-include=/usr/local/include/ --with-boost-lib=/usr/local/lib/")

最佳答案

尝试使用这些在基于 *.tar.gz 文件的 shell 中执行此操作

edd@max:~/git/rquantlib(master)$ ./configure --help|grep boost
--with-boost-include=INCLUDE_PATH
--with-boost-lib=LIB_PATH
edd@max:~/git/rquantlib(master)$

或者查看install.packages()的帮助,您也可以将参数传递给configure——我发现第一种方法更容易。

本质上,我们似乎需要帮助配置找到您的 Boost header (然后可能还有库)。

关于r - 无法让 RQuantLib 在 osx 10.9.4 下与brew安装的 quantlib 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26244606/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com