From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2654 invoked from network); 11 Dec 1998 09:23:15 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 11 Dec 1998 09:23:15 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id EAA04173; Fri, 11 Dec 1998 04:22:10 -0500 (EST) Resent-Date: Fri, 11 Dec 1998 04:19:44 -0500 (EST) Message-Id: <9812110902.AA52042@ibmth.df.unipi.it> To: descarte@arcana.co.uk, zsh-users@math.gatech.edu Subject: Re: Irix grief In-Reply-To: "descarte@arcana.co.uk"'s message of "Fri, 11 Dec 1998 07:24:23 NFT." <199812110724.HAA07997@nerfherder.arcana.co.uk> Date: Fri, 11 Dec 1998 10:02:26 +0100 From: Peter Stephenson Resent-Message-ID: <"a4Mr21.0.T01.mEESs"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1983 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu descarte@arcana.co.uk wrote: > I've tried out zsh version 3.0.4, 3.1.2, 3.1.4 and 3.1.5. All behave similarl > y. > Anyone got any ideas? Anyone got any functional Irix binaries? There are some clashes between zsh function names and library names which seem to cause more problems on Irix than anywhere else. I had some patches for this for 3.1.5. They are in zsh-workers messages 4477 and 4488 (search at http://www.zsh.org/mla). If you want to fix this yourself in some other version, it should be just a question of replacing refresh -> zrefresh setterm -> zsetterm beep -> zbeep (not sure if this was necessary on Irix or just AIX) everywhere in the code. The version of 3.1.5 with that modified worked fine, including with dynamically loaded libraries. I'm not quite sure why you should get this without zsh code divided into DLLs, but it appears you do. I had a few unrelated compilation problems in 3.1.4, something to do with shell scripts or makefiles, but these are fixed in 3.1.5. -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy