[Spanlib-users] Error compiling spanlib
Brought to you by:
stefraynaud
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... ------------------------------------------------------ |