From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25223 invoked from network); 22 Sep 1999 16:39:43 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Sep 1999 16:39:43 -0000 Received: (qmail 15248 invoked by alias); 22 Sep 1999 16:39:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8006 Received: (qmail 15241 invoked from network); 22 Sep 1999 16:39:35 -0000 Date: Wed, 22 Sep 1999 09:39:20 -0700 From: Clint Olsen To: zsh-workers@sunsite.auc.dk Subject: Re: #!/path/to/arch-indep/zsh -f Message-ID: <19990922093920.A24958@ichips.intel.com> References: <19990922015831.A82900@ichips.intel.com> <9909220833.AA27306@ibmth.df.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <9909220833.AA27306@ibmth.df.unipi.it> Organization: Intel Corporation, Hillsboro, OR X-Disclaimer: Mutt Bites! On Sep 22, Peter Stephenson wrote: > > > #!/afs/pdx/proj/otools/bin/zsh -f > > Try using a shorter path to zsh, if that's possible. They're often > restricted to 32 bytes, and the whole of this is 33. But you should get > the zsh part through, so this may not be the problem either. On this crappy system (AIX 4.1.X), it must be the multiple level of indirection problem that Bart mentioned. I also duplicated this behavior on HP-UX 10.20. Using the actual binary: #!/afs/pdx/proj/otools/bin/AIX/zsh -f instead of the wrapper seems to make it work. Bummer... Compiling a wrapper program again defeats the purpose of having an architecture-independent launch point. -Clint