> From: David Evans [mailto:[EMAIL PROTECTED] > 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 ? _______________________________________________ Bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
