the log is really big, full of errors and ends with error 1
Undefined symbols for architecture x86_64:
"_gethostbyname_r", referenced from:
_main in conftest-7b666a.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12733: $? = 1
configure: failed program was:
On Thu, Jan 8, 2015 at 5:40 PM, Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
"Jimmy Jack" <jimmyjack@xxxxxxxxx> writes:
> Here is the snippet of the error, I am really puzzled why I cannot install postgres.
> clang: error: unsupported option '-V -isystem/opt/boxen/homebrew/include'
> clang: error: unknown argument: '-qversion’
The fragment of config.log you provided looks perfectly normal as far as
it goes (well, except that you seem to be using an unreleased version of
OS X...). In particular, the error message you mention is completely
expected; whatever your problem is, this is not it.
regards, tom lane