Displaying 1 result from an estimated 1 matches for "dev170".
Did you mean:
dev1,0
2008 Sep 10
0
Trouble compiling R with self-compiled LAPACK/ATLAS under Linux
...[R] Error 1
...So, I looked into the troublesome library:
$ nm /home/akramer/R-2.7.2/modules//lapack.so | grep cblas_izamax
U cblas_izamax
...the function is not there. However, referring to my configure line,
the function is indeed in the libraries I passed to R:
[akramer at dev170 ~/R-2.7.2] nm /usr/local/lib/libptcblas.a | grep cblas_izamax
0000000000000000 T cblas_izamax
...so, it appears to me that there is a problem in R building lapack.so. So,
I looked back into my config.log file, and found this line:
configure:37951: checking for zgeev_
configure:38015: gcc -std=gnu...