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,2369b2a08b1680b2,start X-Google-Attributes: gid103376,public From: antilld@vfb23.mds.lmco.com (Dan Antill) Subject: SunAda3.0 wont work. help! Date: 1997/01/23 Message-ID: <5c7rme$6do@morgan.vf.lmco.com>#1/1 X-Deja-AN: 211698849 organization: Lockheed Martin newsgroups: comp.lang.ada Date: 1997-01-23T00:00:00+00:00 List-Id: Hi. I recently installed SunAda 3.0 and I am not able to get it to run properly. It doesn't seem to recognize my environment variables. I'm running SunOS 5.4. -------------------------------------- Here is what happens when I run a.make: -------------------------------------- %a.make a.make: Can't find or execute $ADAHOME/sup/a.make -------------------------------------- Here I check my environment: -------------------------------------- %env HOME=/server2a/usr2/antilld PATH=.:/h/COTS/UNIX/opt/SUNWspro/bin:/bin:/usr/bin:/usr/ucb/bin LOGNAME=antilld HZ=100 TERM=vt100 TZ=US/Eastern SHELL=/usr/local/bin/tcsh MAIL=/var/mail/antilld SHLVL=1 PWD=/save/aoccs_lib_orig USER=antilld HOST=aoccs1 HOSTTYPE=sun4 ADAHOME=/h/COTS/UNIX/opt/SUNWspro/Ada3.0 PRINTER=lw1 --------------------------------------- Ok, here I verify the variable works: --------------------------------------- %ls -al $ADAHOME total 11 drwxr-xr-x 9 root 512 Jan 21 13:19 . drwxrwxr-x 32 root 1024 Jan 17 08:08 .. -rw-r--r-- 1 root 232 Jan 21 13:26 .adavision.log drwxr-xr-x 2 root 512 Jan 16 11:00 READMEs -r--r--r-- 1 root 94 Sep 19 1995 VADS_END drwxr-xr-x 2 root 1024 Jan 16 11:18 bin drwxr-xr-x 3 root 1024 Jan 16 11:01 examples drwxr-xr-x 3 root 512 Jan 16 11:01 lib drwxr-xr-x 4 root 512 Jan 16 11:01 man drwxr-xr-x 12 root 512 Jan 16 11:10 self drwxr-xr-x 4 root 1024 Jan 16 11:18 sup ---------------------------------------- ok. now my environment is right, so why cant the program access the files. ---------------------------------------- When I run a.make from the $ADAHOME/sup" directory is does this: ---------------------------------------- %cd $ADAHOME/sup %a.make /save/aoccs_lib_orig/ -L /save/aoccs_lib_orig/ $ADAHOME/bin/ada: i/o error, No such file or directory a.make fatal: could not exec compiler to recreate GVAS Why this I/O error? I'm not sure what to do next, so any help would be appreciated! Thanks in advance for any insights!! Dan