From: | David Wheeler <david(at)kineticode(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | josh(at)agliodbs(dot)com, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Suggestion: Which Binary? |
Date: | 2006-04-01 23:37:44 |
Message-ID: | 6573222A-9E1C-4C36-8CC1-628E86C232E6@kineticode.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
On Mar 31, 2006, at 20:02, Tom Lane wrote:
> You can give `configure' initial values for configuration
> parameters
> by setting variables in the command line or in the environment.
> Here
> is an example:
>
> ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
>
> This isn't super helpful, of course, since it doesn't say exactly
> which
> variables any particular autoconf script responds to. But pretty much
> all of the programs that a configure script searches for are reflected
> as variables. A quick grep through our configure script for the
> phrase
> "Let the user override" finds a couple dozen hits, and that's just for
> programs, never mind non-program variables.
Right, but me, while I compile lots of stuff, I don't understand
configure or autconf at all. So I was completely unaware of this
feature. I'm very pleased to know it now, of course. But I don't see
how it could be any harm to add notes to the INSTALL file explicitly
letting users know how to do stuff like this. The INSTALL file is,
after all, what folks like me read when looking for information
beyond ./configure && make && make install. It would have helped me a
lot, and I see no disadvantage to including it.
Am I missing something?
Thanks,
David
From | Date | Subject | |
---|---|---|---|
Next Message | David Wheeler | 2006-04-01 23:39:04 | Re: Suggestion: Which Binary? |
Previous Message | Michael Fuhr | 2006-04-01 21:10:29 | Re: Postgres dies when using an intarray operator |
From | Date | Subject | |
---|---|---|---|
Next Message | David Wheeler | 2006-04-01 23:39:04 | Re: Suggestion: Which Binary? |
Previous Message | Peter Eisentraut | 2006-04-01 22:49:21 | Re: patch to have configure check if CC is intel C compiler |