由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - GNU make problem of Solaris
相关主题
Matrix calculation in C++Linux下运行lapack和blas的问题
在Sun Solaris gcc下,怎样知道一个函数在哪个lib里?How to use multi-core to speed Python program
求救:2个dense matrix的乘法问一个C++下的Bug(Linux下)
大家编程用得algebra lib是什么? (转载)C++里面 class的数据成员的顺序是什么样的?
请问:稀疏矩阵运算有什么好的C++库?请推荐好的c++下的matrix库
LAPACK/ARPACK under windowslapack如何求解XA=B
Switch from Matlab to C(C++)?抱怨一下:调试程序郁闷死了
do you use blas/lapack?C++ 做线性代数,方便使用的库?
相关话题的讨论汇总
话题: solaris话题: make话题: gnu话题: error话题: makefile
进入Programming版参与讨论
1 (共1页)
f*********u
发帖数: 455
1
I want to install lapack into a Solaris machine. However, when i unpack the
source code and try to compile the files for LAPACK, i always met with such
a problem in SRC/Makefile
( cd SRC; make )
make: Fatal error in reader: Makefile, line 75: Unexpected end of line seen
(the line of ifdef USEXBLAS)
Current working directory /home/wliu/lapack-3.2.2/SRC
*** Error code 1
make: Fatal error: Command failed for target `lapacklib'
I almost went crazy. I delete all the multilines since it is said that m
p***o
发帖数: 1252
2
Are you sure you are using the GNU make?
It's usually called 'gmake' instead of 'make' on Solaris.

the
such
seen
make

【在 f*********u 的大作中提到】
: I want to install lapack into a Solaris machine. However, when i unpack the
: source code and try to compile the files for LAPACK, i always met with such
: a problem in SRC/Makefile
: ( cd SRC; make )
: make: Fatal error in reader: Makefile, line 75: Unexpected end of line seen
: (the line of ifdef USEXBLAS)
: Current working directory /home/wliu/lapack-3.2.2/SRC
: *** Error code 1
: make: Fatal error: Command failed for target `lapacklib'
: I almost went crazy. I delete all the multilines since it is said that m

1 (共1页)
进入Programming版参与讨论
相关主题
C++ 做线性代数,方便使用的库?请问:稀疏矩阵运算有什么好的C++库?
gnu c++ 自带的库能解矩阵方程吗?LAPACK/ARPACK under windows
C++里用Blas/Lapack的问题 (转载)Switch from Matlab to C(C++)?
搞矩阵的竟然没有人提BLASdo you use blas/lapack?
Matrix calculation in C++Linux下运行lapack和blas的问题
在Sun Solaris gcc下,怎样知道一个函数在哪个lib里?How to use multi-core to speed Python program
求救:2个dense matrix的乘法问一个C++下的Bug(Linux下)
大家编程用得algebra lib是什么? (转载)C++里面 class的数据成员的顺序是什么样的?
相关话题的讨论汇总
话题: solaris话题: make话题: gnu话题: error话题: makefile