Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.0-pre3 fails on CRAY-YMP
- X-seq: zsh-workers 1757
- From: joda@xxxxxxxxxx (Johan Danielsson)
- To: Bruce Stephens <stephens@xxxxxxxxxxx>
- Subject: Re: 3.0-pre3 fails on CRAY-YMP
- Date: 24 Jul 1996 16:49:19 +0200
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: Bruce Stephens's message of Wed, 24 Jul 1996 16:17:53 +0200 (MET DST)
- References: <199607241417.QAA00042@xxxxxxxxxxxxxxxxxxxxx>
- Sender: joda@xxxxxxxxxx
Bruce Stephens <stephens@xxxxxxxxxxx> writes:
> One is that configure claims to find -ldir, but the link at the end
> says it can't find it. That's a minor problem, which I don't
> understand (may be a bug in autoconf, for all I know).
Autoconf is broken in this sense, the Cray ld does not bug out if you
try to link with nonexistant libraries, and autoconf thinks it has to
include them. I will send a patch for this some day.
> The second is that there are a couple of calls to setlimits in
> exec.c which aren't protected with #ifdef's for getrlimits, which
> the Cray appears to lack.
I think I tried to build pre1 on a J90 (which basically is a YMP in
CMOS) with Unicos 9, but I'm not sure. What version are you using?
One other problem I have is that it fails to change the terminal
settings (with stty) - it looks like they get reset back when stty
exits (and no I don't have that option on). I think it might have to
do something to do with the way it opens the terminal, but Im not
sure. Bash works all right.
While on the subject of supercomputers; it seem to work on a
Fujitsu VX :-)
/Johan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author