Skip to content
Prev 33759 / 398513 Next

Can't load e1071

On Tue, Jun 24, 2003 at 08:44:57PM -0400, Andrew Perrin wrote:
That's fine, and your privilege. But as a general rule, do not relay private
messages.
False. Debian 'stable' has 1.5.0 (in a bugfix release). Debian 'testing' has
1.6.0. CRAN has a testing release of 1.7.0 which is probably what you have.
So remove e1071 and reinstall, but see further down.
That doesn't matter. What matters is what is hard-coded from _R built time_
in $RHOME/etc/Makeconf (which on Debian is also /etc/R/Makeconf).  Have a
look at that file, it will have hints as to under which version your
r-base-core package was built. I.e. mine shows in FLIBS that 3.3 was used.

But a much simpler way is to use the Debian package management system --
look at the Depends line of 'dpkg -s r-base-core'. Mine has e.g.  
     libg2c0 (>= 1:3.3-0pre9)
revealing that g77 from gcc version 3.3 was used, consistent with what FLIBS
had.
You were probably mis-matching gcc/g++ versions between the version of R you
got from CRAN and the compiler you have installed.

Hope this helps, feel free to ask me in private if you're still fuzzy.

Dirk