[comp.sys.sgi] xdbx on an Iris

wes@uh.msc.umn.edu (Wes Barris) (09/25/90)

Has anyone successfully built xdbx (2.1) on an IRIS?  I have tried building
it on a 4D/320 running 3.3 but get "alloca" listed as an undefined global.

Any suggestions?

      o o o o o o o . . .   ________________________________ _____=======_____
    o      _____            |Wes Barris                    | | wes@msc.edu   |
  .][__n_n_|DD[  ====_____  |Minnesota Supercomputer Center| |(612) 626-1854 |
 >(________|__|_[_________]_|University of Minnesota_______|_|_FAX:_624-6550_|_
 _/oo OOOOO oo`  ooo   ooo  'o^o^o                    o^o^o` 'o^o         o^o`
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
It's ten o'clock. Do you know where your directory is?

wes@uh.msc.umn.edu (Wes Barris) (10/02/90)

Earlier I posted an "xdbx" question about alloca/xmalloc on the Iris.  Thanks
to those who have pointed me to the "emacs" code.  Now that xdbx builds
properly on the Iris, it won't run because it cannot open any "ptys".  For
communication purposes, xdbx opens a tty/pty pair.  However, because ptys
are a BSD thing (I think) they are not available in the strict SYS5
implementation of unix on the Iris.  Am I out of luck or is there a work-around
for this as well?

      o o o o o o o . . .   ________________________________ _____=======_____
    o      _____            |Wes Barris                    | | wes@msc.edu   |
  .][__n_n_|DD[  ====_____  |Minnesota Supercomputer Center| |(612) 626-1854 |
 >(________|__|_[_________]_|University of Minnesota_______|_|_FAX:_624-6550_|_
 _/oo OOOOO oo`  ooo   ooo  'o^o^o                    o^o^o` 'o^o         o^o`
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
A soaking wet Weber roasts no kabobs!

arc@thyme.wpd.sgi.com (Andrew Cherenson) (10/02/90)

In article <2696@uc.msc.umn.edu> wes@msc.edu writes:
>Earlier I posted an "xdbx" question about alloca/xmalloc on the Iris.  Thanks
>to those who have pointed me to the "emacs" code.  Now that xdbx builds
>properly on the Iris, it won't run because it cannot open any "ptys".  For
>communication purposes, xdbx opens a tty/pty pair.  However, because ptys
>are a BSD thing (I think) they are not available in the strict SYS5
>implementation of unix on the Iris.  Am I out of luck or is there a work-around
>for this as well?

IRIX has pseudo-ttys. Refer to pty(7M) for details.