In makeconf I get BLAS_LIBS = -lblas I believe that actually means configure was able to use the BLAS you specified (MKL in this case). You can scan through config.log to make sure. in config.log....can't seem to find any reference to the Intel BLAS.
Thanks for all the replies. On Wed, 2005-02-23 at 13:45 -0600, Douglas Bates wrote: > Tom Colson wrote: > > Fedora Core 3 > > > > I installed the Intel MLk, > > > > and tried : --with-blas="-lmkl -lguide -lpthread" > > > > and got : External libraries: readline, BLAS(generic) > > > > thus I'm assuming I'm missing something when telling config where to > > look for the recently installed Intel BLAS? > > That's what you would expect to see in the summary section from > configure. Look back in the configure output to see exactly what it > reported for the blas. You may also check the Makeconf file that was > generated to see what it defines for BLAS_LIBS > ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
