简体   繁体   English

在Ubuntu上编译rJava

[英]compiling rJava on Ubuntu

I am unable to compile rJava from source. 我无法从源代码编译rJava。 Configure is not creating a Makefile even though it says it is. 即使它说是,Configure也不会创建Makefile。

configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating Makefile
config.status: creating run
config.status: creating src/config.h
drew@drew-ThinkPad-T410:~/Downloads/rJava$ ls
config.log     configure.ac   getsp.class  install-sh  NAMESPACE  src
config.status  configure.win  getsp.java   jri         NEWS       version
configure      DESCRIPTION    inst         man         R
drew@drew-ThinkPad-T410:~/Downloads/rJava$ sudo make
make: *** No targets specified and no makefile found.  Stop.
drew@drew-ThinkPad-T410:~/Downloads/rJava$

你可以尝试./configure ./install-sh

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM