Re: Current status of OpenBSD BEAST



On Tue, 30 Dec 2003, Nedko Arnaudov wrote:

> Tim Janik <timj@gtk.org> writes:
>
> >> make[4]: *** No rule to make target `beast.1', needed by `all-am'.  Stop.
> >
> > your Makefile.am should contain:
> >
> > # man from xml (installed)
> > %.1: %.1.nroff
> > 	cp -f $< $@
> >
> > so make has a build rule.
> >
> > that's conditionalized on IF_BUILDDOCS, and IF_BUILDDOCS is enabled if
> > a) you have a proper texitheque version, and
> > b) you're using autogen.sh.
> > since configure.in if called from autogen.sh bails if it doesn't find
> > texitheque, you really should have that build rule, unless you manually
> > changed something in this chain.
>
> I have texitheque 0.3 and I am using autogen.sh
>
> IF_BUILDDOCS is not enabled and this causes make to fail.
>
> So far I've found that first time I run configure it checks for
> texitheque but not second time.
>
> I run configure script twice because I add LDFLAGS="-lpthread -lossaudio -lz"
> to it after autogen.sh
> This is my temporary workaround until I find why configure is not linking
> these libs where/everywhere they are required.
>
> Is running configure script twice supposed to work ?

yes, though you may have to rm -f config.cache first.

> --
> Nedko Arnaudov
>

---
ciaoTJ




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]