wenflower 发表于 2006-10-8 10:35:46

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

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

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

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

QQ:652557

wenflower 发表于 2006-10-8 10:36:26

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

wenflower 发表于 2006-10-8 10:38:08

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

wenflower 发表于 2006-10-8 10:38:40

../../blas_LINUX.a-o ../xblat2z
make: 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: Entering directory `/root/Desktop/arroy/LAPACK/BLAS/TESTING'
g77-funroll-all-loops -fno-f2c -O3 -c sblat3.f
g77sblat3.o \

wenflower 发表于 2006-10-8 10:40:55

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

wenflower 发表于 2006-10-8 10:55:52

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

# 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'
#

mozilla 发表于 2006-10-8 16:07:07

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

wenflower 发表于 2006-10-9 08:01:59

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

mozilla 发表于 2006-10-9 10:29:09

# make -w
这个不过通过了么?

xiaxueducun 发表于 2008-12-3 11:27:23

楼主,你的问题解决了么?我也遇到了相同的问题,请问你是怎么解决的?谢谢~~
页: [1]
查看完整版本: 大侠们指教一下,我在装LAPACK时遇到这个问题。