bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] RE: inetutils


From: Alain Magloire
Subject: [bug-inetutils] RE: inetutils
Date: Fri, 26 May 2006 12:08:16 -0400


> From: David Evans [mailto:address@hidden
> Sent: Friday, May 26, 2006 1:59 AM
> 
>    Usually you could recreate the configure script by running autoconf.
> The
>    cvs tree should have a little script call "autogen.sh" that should
> recreate
>    this for you i.e. call autoconf and automake with all the necessary
> 
> I got it to compile by moving #include "extern.h" in ftp_var.h to
> the bottom of the file, but more importantly in ttymsg.c the
> removal of
> 
> (char *)iov->iov_base += wret;
> 
> replaced with
> 
> iov->iov_base = (char *)iov->iov_base + wret;
> 
> I believe the problem is that gcc4 has something it didn't like
> with ttymsg.c that gcc3 didn't mind.

Strange .. ok.

Hey, Alfred did you do your tests with gcc-4.x ?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]