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 13:23:03 -0800 (PST)
> Then I encountered the following error:
> 
> make[2]: Leaving directory `/build/ethereal/cvs-src/ethereal/plugins'
> Making all in libltdl
> cd: can't cd to libltdl
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/build/ethereal/cvs-src/ethereal'
> make: *** [all-recursive-am] Error 2

You do have a "libltdl" subdirectory in your Ethereal source tree,
right?

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

to get it to create all the subdirectories (which CVS, for some reason,
does *not* do by default).