Dear Users,
I wanted to install lapack-3 in my system Linux/GNU, i686, fedora core -3 to 5.
In make.inc file what i put in the following
************************************************************************
####################################################################
# LAPACK make include file. #
# LAPACK, Version 3.0 #
# June 30, 1999 #
####################################################################
#
SHELL = /bin/sh
PLAT = _Linux
FORTRAN = g77
OPTS = -g
DRVOPTS = $(OPTS)
NOOPT = -g
LOADER = g77
LOADOPTS = -g
ARCH = ar
ARCHFLAGS= cr
RANLIB = echo
BLASLIB = -lblas
LAPACKLIB = lapack$(PLAT).a
#TMGLIB = tmglib$(PLAT).a
#EIGSRCLIB = eigsrc$(PLAT).a
#LINSRCLIB = linsrc$(PLAT).a
********************************************************
And i got an error in the following
********************************************************
----
-----
g77 -c -g slatm1.f
g77 -c -g slaran.f
g77 -c -g slarnd.f
ar cr ../../ slatms.o slatme.o slatmr.o slagge.o slagsy.o slakf2.o slarge.o
slaror.o slarot.o slatm2.o slatm3.o slatm5.o slatm6.o slatm1.o slaran.o slarnd.o
ar: ../../: Is a directory
make[1]: *** [single] Error 1
make[1]: Leaving directory `/nfs5/dwipesh/ALL/pak/LAPACK/TESTING/MATGEN'
make: *** [tmglib] Error 2
*********************************************************************
What should i do?

