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,99b504ff94bf4d72 X-Google-Attributes: gid103376,public X-Google-Thread: 1012a6,99b504ff94bf4d72 X-Google-Attributes: gid1012a6,public From: Barry Margolin Subject: Re: getwd: read error in .. Date: 2000/01/14 Message-ID: <0dMf4.79$%%2.252@burlma1-snr2>#1/1 X-Deja-AN: 572722711 Distribution: world References: <85o1js$esk$1@nnrp1.deja.com> X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: abuse@gtei.net X-Trace: /Kw5eGv5pMkAWQjVa9j/92qSsLzhodzeE96ofJFFhkMlTzgNyql5pY9eSsvBzJwyCWuKxdjw+1Tg!TjKbeKk6YB2RnC1hcMJm+0x2EhHQq57shHWqKMky3NTJPsBkiAY6vBd1fQ== Organization: GTE Internetworking, Cambridge, MA X-Copies-To: never NNTP-Posting-Date: Fri, 14 Jan 2000 21:06:04 GMT Newsgroups: comp.unix.shell,comp.lang.ada Originator: barmar@bbnplanet.com (Barry Margolin) Date: 2000-01-14T00:00:00+00:00 List-Id: In article <85o1js$esk$1@nnrp1.deja.com>, wrote: >I need to make a trivial modification to existing configured simulation >software. It was built under Rational VADS 623.53.3 on IRIX 5.3. We >have since upgraded our OS to IRIX 6.5.5 and installed VADS 623.53.7 to >make this change. However, when I issue the "a.make" command, it >results in the error message "a.make: getwd: read error in .." being >issued prior to compilation. I tried to shorten the file pathname of >the Ada source code and was able to compile the code. But, I still get >the message "a.ld fatal: getwd: read error in .." during link time. It >appears to me that some file pathname environment variable may need to >be increased. Is that the case and, if so, which one(s)? It appears to me that you have a permissions problem, not an environment variable problem -- the pwd command is failing because it can't read one of the ancestor directories. If you can't find an ancestor directory that's lacking read and execute permissions, check the permissions on the underlying mount points -- these sometimes bleed through (although I thought this was only on Suns). -- Barry Margolin, barmar@bbnplanet.com GTE Internetworking, Powered by BBN, Burlington, MA *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups. Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.