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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d16791c1750d5c56 X-Google-Attributes: gid103376,public From: aaro@iki.fi (Aaro Koskinen) Subject: Re: My Philosophers are starving Date: 1997/11/24 Message-ID: #1/1 X-Deja-AN: 291941347 References: <3470BAB4.2D03E568@pp.inet.fi> Organization: University of Helsinki Newsgroups: comp.lang.ada Date: 1997-11-24T00:00:00+00:00 List-Id: Olavi Sakari writes: > Hoovered gnat.3.10p-i386-linux-bin.tar.gz (I have Linux 1.2.13) and > ran make in the examples directory. Everything went fine until this > happened: [...] > a-errno.o(.text+0x4): undefined reference to '__errno_location' > a-errno.o(.text+0x14): undefined reference to '__errno_location' GNAT binary distribution includes a pre-compiled library, and it seems your Linux system's C library is older & incompatible with the one GNAT's library assumes to be available. I.e. you should upgrade your Linux. -- aaro@iki.fi