Re: GCC error while trying to install 9.4 via brew on MAC OS - Mailing list pgsql-general

From Tom Lane
Subject Re: GCC error while trying to install 9.4 via brew on MAC OS
Date
Msg-id 14685.1420769012@sss.pgh.pa.us
Whole thread Raw
In response to Re: GCC error while trying to install 9.4 via brew on MAC OS  ("Jimmy Jack" <jimmyjack@gmail.com>)
Responses Re: GCC error while trying to install 9.4 via brew on MAC OS  ("Jimmy Jack" <jimmyjack@gmail.com>)
List pgsql-general
"Jimmy Jack" <jimmyjack@gmail.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


pgsql-general by date:

Previous
From: deepak
Date:
Subject: Re: How to exclude building/installing contrib modules on Windows
Next
From: "Jimmy Jack"
Date:
Subject: Re: GCC error while trying to install 9.4 via brew on MAC OS