From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1712255838faca2d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed.stueberl.de!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Help installing GCC/GNAT 4.0.2 Date: Thu, 24 Nov 2005 05:15:36 +0000 Organization: Pushface Message-ID: References: <%iYgf.12362$nG5.3500@reader1.news.jippii.net> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1132809335 12308 62.49.19.209 (24 Nov 2005 05:15:35 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 24 Nov 2005 05:15:35 +0000 (UTC) Cancel-Lock: sha1:0X45BDXS4xMpFOkQb4RrLnCdrd0= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news1.google.com comp.lang.ada:6576 Date: 2005-11-24T05:15:36+00:00 List-Id: Anonymous Coward writes: > In article <%iYgf.12362$nG5.3500@reader1.news.jippii.net>, Tapio Kelloniemi wrote: >> Remember to change ownership and permissions of >> /usr/lib/gcc/.../ada{include,lib}/*. They are not what you wouuld >> like them to be (should be 0644 for files, except 0755 for shared >> libraries, but at least on my build .ali-files were 0400). > > Thanks for bringing that to my attention. All the ada files in > adainclude were readonly. That may have been part of my problem. They are meant to be read-only. Tapio's point was that the adalib/*.ali files were only readable by root; they need to be world-readable and not writable, so 0444 would be reasonable, or 0644 if you never compile Ada as root!