"Steven M. Schweda" <[email protected]> writes: > From: Giuseppe Scrivano <[email protected]> > >> Yes Sir, here we go! A freshly baked tarball: >> >> http://it.gnu.org/~gscrivano/files/wget-1.14.62-9d54.tar.bz2 > > Half-baked? Lost a few VMS-specific changes, but the first big > problem was: > > while ((line = read_whole_line (fp)) != NULL)
read_whole_line is not used anymore, instead we are using getline from gnulib. I cannot find that line in the tarball, what file are you building? -- Giuseppe
