BUG #17160: PostgreSQL13.4:Build failure with GNU Compiler. - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #17160: PostgreSQL13.4:Build failure with GNU Compiler.
Date
Msg-id 17160-79ee3343280829ff@postgresql.org
Whole thread Raw
Responses Re: BUG #17160: PostgreSQL13.4:Build failure with GNU Compiler.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17160
Logged by:          arjun shetty
Email address:      arjunshetty955@gmail.com
PostgreSQL version: 13.4
Operating system:   Ubuntu 20.04.1 LTS
Description:

Observed build errors on PostgreSQLv13.4/PostgreSQLv14beta2 with GNU
Compiler.

GCC Build Command: 
CC=gcc CXX=g++ ../configure --prefix=<pathtoInstall> CFLAGS='-O3
-march=native -flto' CXXFLAGS='-O3 -march=native -flto'
build errror:
/tmp/zic.soWwyC.ltrans0.ltrans.o:<artificial>:(.text.startup+0xf7b): more
undefined references to `pg_fprintf' follow
/tmp/zic.soWwyC.ltrans0.ltrans.o: In function `main':
<artificial>:(.text.startup+0xfe9): undefined reference to `pg_strerror'
<artificial>:(.text.startup+0x1009): undefined reference to `pg_fprintf'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:55: zic] Error 1

without  flto build was success 
-flto=thin supported for clang(llvm) .
GCC supports LTO(can use normal flto or GCC has an equivalent to Thin LTO:
WHOle Program optimizeR (WHOPR) i.e like -flto=fwhopr )


pgsql-bugs by date:

Previous
From: Rainer Tammer
Date:
Subject: Re: Postgres 9.2.13 on AIX 7.1
Next
From: Tom Lane
Date:
Subject: Re: Postgres 9.2.13 on AIX 7.1