Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTrouble with installing under FreeBSD... #74
Comments
|
The Download the tarball, adjust accordingly (ie pick a different shell, or install bash, or whatever) and then install from the updated sources. I'd recommend having |
|
Thanks. I have downloaded the source code and change the |
|
Nice. I had a look at the script, and I do use some bashisms there so it would be a pain to change. One intermediate step would be |
|
Thanks a lot for pointing to |
|
I'll make the change, and keep it in mind. Sorry to be enforcing bash on you, but it is a pretty common shell out here (though the *BSDs and other have their own of course). |
|
There is another way, that is to a symbolic link named
On FreeBSD, bash could be installed as a package. |
|
Yes, of course, but you have to do that. I cannot rely on it being present. Had you done that before you would not have noticed this. (And I'd do it, as much as I hate messing with system directories which your package installer owns.) |
|
Thank you for making the change. Frankly, I also hate to add symbolic to /bin/. |
use /usr/bin/env bash as shebang (closes #74)
When I tried to install RcppArmadillo, I got the following error message:
* installing *source* package 'RcppArmadillo' ...** package 'RcppArmadillo' successfully unpacked and MD5 sums checked./configure: not foundERROR: configuration failed for package 'RcppArmadillo'* removing '/usr/local/lib/R/library/RcppArmadillo'I don't know how to solve this problem.
Any help will be appreciated.