Re: [HACKERS] NetBSD configuration

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: darcy(at)druid(dot)net, hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] NetBSD configuration
Date: 1998-04-10 02:59:36
Message-ID: Pine.BSF.3.96.980409235916.287D-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 9 Apr 1998, Bruce Momjian wrote:

> >
> > On Thu, 9 Apr 1998, D'Arcy J.M. Cain wrote:
> >
> > > It used to be that configure asked for extra include and lib directories
> > > using reasonable defaults. Now I get failures because it can't find
> > > readline unless I manually add these in. Is this supposed to be picked
> > > up automatically from the template file? The template file has SRCH_INC
> > > and SRCH_LIB but it doesn't seem to be picked up by configure.
> >
> > We recently switched it over to requiring you to use
> > '--with-includes=' and '--with-libs'
>
> Woh, I found a problem with readline not being found too. The fix was
> to use --with-libraries, not --with-libs. It doesn't error out with
> --with-libs (nor with --with-asdf either), but it does nothing.
> --with-libraries does the trick.

Fixed... --with-libs == --with-libraries ... so you can use either
one...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message t-ishii 1998-04-10 08:21:45 Re: [HACKERS] v6.3.2 ...
Previous Message Bruce Momjian 1998-04-10 02:42:42 Re: [HACKERS] subselect and optimizer