Hi Tom, > On 23. Jul, 2020, at 15:42, Tom Lane <t...@sss.pgh.pa.us> wrote: > > Kind of looks like you *did* install gettext as Daniel suggested > (macOS proper would never put anything under /usr/local). Maybe > you did not ask for that specifically, but installed some package > that requires it? > > However, Apple's toolchain doesn't search /usr/local by default, > I believe. You'll need to add something along the line of > > --with-includes=/usr/local/include --with-libs=/usr/local/lib > > to your configure command.
I tried with your options. Still, same effect. Ok, worth a try. I found: paul@meerkat:~$ mdfind -name gettext | egrep -vi "/(share|man|bin|system)/" /usr/local/info/gettext.info /usr/local/lib/gettext /Library/i-Installer/Receipts/gettext.ii2receipt /usr/local/include/gettext-po.h paul@meerkat:~$ mdfind -name libintl | egrep -vi "/(share|man|bin|system)/" /usr/local/lib/libintl.3.4.3.dylib /usr/local/lib/libintl.a /usr/local/lib/libintl.la /usr/local/include/libintl.h But I did not *knowingly* install that. I guess it comes as part of Xcode but I really don't know. I'm not a developer, I just want to build PostgreSQL for my Mac. Cheers, Paul