spanlib-users Mailing List for Spectral Analysis Library
Brought to you by:
stefraynaud
You can subscribe to this list here.
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
|
From: <ale...@gm...> - 2014-11-19 12:38:59
|
Dear experts,
I have downloaded the package spanlib-1.1 from sourceforge.net. I thank you for the contribution first. I installed this package as suggestions in the installation URL:
./configure --with-blas-lib=/usr/local/lib --with-netcdf-lib=/usr/local/lib --with-netcdf-inc=/usr/local/include FC=ifort
make
But in this step, error came out as follows:
make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/src'
ifort -O3 -mp -tpp6 -132 -ip -ftz- -c -o spanlib.o spanlib.f90
ifort: command line remark #10010: option '-mp' is deprecated and will be removed in a future release. See '-help deprecated'
ifort: command line remark #10148: option '-tpp6' not supported
rm -f libspanlib.a
ar cru libspanlib.a spanlib.o
ranlib libspanlib.a
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/src'
Making all in lib
make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/lib'
Making all in scripts
make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/scripts'
Making all in doc
make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/doc'
Generating xml documentations from code sources...
Can't use string ("7") as an ARRAY ref while "strict refs" in use at ../scripts/gendoc.pl line 338, <F90_LIBRARY> line 72.
make[1]: *** [src_f90_lib_inc.xml] Error 25
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/doc'
make: *** [all-recursive] Error 1
Can you fix this issue for me ? Thanks to you again.
your alex |
|
From: alex <ale...@gm...> - 2014-11-07 11:36:09
|
Dear experts,
I have downloaded the package *spanlib-1.1* from sourceforge.net.
I thank you for the contribution first. I installed this package as
suggestions in the installation URL:
*./configure --with-blas-lib=/usr/local/lib
--with-netcdf-lib=/usr/local/lib --with-netcdf-inc=/usr/local/include
FC=ifort
make*
But in this step, error came out as follows:
/make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/src'
ifort -O3 -mp -tpp6 -132 -ip -ftz- -c -o spanlib.o spanlib.f90
ifort: command line remark #10010: option '-mp' is deprecated and will
be removed in a future release. See '-help deprecated'
ifort: command line remark #10148: option '-tpp6' not supported
rm -f libspanlib.a
ar cru libspanlib.a spanlib.o
ranlib libspanlib.a
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/src'
Making all in lib
make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/lib'
Making all in scripts
make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/scripts'
Making all in doc
make[1]: Entering directory `/home/xjc/Downloads/spanlib-1.1/doc'
Generating xml documentations from code sources...
Can't use string ("7") as an ARRAY ref while "strict refs" in use at
../scripts/gendoc.pl line 338, <F90_LIBRARY> line 72.
make[1]: *** [src_f90_lib_inc.xml] Error 25
make[1]: Leaving directory `/home/xjc/Downloads/spanlib-1.1/doc'
make: *** [all-recursive] Error 1/
Can you fix this issue for me ? Thanks to you again.
your alex
|
|
From: Luca P. <luc...@gm...> - 2012-05-21 22:04:20
|
I am having some problems compiling spanlib:
after configure and make I get:
1330;39mluca@greenstar ~/Code/spanlib-1.1 $ make
Making all in src
make[1]: Entering directory `/home/luca/Code/spanlib-1.1/src'
gfortran -g -O2 -c -o spanlib.o spanlib.f90
spanlib.f90:115.4:
if(zuseteof)then
1
Error: IF clause at (1) requires a scalar LOGICAL expression
make[1]: *** [spanlib.o] Errore 1
make[1]: Leaving directory `/home/luca/Code/spanlib-1.1/src'
make: *** [all-recursive] Errore 1
From ./configure I get strange output too, see for example:
1331;32m################################################################################
Now type '1330;39mmake1331;32m' to build the library.
Then, to install it, type '1330;39mmake install1331;32m'.
you may need to do it as 1330;39mroot1331;32m if you didnt use
1330;39m--prefix1331;32m.
################################################################################
Although this strange output it seems that configure stage went fine.
Any idea on how to solve the problem? Should I change compiler?
------------------------------------------------------
Luca Penasa
PhD Student
Geosciences Department
University of Padova
Via Gradenigo, 6
35131 Padova - Italy
Email: luc...@gm...
------------------------------------------------------
|