Re: [HACKERS] NetBSD configuration

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

>
> 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.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-04-10 02:10:34 Re: [HACKERS] New pg_type for large object
Previous Message Darren King 1998-04-10 01:35:34 Re: [HACKERS] New pg_type for large object