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,e03e43b6d2c88967,start X-Google-Attributes: gid103376,public From: Bruno BEAUFILS Subject: gnat 3.11p and glibc2.1 Date: 1999/09/10 Message-ID: #1/1 X-Deja-AN: 523429205 Organization: Universite des Sciences et Technologies de LILLE, France Newsgroups: comp.lang.ada Date: 1999-09-10T00:00:00+00:00 List-Id: Hi, I tried to install gnat 3.11p on a Linux Mandrake 6 (i.e. with glibc 2.1). I get the archive gnat-3.11p-i686-pc-linux-gnulibc1-bin.tar.gz, decompressed it and installed it following the instructions, but once installed I am not able to compile this little program: with TEXT_IO; use TEXT_IO; procedure essai is begin Put_Line("ca marche ??"); end essai; I get: {vaartlander-beaufils-~/tmp} gnatmake essai gcc -c essai.adb gnatbind -x essai.ali gnatlink essai.ali ld: cannot open crtbegin.o: No such file or directory gnatmake: *** link failed. I use the ld form the latest binutils. I think it comes from the libc2.1, but am not sure. Does anybody have any ideas ? ------------------------------------------------------------------------------ Bruno BEAUFILS http://www.lifl.fr/~beaufils Laboratoire d'Informatique Fondamentale de Lille Universite des Sciences et Technologies de Lille Tel : +33 3 20 43 69 02 UFR d'IEEA - Bat M3 - Bureau 318 Fax : +33 3 20 43 65 66 59655 Villeneuve d'Ascq Cedex - FRANCE email : beaufils@lifl.fr ==============================================================================