Erwan has downloaded the HEAD of KERNEL and MED cvs sources, and a problem
has appeared on a second make install for MED. The problem is due to the
VERSION file that is in read only. To solve it you only need to add -f
option on line 146 of Makefile.in at the root of MED_SRC. The lines
becomes "(cp -p -f ./bin/salome/$$f $(bindir) || exit 1);"
Could you integrate this correction for V220 please ?