Re: [Rd] need help with libtool/aclocal error

2009-06-06 Thread Kynn Jones
On Sat, Jun 6, 2009 at 5:58 AM, Prof Brian Ripley wrote: > ...or just > updating tools/ltmain.sh from > https://svn.r-project.org/R/branches/R-2-9-branch/tools/ltmain.sh and > re-configuring and re-making R. Thanks, that worked like a charm. __ R-devel

Re: [Rd] need help with libtool/aclocal error

2009-06-06 Thread Prof Brian Ripley
Looks like libtool is objecting to a patch-level mismatch in hte R sources (and I'm surprised that such minor mismatches are not allowed). You should be able to solve this by using a current R-patched (>=r48719), or just updating tools/ltmain.sh from https://svn.r-project.org/R/branches/R-2-9-