From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200309111417.h8BEHXV29281@zamenhof.cs.utwente.nl> To: 9fans@cse.psu.edu Subject: Re: [9fans] drawterm In-reply-to: Your message of "Wed, 10 Sep 2003 10:00:29 -0600." References: From: Axel Belinfante Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Sep 2003 16:17:33 +0200 Topicbox-Message-UUID: 30d90bb6-eacc-11e9-9e20-41e7f4b1d025 > SunOS 5.8/sparc/cc -- compiles, works with a strange palette > SunOS 5.8/sparc/gcc -- compiles with extensive modifications to mkfile > -- but fails with: > error: Error 0 > ./drawterm: thr_create failed: -1 0 -1 Error 0 > abort 26810 > the strange colours and black screens could be due to the fact that all of > them were displayed remotely on an X11 running on linux. I'm using on sunos 5.8 a drawterm that I compiled in july 2002; I made minor modifications: I'm using it in 8bit color mode, to avoid the strange palette problem I get when running in 24bit colors. I also recall that without modifying, it aborts when it fails to find the endianness of the X server. Axel.