Skip to content
Prev 199200 / 398503 Next

compiling R-2.9.2 or R-2.10.0 on ubuntu 9.04 (powerpc)

On Thu, 2009-11-05 at 01:13 -0800, cremi wrote:
Maybe install "libcnf-dev" ( a library for C and Fortran mixed
programming ) and try again (?).

For any warning/ missing package search for it in the repositories,
e.g.:

sudo apt-cache search f77

Also useful is to use sometimes "apt-file":

# install it
sudo apt-get install apt-file

# it will prompt for update, let it update
# use it
sudo apt-file find f77
# the latter will give all(?) possible files related with f77 (I think).

Hope this helps. Regards, Nikos