Re: Compile error while building postgresql 10.3 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Compile error while building postgresql 10.3
Date
Msg-id 6487.1521490512@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compile error while building postgresql 10.3  (Terry Phelps <tgphelps50@gmail.com>)
Responses Re: Compile error while building postgresql 10.3
List pgsql-hackers
Terry Phelps <tgphelps50@gmail.com> writes:
> I did:
> cd src/port
> gmake -s clean
> gmake

> It says:

> cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
> -Wendif-labels -Wmissing-format-attribute -Wformat-security
> -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument
> -I/usr/local/include -msse4.2 -I../../src/port -DFRONTEND
> -I../../src/include    -c -o pg_crc32c_sse42.o pg_crc32c_sse42.c

Now I'm even more confused, because that's fine --- and you'll notice
it didn't fail.  So why doesn't this agree with your original run?
Did you do anything different from plain "gmake" that time?

            regards, tom lane


pgsql-hackers by date:

Previous
From: Terry Phelps
Date:
Subject: Re: Compile error while building postgresql 10.3
Next
From: Terry Phelps
Date:
Subject: Re: Compile error while building postgresql 10.3