From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Nasrat Subject: Re: ELKS port of Adventure - help needed :) Date: Thu, 12 Dec 2002 07:39:46 +0000 Sender: linux-8086-owner@vger.kernel.org Message-ID: <20021212073945.GC10355@raq465.uk2net.com> References: <200212112222.gBBMMA5G007271@eddie.loc> <1039651196.1847.43.camel@Castle.goembel> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1039651196.1847.43.camel@Castle.goembel> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-8086@vger.kernel.org On Wed, Dec 11, 2002 at 05:59:56PM -0600, Phil Goembel wrote: > On Wed, 2002-12-11 at 16:22, Richard Wallman wrote: > > On 11 Dec, Richard Wallman wrote: > > > > > Possible a source code or bcc problem > > > > It's a bcc problem: strcmp doesn't return the right values. > > > Yes, I was thinking either a compiler problem or a > runtime library problem. Two possible fixes - there is a new dev86 out which string.c has changed in (0.16.10). I'm going to test this out later when I get into work. Thanks Robert :) Or you can use the C version from uclibc: http://www.uclibc.org/cgi-bin/cvsweb/uClibc/libc/string/Attic/string.c?rev=1.3&hideattic=0&content-type=text/vnd.viewcvs-markup Paul