[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gnatmake can't find system.ads after (most prolly) actualization of gcc-4.6 stack



Hello,

9 жовтня 2011 о 17:22 +0000 darkestkhan написав(-ла):
> Last time I was running gnatmake was 5th or 6th October; in this time
> the only program important for compilation with gnat that was changed
> is gcc-4.6 - from version 4.6.13 to 4.6.14; now gnatmake is always
> failing (even on programs that were compiling perfectly before) with
> this message:
> $ gnatmake -gnatwa arr.adb
> fatal error, run-time library not installed correctly
> cannot locate file system.ads
> gnatmake: *** make failed.
This is probably because of changes in gcc-4.6. I filed a bug #644849
about this. You can try to downgrade gcc-4.6 and related packages to
previous version, wait for new version of gnat, or add a symlink:

   # ln -s /usr/lib/gcc/x86_64-linux-gnu/4.6 /usr/lib/gcc/x86_64-linux-gnu/4.6.1

Change x86_64-linux-gnu to your architecture.

Regards,
Eugeniy Meshcheryakov

Attachment: signature.asc
Description: Digital signature


Reply to: