Subject: Re: libradius broken on amd64
To: Paulo Alexandre Pinto Pires <p@ppires.org>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 02/20/2005 17:31:57
On Sun, Feb 20, 2005 at 12:46:03PM -0300, Paulo Alexandre Pinto Pires wrote:
> Hello.
> 
> While trying to cross-build an amd64 release from sources as of today 
> (2005/02/20), I got a bunch of lint errors that prevented it to go 
> successfully.

I just removed the -w from LINTFLAGS - so it won't error on this warnings
now.

>  Most (all?) errors seemed related to the assumption that 
> sizeof(int)==sizeof(long), which isn't true for 64-bit gcc.  Building 
> the same sources natively on i386 runs smoothly to the end.

No, most of the warnings looked like stupid lint bugs to me. At least enough
that it made no sense to actually look for 64bit cleaness in the tons
of warnings ;-)

Martin