Good evening,
All seems ok, I get the data from our winston server with import generic; statmgr, heli_ewII, wave_serverV, n.2 copystatus, pick_ew and binder_ew are running (still waiting for an earthquake for a test.....). Then I tried to activate the hypo mega module (eqproc, eqbuff, eqcoda and Hyp2000_mgr) but Hyp2000_mgr was not compiled......
I tried to compile Hyp2000_mgr.c (inside the folder ew/earthworm_7.9/src/seismic_processing/hyp2000_mgr) with gfortran but I had non success.
My steps have been;
1st try:
1) FC=gfortran
2) gfortran -o hyp2000_mgr hyp2000_mgr.c
and i got this error:
---------
hyp2000_mgr.c:58:23: fatal error: earthworm.h: File o directory non esistente
#include <earthworm.h>
^
compilation terminated.
----------
2nd try:
In the same folder there is a makefile.unix, so once deleted the extension,
1) make
and i got this error:
---------
gfortran -m32 hyp2000_mgr.o /home/joule/ew/earthworm_7.9/lib/pipe.o /home/joule/ew/earthworm_7.9/lib/read_arc.o /home/joule/ew/earthworm_7.9/lib/libew.a -I../hyp2000 hypoinv.o hyp2000_ew_gnu.o hybda.o hycmd.o hysta.o hydel.o hyate.o hyfmc.o hycal.o hyxmc.o hycrh.o hycrt.o hystl.o hyopen.o hyinit.o hyphs.o hysou.o hytrl.o hyloc.o hysol.o hysvd.o hytra.o hytrh.o hytrt.o hymag.o hyrep.o hylst.o hysum.o hyinp.o hypro.o medwt.o utmcal.o hydelt.o hyedit.o hytime.o hybeg.o hypref.o hymagp.o linv.o linvol.o hyfile.o hylinv.o hylin.o hycre.o hytre.o trvcon.o allsubs.o hydatum.o -o /home/joule/ew/earthworm_7.9/bin/hyp2000_mgr -lc -lpthread
/usr/bin/ld: saltato /usr/lib/gcc/x86_64-linux-gnu/4.8/libgfortran.so incompatibile durante la ricerca di -lgfortran
/usr/bin/ld: saltato /usr/lib/gcc/x86_64-linux-gnu/4.8/libgfortran.a incompatibile durante la ricerca di -lgfortran
/usr/bin/ld: impossibile trovare -lgfortran
collect2: error: ld returned 1 exit status
make: *** [hyp2000_mgr] Errore 1
----------
Can you tell me a procedure step by step to compile hyp2000_mgr?
Thanks in advance
Massimo