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,cef3e21076a04dfa X-Google-Attributes: gid103376,public From: mw@ipx2.rz.uni-mannheim.de (Marc Wachowitz) Subject: gnat compiler problems on linux Date: 1997/09/01 Message-ID: <5uet3d$3hh$1@trumpet.uni-mannheim.de>#1/1 X-Deja-AN: 269482990 Organization: --- Newsgroups: comp.lang.ada Date: 1997-09-01T00:00:00+00:00 List-Id: RHS Linux User wrote: > [...] do you know why gcc is not creating the hello.ali file? > i have gnat v3.05 and gcc v2.7.2.1-2 > both in redhat linux rpm format. I guess that your /usr/bin/gcc is from the gcc distribution, and just doesn't know about Ada - thus it simply ignores *.ads and *.adb; later gnatmake is of course missing the compilation results. You have to use the gcc binary which comes from GNAT (the binary distribution should include that one, and instructions how to install it correctly). Anyway, you might consider using a newer version: GNAT 3.09 is current; supposedly 3.10 should be released to the public "soon" [I don't know]. -- Marc Wachowitz