Hello All,
I didn't succeed on LAPACK3E installation. I am
using ifort (v 8.0), SuSe Linux on a Pentium IV laptop.
The lapack's installation crashes on the testing phase.
Can anybody give some help, with make.inc and Makefile
setting up configurations to overcome this problem?
I am not sure if I am using the right options. Please
see below my make.inc and part of the errors I am getting.
Thanks for any help,
Luciano
-----------------------MAKE.inc
#
FORTRAN = ifort
F90 = ifort
F90OPTS = -O3
CC = cc
OPTS = -O3 -mp1
COPTS = -O3
DRVOPTS = $(OPTS)
NOOPT =
REAL32 = -DLA_REALSIZE=4
LOADER = ifort
LOADOPTS =
#
# The following option is used to point to the directory of compiled
# module files.
#
MODINCL = -I
#
# The command m4 is used to create a generic interface module from the
# common source modules files. The types supported are determined by
# defined constants:
# -DLA_HG: Cray 32-bit interfaces
# -DLA_SC: IEEE 32-bit interfaces or Cray 64-bit interfaces
# -DLA_DZ: IEEE 64-bit interfaces
#
M4 = m4
M4FLAGS = -DLA_SC -DLA_DZ
#
# The archiver and the flag(s) to use when building archive (library)
# If your system has no ranlib, set RANLIB = echo.
#
ARCH = ar
ARCHFLAGS= cr
RANLIB = ranlib
#
------------Some of the errors-----------------
spbt01.o(.text+0x143): In function `spbt01_':
: undefined reference to `sdot_'
spbt01.o(.text+0x1af): In function `spbt01_':
: undefined reference to `strmv_'
spbt01.o(.text+0x261): In function `spbt01_':
: undefined reference to `ssyr_'
spbt01.o(.text+0x290): In function `spbt01_':
: undefined reference to `sscal_'
spbt01.o(.text+0x2bc): In function `spbt01_':
: undefined reference to `lsame_'
spbt01.o(.text+0x534): In function `spbt01_':
: undefined reference to `slansb_'
spbt02.o(.text+0x49): In function `spbt02_':