9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: steve@fywss.com (Steve Kotsopoulos)
To: 9fans@cse.psu.edu
Subject: Re: [9fans] drawterm / linux
Date: Thu,  8 Nov 2001 23:35:18 -0500	[thread overview]
Message-ID: <200111090435.fA94ZIt10154@fywss.com> (raw)
In-Reply-To: Your message of "Fri, 09 Nov 2001 13:06:38 +0900." <20011109130638-16803A.affeldt@harp.is.s.u-tokyo.ac.jp>

Reynald AFFELDT wrote:
> After compilation of drawterm under Linux (Linux 2.4.2 (Red Hat 7.1) /
> gcc 2.96), I got the following error message when executing the
> binary:
>
> % ./drawterm -a laura -c laura
> ./drawterm: error stack underflow
> abort 2668

sorry, I should have dug around a bit more before posting.
This appears to be a solution ... let us know if it works

>From: Ish Rattan <ishwar@pali.cps.cmich.edu>
To: <9fans@cse.psu.edu>
Subject: Re: [9fans] drawterm and linux 2.4.4 SMP
Date: Sat, 21 Jul 2001 00:28:58 -0400 (EDT)

Linux kernel-2.4.3
Glibc-2.2.2

----mkfile-Linux---
WIN=x11
OS=posix

CC=cc
CFLAGS=-g -c -DLINUX -I/usr/X11R6/include
TARG=drawterm
O=o
LD=cc
LDFLAGS=-g -static -o drawterm

DEVIP=devip-unix
DEVFS=devunixfs
OSFILES=md-iprint.$O canlock-x86-gcc.$O
LIBS=-lpthread -lm -L/usr/X11R6/lib -lX11

ml-%.$O:        $DSRC/libmemlayer/%.c
        $CC $CFLAGS -o ml-$stem.o $DSRC/libmemlayer/$stem.c

md-%.$O:        $DSRC/libmemdraw/%.c
        $CC $CFLAGS -o md-$stem.o $DSRC/libmemdraw/$stem.c

d-%.$O: $DSRC/libdraw/%.c
        $CC $CFLAGS -o d-$stem.o $DSRC/libdraw/$stem.c


  parent reply	other threads:[~2001-11-09  4:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-09  4:06 Reynald AFFELDT
2001-11-09  4:32 ` Steve Kotsopoulos
2001-11-09  4:50   ` William Josephson
2001-11-09 15:06     ` William Josephson
2001-11-12 10:33       ` Thomas Bushnell, BSG
2001-11-09 13:53   ` Ish Rattan
2001-11-09  4:35 ` Steve Kotsopoulos [this message]
2001-11-09  4:52   ` Reynald AFFELDT
2001-11-09  4:11 rob pike
2001-11-09 22:18 David Gordon Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200111090435.fA94ZIt10154@fywss.com \
    --to=steve@fywss.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).