search for: libdxml

Displaying 2 results from an estimated 2 matches for "libdxml".

Did you mean: libcxml
2001 Jun 11
1
R-devel on alpha Tru64: cxml/dxml problem (PR#977)
...example for the use of `asp' : > library(mva) > data(eurodist) > loc <- cmdscale(eurodist) Error in La.eigen(Tmat, symmetric = TRUE) : On entry to DSYEV parameter number 8 had an illegal value Execution halted The problem is, that by default the accelerated blas library (libdxml or libcxml) is found by ./configure and gets used (DSYEV resides in this library) I stopped using libdxml/libcxml with R long ago because I had similar problems (using libdxml on Tru64 4.0E) with some of my libraries, but I thought it was my fault. The interesting thing is, that some of the dxml...
1998 Sep 30
4
R-beta: compiling R-0.62.3 on SuSe Linux
On my RedHat 5.1 machine at the office I am happily using R installed from Martyn Plummer's RPM's of R-62.3 for RH 5.1 At home I have SuSe Linux 5.3 on my PC and as RH 5.1 is libc6 based and SuSe 5.3 is still libc5 based the RH 5.1 RPM's do not install and work on SuSe (even though they have a test version of glibc). So I downloaded R-0.62.3.tgz from www.ci.tuwien.ac.at/R and tried