Displaying 1 result from an estimated 1 matches for "sparseqr_coef".
2009 Nov 13
0
Problem building R 2.10 release
...ts and is declared... no
configure: error: Support for MBCS locales is required.
----
wctype.h appears to be usable when I declare
export CC=gcc
However, I encountered another problem during make. I think it is because I
built the lapack libraries using intel compilers.
sparseQR.o: In function `sparseQR_coef':
sparseQR.c:(.text+0x52a): undefined reference to `Rf_protect'
sparseQR.c:(.text+0x53a): undefined reference to `Rf_install'
sparseQR.c:(.text+0x54f): undefined reference to `R_do_slot'...