Re: pgsql: aix: No need to use mkldexport when we want to export all symbol

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: aix: No need to use mkldexport when we want to export all symbol
Date: 2022-09-10 04:16:38
Message-ID: 89D645BA-FF97-4516-A21D-9FC4A4B31F8C@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On September 9, 2022 9:14:26 PM PDT, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>Andres Freund <andres(at)anarazel(dot)de> writes:
>> aix: No need to use mkldexport when we want to export all symbols
>
>hmm, early returns not good:
>
>https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hoverfly&dt=2022-09-10%2003%3A31%3A29
>
>The backend seems to build OK, but our first try to make a .so
>falls over:
>
>ld: 0711-244 ERROR: No csects or exported symbols have been saved.
>../../../../../../src/Makefile.shlib:279: recipe for target 'cyrillic_and_mic.so' failed
>gmake[3]: *** [cyrillic_and_mic.so] Error 8

I'd tested that maybe two weeks ago, so I'm a bit surprised. I'll try to reproduce.

Andres

--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-10 04:37:49 Re: pgsql: aix: No need to use mkldexport when we want to export all symbol
Previous Message Tom Lane 2022-09-10 04:14:26 Re: pgsql: aix: No need to use mkldexport when we want to export all symbol