Displaying 3 results from an estimated 3 matches for "atl_f77wrap_cger2u_".
Did you mean:
atl_f77wrap_cger2c_
2010 May 14
1
Compiling R with ATLAS
...s/lib/libf77blas.so: undefined reference to
`atl_f77wrap_zger2u_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_cger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_zger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_cger2u_'
collect2: ld returned 1 exit status
configure:28587: $? = 1
I found the following e-mail in the archives <
http://www.mail-archive.com/r-devel@r-project.org/msg16853.html>, but it has
a different error, and the suggestion of switching out the BLAS later does
not seem to apply to ATLAS w...
2010 May 14
1
Compiling R with ATLAS
...s/lib/libf77blas.so: undefined reference to
`atl_f77wrap_zger2u_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_cger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_zger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to
`atl_f77wrap_cger2u_'
collect2: ld returned 1 exit status
configure:28587: $? = 1
I found the following e-mail in the archives <
http://www.mail-archive.com/r-devel@r-project.org/msg16853.html>, but it has
a different error, and the suggestion of switching out the BLAS later does
not seem to apply to ATLAS w...
2010 May 28
2
Compiling R-2.11.0 with ATLAS-tuned BLAS and LAPACK
...s/lib/libf77blas.so: undefined reference to `atl_f77wrap_zger2u_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to `atl_f77wrap_cger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to `atl_f77wrap_zger2c_'
/usr/local/atlas/lib/libf77blas.so: undefined reference to `atl_f77wrap_cger2u_'
collect2: ld returned 1 exit status
configure:28587: $? = 1
If I run "make" after this, R starts compiling and uses its own
built-in blas and lapack
I tried various different flavors of the configuration line including
using BLAS_LIBS and LAPACK_LIBS to pass the folder and librarie...