From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200111090435.fA94ZIt10154@fywss.com> To: 9fans@cse.psu.edu From: steve@fywss.com (Steve Kotsopoulos) Subject: Re: [9fans] drawterm / linux In-reply-to: Your message of "Fri, 09 Nov 2001 13:06:38 +0900." <20011109130638-16803A.affeldt@harp.is.s.u-tokyo.ac.jp> Date: Thu, 8 Nov 2001 23:35:18 -0500 Topicbox-Message-UUID: 1a8fa920-eaca-11e9-9e20-41e7f4b1d025 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 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