Re: GCC error while trying to install 9.4 via brew on MAC OS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jimmy Jack" <jimmyjack(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: GCC error while trying to install 9.4 via brew on MAC OS
Date: 2015-01-09 02:03:32
Message-ID: 14685.1420769012@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jimmy Jack" <jimmyjack(at)gmail(dot)com> writes:
> the log is really big, full of errors and ends with error 1
> Undefined symbols for architecture x86_64:
> "_gethostbyname_r", referenced from:

That's expected too, on OS X. There are *lots* of expected failures
in a configure run.

Please, if you're unable to identify where the actual problem is,
just post the whole config.log.

Or, if you just can't bring yourself to do that, the last hundred or so
lines before the section marker

## ---------------- ##
## Cache variables. ##
## ---------------- ##

might be sufficient information.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jimmy Jack 2015-01-09 02:20:04 Re: GCC error while trying to install 9.4 via brew on MAC OS
Previous Message deepak 2015-01-09 02:00:51 Re: How to exclude building/installing contrib modules on Windows