The error message from running ./configure in the R source directory:
checking whether mixed C/Fortran code can be run... configure: WARNING: cannot run mixed C/Fortan code
configure: error: Maybe check LDFLAGS for paths to Fortran libraries?
After spending approximately two hours trying to resolve this unmet dependency by several different approaches, the command which brought the solution to this was:sudo apt-get install cfortranAnd some additional packages to resolve issues with HTML and PDF format R manuals:
apt-get install texlive-fonts-extra fig2ps"fig2ps" in particular will install a lot of dependencies if TEX has not previously been installed on the system.
No comments:
Post a Comment