Dear Yudo,

please see the LIB/Makefile,

$(OUTPATH)/seed.$(osuf): seed.for $(INCS)
        $(fc) seed.for
#       $(fc) -fno-range-check seed.for

you need to uncomment the last of these lines, and remove the previous one, i.e.


$(OUTPATH)/seed.$(osuf): seed.for $(INCS)
       $(fc) -fno-range-check seed.for

Regards,
Lars




On 04/07/10 14:16, [email protected] wrote:
Dear all,

Is there anyone help me to install seisan under ubuntu 10.04? I've try to 
recompile it as mention in seisan.pdf, but i've got response like this :

...
Error: Arithmetic overflow converting INTEGER(8) to INTEGER(4) at (1). This 
check can be disabled with the option -fno-range-check
seed.for:2442.30:

          data mask/z'c0000000'/
                               1
Error: Arithmetic overflow converting INTEGER(8) to INTEGER(4) at (1). This 
check can be disabled with the option -fno-range-check
make[1]: *** [seed.o] Error 1
make[1]: Leaving directory 
`/home/patriabekti/Documents/SEISAN_file/software/LIB'
--------------------------------------------------
---- COMPILING SEISAN 8 PROGRAMS -----------------
--------------------------------------------------
make: *** No rule to make target `../LIB/./seisan.a', needed by `bgisei'.  Stop.


When I write eev in terminal, the response I've got is :

eev: error while loading shared libraries: libg2c.so.0: cannot open shared 
object file: No such file or directory

I've also try to install libg2c.so.0 as mention in seisan.pdf, and i've got 
response:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libg2c0

Am I missing some part of installation steps? I was success installing seisan 
under cygwin before. Because I'm newbie in ubuntu, I need kindly help from this 
forum.

Thanks for any respons.

Regards,
Yudo
BMKG Indonesia



_______________________________________________
seisan mailing list
[email protected]
http://mailman.uib.no/listinfo/seisan

--
Lars Ottemøller
Associate Professor
Department of Earth Science
University of Bergen
Allegt. 41
5007 Bergen
NORWAY
Phone +47 5558 2616

_______________________________________________
seisan mailing list
[email protected]
http://mailman.uib.no/listinfo/seisan

Reply via email to