打印

大侠们指教一下,我在装LAPACK时遇到这个问题。

大侠们指教一下,我在装LAPACK时遇到这个问题。

make[1]: Leaving directory `/root/Desktop/arroy/LAPACK/BLAS/SRC'

这是什么错误呢?
该怎么解决啊。

后面的错误就会有了。以后的程序都装不了。555555555

QQ:652557

TOP

make[2]: Leaving directory `/root/Desktop/arroy/LAPACK/TESTING/LIN'

TOP

make[2]: Entering directory `/root/Desktop/arroy/LAPACK/TESTING/EIG'
这些也是错误,不过返回的是2,是不是就不重要了。最重要的是刚才的1错误啊?

TOP

../../blas_LINUX.a  -o ../xblat2z
make[1]: Leaving directory `/root/Desktop/arroy/LAPACK/BLAS/TESTING'
( cd BLAS; ./xblat2s < sblat2.in ; \
           ./xblat2d < dblat2.in ; \
           ./xblat2c < cblat2.in ; \
           ./xblat2z < zblat2.in )
( cd BLAS/TESTING; make -f Makeblat3 )
make[1]: Entering directory `/root/Desktop/arroy/LAPACK/BLAS/TESTING'
g77  -funroll-all-loops -fno-f2c -O3 -c sblat3.f
g77  sblat3.o \

TOP

这是最后的错误了。怎么办哪。555555555
make[2]: Leaving directory `/root/Desktop/arroy/LAPACK/TIMING/LIN'
Timing square REAL LAPACK linear equation routines
xlintims < stime.in > stime.out 2>&1
make[1]: *** [stime.out] 错误 127
make[1]: Leaving directory `/root/Desktop/arroy/LAPACK/TIMING'
make: *** [timing] 错误 2
[root@localhost LAPACK]#

TOP

我运行make -w的结果。请大家多指教哪。

[root@localhost TIMING]# make -w
make: Entering directory `/root/Desktop/arroy/LAPACK/TIMING'
make: Nothing to be done for `all'.
make: Leaving directory `/root/Desktop/arroy/LAPACK/TIMING'
[root@localhost TIMING]#

TOP

执行xlintims程序时出错,这个帮不了你

TOP

楼上的,这是什么意思啊。倒底是什么错误,怎么改呢?
唉。急死了。

TOP

[root@localhost TIMING]# make -w
这个不过通过了么?

TOP