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,d71eeb529cdb8f6b,start X-Google-Attributes: gid103376,public From: gsandri@iolao.netmania.it (Giacomo Sandri) Subject: Beginner's problem Date: 1997/12/11 Message-ID: <66p30h$16v@iolao.netmania.it>#1/1 X-Deja-AN: 297502470 Distribution: inet Organization: Netmania *** IOLinux $ite Newsgroups: comp.lang.ada Date: 1997-12-11T00:00:00+00:00 List-Id: I'm tring to run GNU Ada 95 compiler on my Linux box. After several problem of dir, this is my situazion of libraries: iolao:/usr/lib/gcc-lib/i486-linux# ls -al total 4 drwxr-xr-x 4 root root 1024 Dec 8 12:42 ./ drwxr-xr-x 4 root root 1024 Dec 5 17:18 ../ lrwxrwxrwx 1 root root 9 Dec 8 12:21 2.7.2 -> 2.7.2_ada/ lrwxrwxrwx 1 root root 9 Dec 8 12:42 2.7.2.1 -> 2.7.2_ada/ drwxr-xr-x 5 root root 1024 Dec 8 12:42 2.7.2_ada/ drwxr-xr-x 3 root root 1024 Dec 8 12:02 2.7.2_gcc/ .because "doinstall" needs a "2.7.2.1" to install and I believed better to save the original "2.7.2" on "2.7.2_gcc" before installation. Now it seem to work fine, I've no more message errors, but testing this file: ---snip------------------------------------------------------------------ with Text_IO; use Text_IO; procedure hello is begin Put_Line ("Hello WORLD!"); end hello; ------------------------------------------------------------------------- here you are what it happends: ---snip------------------------------------------------------------------ iolao:~/ada/work$ gnatmake hello.adb gcc -c hello.adb gnatbind -x hello.ali gnatlink hello.ali iolao:~/ada/work$ hello hello: must exec from 1 ------------------------------------------------------------------------- .and "hello" doesn't run :'( -- As always, rebuttals are welcome! =======> gsandri@tin.it <= Netmania IOLinux $ite http://space.tin.it/computer/gisandr ********* Linux... the choice of a GNU generation! *********