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,b23c6b79bd3bdcdb,start X-Google-Attributes: gid103376,public From: eliasson@gracie.msfc.nasa.gov (Anders Eliasson) Subject: GNAT setup help Date: 1996/07/03 Message-ID: <4reqq5$rak@hammer.msfc.nasa.gov>#1/1 X-Deja-AN: 163514157 organization: NTI newsgroups: comp.lang.ada Date: 1996-07-03T00:00:00+00:00 List-Id: Help, I am trying to use the GNAT package on a SUN/SunOS 4.1.4 system. I can compile an ADA example ( yes, 'HELLO' is the example :), and it was supplied in the package ) using gcc, and I can bind using gnatbind. The problem comes when I try to link with gnatlink. I get an error message that goes something like this: cpp: /usr/tmp/cca#####.i: no such file or directory The ##### value changes with each link attempt. The /usr/tmp directory exists with rwxrwxrwx set, and owned by root, I think. I am not experienced enough to know whether the problem lies in the setup of the GNAT package or with my environment setup. Can anyone give me a hint. TIA. Anders