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,2b05a8f919af973c X-Google-Attributes: gid103376,public From: lukas@ituprag.fzk.de Subject: newbie : gnat on Linux problem Date: 1996/07/17 Message-ID: <31ECF93F.41C6@ituprag.fzk.de>#1/1 X-Deja-AN: 169286639 distribution: world references: <31EBFAB5.3085@freenet.fsu.edu> <4sirbe$ioo@newsbf02.news.aol.com> content-type: text/plain; charset=us-ascii organization: Forschungszentrum Karlsruhe mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.01 (X11; I; AIX 2) Date: 1996-07-17T00:00:00+00:00 List-Id: I am a quite new to Ada'95 , but very keen on learning as much as possible. On the Linux-distribution I use on my pc, gnat is included. But trying to compile the included example 'hello' program gives linux> gnatmake hello hellogcc -c hello.adb gnatbind hello.ali gnatbl hello.ali -linkonly /usr/i486-linux/bin/ld: warning: libpthreads.so.1, needed by /usr/lib/gcc-lib/i486-linux/2.7.2/libgnat.so, not found /usr/lib/gcc-lib/i486-linux/2.7.2/libgnat.so: undefined reference to `pthread_create' /usr/lib/gcc-lib/i486-linux/2.7.2/libgnat.so: undefined reference to `pthread_getspecific' . . . gnatmake: *** link failed. Help for pointing out what is needed to get gnat working would be greatly appreciated best regards Lukas Severin email : lukas@ituprag.fzk.de