Compiling syrthes4 tools?
Posted: Thu Jan 17, 2013 8:36 pm
Im trying to install syrthes4, which I just downloaded from the website. Installation finishes (have to correct hdf5 lib64->lib) but I can't compile the tools needed to convert MED/UNVetc to .syr:
Any tips?
Very excited about the new syrthes4 and CS3 btw - I need to create a coupled simulation soon, so I better get back into shape
/Claus
Code: Select all
claus@linux:/opt/syrthes4.0.1/src/syrthes-tools/convert2syrthes4/src> make MED=yes
mkdir: missing operand
Try `mkdir --help' for more information.
gcc -o /opt/syrthes4.0.1/arch/Linux_x86_64/bin/convert2syrthes4 -O3 -D _FILE_OFFSET_BITS=64 -D_SYRTHES_MPI_ ../../../../build//*.o -L /opt/syrthes4.0.1/extern-libraries/opt/med-3.0.3/arch/Linux_x86_64/lib -L/opt/syrthes4.0.1/extern-libraries/opt/hdf5-1.8.7/arch/Linux_x86_64/lib -lmedC -L. -lm
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: cannot find -lmedC
collect2: ld returned 1 exit status
make: *** [exe] Error 1
claus@linux:/opt/syrthes4.0.1/src/syrthes-tools/convert2syrthes4/src>
Very excited about the new syrthes4 and CS3 btw - I need to create a coupled simulation soon, so I better get back into shape

/Claus