Re: paranoia bug (sort of)
Ralph Corderoy <[email protected]>
| Newsgroups | gmane.comp.audio.cd-paranoia.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Bill,
> > > i.e. ./configure && make install is equivalent to ./configure &&
> > > make && make install
> >
> > It can't find the binarys because they haven't been build. Try this:
> >
> > ./configure && make && make install
>
> You miss the point, the "install" target should have a dependency
> which forces the building of the default make target.
That wouldn't be what people expect though, due to automake+autoconf's
`make install' target not depending on `all'.
> I agree with the point, although I wouldn't call it a bug, just a
> chance for better build behaviour.
As a developer I use
./configure && make all check distcheck
which exercises most paths.
Cheers,
Ralph.
--- >8 ----
List archives: http://www.xiph.org/archives/
Paranoia homepage: http://www.xiph.org/paranoia/
To unsubscribe from this list, send a message to '[email protected]'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.