MED as a stand alone library
Hello,
What are the steps to follow to install MED_6.4.0 as a stand alone library ?
I tried the following steps :
1. installing hdf5-1.8.4 (with its HDF5HOME variable)
2. installing med-3.0.4 (with its MED2HOME variable)
3. configuring MED_6.4.0 as a stand alone library with :
a. build_configure --without-kernel
b. configure --prefix=my_MED_6.4.0_installation_directory
4. installing MED_6.4.0 with "make" but then it fails with the message :
g++: ../../../../MED_SRC_6.4.0/src/MEDLoader/Swig/MEDLoader_wrap.cxx: Aucun fichier ou dossier de ce type
g++: no input files
make[3]: *** [_MEDLoader_la-MEDLoader_wrap.lo] Erreur 1
make[3]: quittant le répertoire « /home/leveque/cesar_pilote_2012_04_12/MED_BUILD_6.4.0/src/MEDLoader/Swig »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « /home/leveque/cesar_pilote_2012_04_12/MED_BUILD_6.4.0/src/MEDLoader »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/leveque/cesar_pilote_2012_04_12/MED_BUILD_6.4.0/src »
make: *** [all-recursive] Erreur 1
I attached the log file of the configuring step.
PhL
Thanks !
After installing SWIG, the installation of MED went to the end.
PhL
Previously Saint Michael wrote:
Hello Philippe,
You need to install SWIG
St.Michael
