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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,36d03a2967104cfa X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-19 02:30:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!easynet-thlon3!easynet.net!news-out.newsfeeds.com!propagator2-maxim!news-in.superfeed.net!news.contactel.cz!news.contactel.cz!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail From: Sergey Koshcheyev Newsgroups: comp.lang.ada Subject: Re: crt1.o missing Date: Thu, 19 Jun 2003 11:00:17 +0200 Organization: Czech Technical University Message-ID: References: <20030619103827.68c6ccbc.modula2@myrealbox.com> NNTP-Posting-Host: r2c113.mistral.cz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ns.felk.cvut.cz 1056013220 15657 62.245.66.113 (19 Jun 2003 09:00:20 GMT) X-Complaints-To: usenet@ns.felk.cvut.cz NNTP-Posting-Date: Thu, 19 Jun 2003 09:00:20 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030618 X-Accept-Language: en, ru, cs In-Reply-To: <20030619103827.68c6ccbc.modula2@myrealbox.com> Xref: archiver1.google.com comp.lang.ada:39437 Date: 2003-06-19T11:00:17+02:00 List-Id: Christoph Schlegel wrote: > I installed gnat from my distribution-cd (Slackware 9) > but cannot compile anything. There are a lot of > warnings and the error from ld: crt1.o missing, no > such file or directory. I think you'd get the same error if you tried to compile a C program. I'm not familiar with Slackware, but I think you have to install the package containing development files for the GNU C Library, it should be named glibc-devel or glibc-dev or libc-devel, etc. Sergey.