I successfully installed Gnat ver 4.0.1 in Windows Vista, along with base compiler and distributed compiler(gnatdist).
I am trying now to compile a distributed programm: compilation and partition creation is ok but while in linking phase an error occours, the message looks like this: s-finimp is read-only and obsolete try to recompile.
Basically there are some dupplicated libraries used by 'gnatmake' and 'gnatdist' that have different contents (like s-finimp.ali).
I have tried all installation combinations (earlier versions) and it still gives me this error.
Any idea ?