Subject: Re: weird cross-compiling error
To: Todd Whitesel <toddpw@best.com>
From: Bill Studenmund <skippy@macro.stanford.edu>
List: current-users
Date: 08/11/1998 20:23:19
On Tue, 11 Aug 1998, Todd Whitesel wrote:

> > Is this a "wait for egcs-1.1" thing? Or is there some way I can tell the
> > silly compiler that it's supposed to be an unsigned constant.
> 
> #ifdef __STDC__
> static const _G_uint32_t LC_C = 3907864577u;
> #else
> static const _G_uint32_t LC_C = 3907864577;
> #endif

Actually, Todd Vierling pointed out the right thing to do is set
USE_EGCS=1 while building. This library is not used w/ egcs systems, and
so we don't need to either bother compiling it or fixing it for egcs. :-)

Take care,

Bill