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