To whom it may concern,
I'm trying to install CLAPACK-3.2.1 on ubuntu9.04, which is running on
VirtualBox3.2.8. And the host?s OS is win7. The installation process is
carried out under the instruction of README.install.
While I successfully finish the first three steps( *tar, make f2clib,
make blaslib*, to be specific, no error reported ), problems begin to occur
in the 4th one:
*cd CLAPACK/BLAS/TESTING; make -f Makeblat2*
cd CLAPACK/BLAS
xblat2s < sblat2.in
xblat2d < dblat2.in
xblat2c < cblat2.in
xblat2z < zblat2.in
cd CLAPACK/BLAS/TESTING; make -f Makeblat3
cd CLAPACK/BLAS
xblat3s < sblat3.in
xblat3d < dblat3.in
xblat3c < cblat3.in
xblat3z < zblat3.in
It's expected to get some output files *.SUMM, but I don't see any.
However, I proceed the 5th step: *cd CLAPACK/SRC; make;* Sadly, I got error
report as follows:
*ar: ../INSTALL/slamch.o: No such file or directory*
*make: *** [../lapack_LINUX.a] Error 1*
But I have slamch.c under /INSTALL/. I'm bewildered why there's no slamch.o
file generated.
Maybe you can give some hints about the problems? Also, it's said that I
should copy the generated *.a files to /usr/local/lib/. Is that OK? ( Sorry
to bother you with such a question, I'm not familiar with Linux yet :-(. )
Looking forward to your prompt reply!
Best regards!
dehiker
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20100930/e3178519/attachment.html
|