Re: Failed to compile libpq

2020-10-15 Thread Igor Korot
Tom, On Thu, Oct 15, 2020 at 12:16 AM Tom Lane wrote: > > Igor Korot writes: > > On Thu, Oct 15, 2020 at 12:01 AM Tom Lane wrote: > >> Kinda looks like you're using some non-GNU make. > > > Correct. > > It is from Solaris Studio compiler. > > > What should I do? > > Try "gmake". If it's not al

Re: Failed to compile libpq

2020-10-14 Thread Tom Lane
Igor Korot writes: > On Thu, Oct 15, 2020 at 12:01 AM Tom Lane wrote: >> Kinda looks like you're using some non-GNU make. > Correct. > It is from Solaris Studio compiler. > What should I do? Try "gmake". If it's not already on the system, you'll need to install it. re

Re: Failed to compile libpq

2020-10-14 Thread Igor Korot
Tom et al, On Thu, Oct 15, 2020 at 12:01 AM Tom Lane wrote: > > Igor Korot writes: > > Configure succeeded, but running "make" failed with > > > [quote] > > make: Fatal error in reader ../../../src/Makefile.global, line 45: > > Unexpected end of line seen > > [/quote] > > Kinda looks like you're

Re: Failed to compile libpq

2020-10-14 Thread Tom Lane
Igor Korot writes: > Configure succeeded, but running "make" failed with > [quote] > make: Fatal error in reader ../../../src/Makefile.global, line 45: > Unexpected end of line seen > [/quote] Kinda looks like you're using some non-GNU make. regards, tom lane