[Nut-upsdev] broken build with default configure flags

Carlos Rodrigues carlos.efr at mail.telepac.pt
Sun Feb 3 18:45:24 UTC 2008


On Feb 3, 2008 3:12 PM, Arjen de Korte <nut+devel at de-korte.org> wrote:
> Carlos Rodrigues wrote:
>
> >> Works for me (and the buildbots too). Could it be you need to run
> >> 'autoreconf' again?
> >
> > I don't think so.
> >
> > I found this after cleaning up my NUT trunk local copy with:
> >
> > svn up
> > make distclean
> > autoreconf
>
> autoreconf -f -i
>
> > configure
> >
> > Then I went and did the same for testing, and I got the exact same
> > problem. The build errors out with missing libupsclient.a messages.
>
> Strange.

Unless I change...

  NUT_ARG_WITH([lib], [build and install the upsclient library], [no])

into...

  NUT_ARG_WITH([lib], [build and install the upsclient library], [yes])

it doesn't build by default, no matter the sequence of autoreconfs and makes.

-- 
Carlos Rodrigues



More information about the Nut-upsdev mailing list