Re: Problems compiling from CVS
[email protected] (Niels Möller) 10 Jan 2005 16:40:08 +0100
| Newsgroups | gmane.network.lsh.bugs |
|---|---|
| Message-ID | <[email protected]> |
Neale Pickett <[email protected]> writes: > The configure script doesn't appear to be doing its mojo with > src/spki/spki-types.in. Or am I doing something wrong? An abridged > transcript follows. When building from cvs, the proper procedure is ./.bootstrap ./configure make bootstrap make The explicit "make bootstrap" is needed to create some automatically generated files, because the automatically derived dependency files don't exist yet at this stage. Best regards, /Niels