Skip to content
Prev 3860 / 15075 Next

linked libraries?

Paul,

as long as the routines are the same, it is quite harmless. However,  
in your case the other competing routines are from vecLib, so you  
never know. You may try to use vecLib directly (-framework vecLib) or  
even better use LAPACK_LIBS and BLAS_LIBS flags from R, e.g.:

R CMD SHLIB a.f '${LAPACK_LIBS} ${BLAS_LIBS}'

I can't reproduce your problem with the current R and gfortran, so  
I'm hoping you're using your own corresponding R binary for your  
compiler. I don't have gcc 3 machine anymore, so good luck..

Cheers,
Simon
On Sep 11, 2007, at 12:36 AM, Paul Rathouz wrote: