Hi,
There's something wrong when I tried to compile BLAS. I'm in Linux with
gcc/g77 installed properly. After I modified Makefile.in, make all generate
the following error msg:
It looks like the makefile used to generate libblas.a is wrong.
echo /u/hauwu/CBLAS/lib/LINUX/cblas_LINUX.a
/u/hauwu/CBLAS/lib/LINUX/cblas_LINUX.a
make[1]: Leaving directory `/u/hauwu/CBLAS/src'
( cd testing ; make all )
make[1]: Entering directory `/u/hauwu/CBLAS/testing'
gcc -I/u/hauwu/CBLAS/src -O3 -DADD_ -c c_sblas1.c
g77 -O3 -c c_sblat1.f
g77 -o xscblat1 c_sblat1.o c_sblas1.o
/u/hauwu/CBLAS/lib/LINUX/cblas_LINUX.a libblas.a
g77: libblas.a: No such file or directory
make[1]: *** [xscblat1] Error 1
make[1]: Leaving directory `/u/hauwu/CBLAS/testing'
make: *** [alltst] Error 2
[hauwu at math CBLAS]$ man blas
No manual entry for blas
[hauwu at math CBLAS]$
Thanks for your help.
Bests,
ht
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.cs.utk.edu/private/lapack/attachments/20081015/947f2468/attachment.htm
|