Skip to content
Prev 74980 / 398502 Next

Problem configuring R-patched

On Thu, 2005-08-04 at 14:57 -0400, Kevin E. Thorpe wrote:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
So was this intentional?
Yes and No. You obviously haven't compiled R recently. If you haven't
got the recommended packages in the source you are compiling, configure
now gives an error, which quite clearly states (and you've quoted it in
your email!) that it cannot find (some of) the recommended packages.

A solution - again given by the error message you quote! - is:

./configure --enable-R-shlib --without-recommended-packages
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

That should clear things up.

Other wise you need to cd to the R directory (where you have the source
code), and then execute ./tools/rsync-recommended and then run your
configure command.

HTH

G