Gnat distributed

View: New views
2 Messages — Rating Filter:   Alert me  

Gnat distributed

by albadmin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ?

Re: Gnat distributed

by albadmin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I managed to get a more detaild error :
Binding: partition.ali
error: "s-finimp.adb" must be compiled
error: ("c:/GNAT/2007/lib/gcc/pentium-mingw32msv/4.1.3/adalib/s-finimp.ali" is obsolete and read-only)
error: "s-stratt.adb" time stamp 20070403040126
error:  conflicts with "s-stratt.adb" timestamp 20070410115644

Any idea how to solve this ?