Ethereal-dev: Re: [ethereal-dev] Latest CVS sources on NetBSD 1.3.1: make problems

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 4 Jan 2000 14:52:30 -0800 (PST)
> > If not, then (presuming that what you're compiling is from CVS, rather
> > than from the 0.8.0 distribution, as per the "cvs-src" in the path - and
> > as per the fact that "libltdl" is in the distribution) you should
> > probably do
> > 
> >         cvs update -d
> 
> That fixed it! Many thanks.

Does that also clear up the empty Makefile issue?  (Try doing

	find . -name config.cache -print | xargs rm

to nuke any configuration cache files, and then rerun "autogen.sh".)

> I think an INSTALL.cvs is needed so I don't keep on asking silly
> questions; and/or...I just checked the CVS page on ethereal.zing.org and
> the cvs update command could be changed to include the '-d' option.

It should also mention that you need to run "autogen.sh" first.