From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | arjunshetty955(at)gmail(dot)com |
Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #17160: PostgreSQL13.4:Build failure with GNU Compiler. |
Date: | 2021-08-25 15:40:06 |
Message-ID: | 583403.1629906006@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> 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
Well, there's your answer. We don't support -flto, and I've not
heard any developers express great interest in making it work.
If somebody were to send in a patch, we might accept it; but
we're not going to treat this as a bug.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Rainer Tammer | 2021-08-25 16:04:17 | Re: Postgres 9.2.13 on AIX 7.1 |
Previous Message | Tom Lane | 2021-08-25 15:13:22 | Re: Postgres 9.2.13 on AIX 7.1 |