[Pw_forum] install error
Paolo Giannozzi
giannozz at nest.sns.it
Mon Feb 17 09:48:53 CET 2003
Hi
> We are using Absoft fortran. We tried with UpperCase or
> lowerCase with or without _ all the combination, but none
> seem works.
From your make.sys:
LIBS = -L/usr/lib/lapack_LINUX.a -L/usr/lib/blas_linux.a \
-L/usr/lib/libfftw.a -L/usr/lib/libU77.a -L/usr/lib/libm.a
This does not look like the right syntax to me. Option -L
specifies a directory to be added to to the search path
for libraries. Libraries must be specified with option -l,
or with their explicit name. So "-Lmydir -lmylib" will load
"mydir/libmylib.a" . "mydir/libmylib.a" will have the same
effect. In any case you have to specify something.
Paolo
--
Paolo Giannozzi e-mail: giannozz at nest.sns.it
Scuola Normale Superiore Phone: +39/050509412
Piazza dei Cavalieri 7 Fax: +39/050509417, 050563513
I-56126 Pisa, Italy Office: Lab. NEST, Via della Faggiola 19
More information about the Pw_forum
mailing list