zsh-users
 help / color / mirror / code / Atom feed
* Irix grief
@ 1998-12-11  7:24 descarte
  1998-12-11  9:02 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: descarte @ 1998-12-11  7:24 UTC (permalink / raw)
  To: zsh-users


More Irix grief with zsh....

I'm using Irix 6.5 on an O2 workstation with the Irix cc compiler ( not gcc ).
I've got gawk installed as per the suspected signals bug. Everything seems to
configure and compile OK ( bar a bunch of warnings ), but executing the shell
is problematic.

First off, setting the prompt seems to result in chunks of the .zshrc file
being displayed afterwards.

Secondly, typing a space results in ^` being printed instead.

Thirdly, large script files don't seem to parse correctly.

I've tried out zsh version 3.0.4, 3.1.2, 3.1.4 and 3.1.5. All behave similarly.
Anyone got any ideas? Anyone got any functional Irix binaries?

Regards.

A.

-- 
Alligator Descartes      | ``Reality Architecture: Building 3D Worlds In Java
descarte@arcana.co.uk    |   and VRML'' -- Alligator Descartes, Martin McCarthy
http://www.arcana.co.uk  | http://www.amazon.com/exec/obidos/ASIN/0137486251/arcanetechnologi


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Irix grief
  1998-12-11  7:24 Irix grief descarte
@ 1998-12-11  9:02 ` Peter Stephenson
  1998-12-11 18:47   ` descarte
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Stephenson @ 1998-12-11  9:02 UTC (permalink / raw)
  To: descarte, zsh-users

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 <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Irix grief
  1998-12-11  9:02 ` Peter Stephenson
@ 1998-12-11 18:47   ` descarte
  0 siblings, 0 replies; 3+ messages in thread
From: descarte @ 1998-12-11 18:47 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh-users


> 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?

Excellent. Those two patches ( plus the other little one ) fixed the problems
perfectly. Works a treat now!

Thanks again!

A.

-- 
Alligator Descartes      | ``Reality Architecture: Building 3D Worlds In Java
descarte@arcana.co.uk    |   and VRML'' -- Alligator Descartes, Martin McCarthy
http://www.arcana.co.uk  | http://www.amazon.com/exec/obidos/ASIN/0137486251/arcanetechnologi


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-12-11 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-11  7:24 Irix grief descarte
1998-12-11  9:02 ` Peter Stephenson
1998-12-11 18:47   ` descarte

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).