bonsoir,
j'essai depuis quelques temps de compiler les sources de "openfem", et je bute sur l'etape 3:
quecun pourrai-t-il, m'aider à y voir plus clair?Code:3/ Include OpenFEM in your default path. For this, launch Matlab and change directories to <installdir>/openfem, then run the path check: ofutil('path') Then save your updated path for future Matlab sessions or include the above lines in your startup.m file, see matlabrc, (or have your system administrator modify your $MATLAB/toolbox/local/pathdef.m file). 4/ Move the openfem/html directory to $MATLAB/help/toolbox/openfem if you want it to be seen by MATLAB (cf. 2/). 5/ Compiling For proper operation of OpenFEM, you should have three mex files (compiled dynamically linked libraries). of_mk is the gateway interface for FORTRAN routines of the OpenFEM library. sp_util groups C routines used for model assembly and associated functions. nopo2sd provides translation between the NOPO format of MODULEF and the OpenFEM format. You can compile these functions using the associated ofutil commands (help ofutil). Or the combined ofutil('mexall'). You are done ! You will find demos of OpenFEM capabilities in the openfem/demos and openfem/test directories.
merci
http://www-rocq.inria.fr/OpenFEM/art...?id_article=31
-----