On Thu, 2014-01-16 at 15:59 -0600, Mike Blackwell wrote:
> Per the docs (15.4 Installation Procedure, Client-only installation),
> after running make, the following should work:
>
>
> gmake -C src/bin install
> gmake -C src/include install
> gmake -C src/interfaces install
> gmake -C doc install
Per the docs (15.4 Installation Procedure, Client-only installation), after
running make, the following should work:
gmake -C src/bin installgmake -C src/include installgmake -C
src/interfaces installgmake -C doc install
However, it fails on the first command:
[postgresql-9.3.2]$ sudo gmake -C