Hello.
At Mon, 21 Oct 2019 08:29:39 -0400, Andrew Dunstan
wrote in
>
> On 10/20/19 7:36 PM, Tom Lane wrote:
> > Andrew Dunstan writes:
> >> On 10/20/19 1:23 PM, Tom Lane wrote:
> >>> The right way to fix it, likely, is to add CFLAGS_SL while performing this
> >>> particular autoconf test, as
On 10/20/19 7:36 PM, Tom Lane wrote:
> Andrew Dunstan writes:
>> On 10/20/19 1:23 PM, Tom Lane wrote:
>>> The right way to fix it, likely, is to add CFLAGS_SL while performing this
>>> particular autoconf test, as that would replicate the switches used for
>>> plperl (and it turns out that addin
Andrew Dunstan writes:
> On 10/20/19 1:23 PM, Tom Lane wrote:
>> The right way to fix it, likely, is to add CFLAGS_SL while performing this
>> particular autoconf test, as that would replicate the switches used for
>> plperl (and it turns out that adding -fPIC does solve this problem).
>> But the
On 10/20/19 1:23 PM, Tom Lane wrote:
> Andrew Dunstan writes:
>> On 10/18/19 9:50 AM, Tom Lane wrote:
>>> Can we fix this by using something other than perl_alloc() as
>>> the tested-for function? That is surely a pretty arbitrary
>>> choice. Are there any standard Perl entry points that are j
Andrew Dunstan writes:
> On 10/18/19 9:50 AM, Tom Lane wrote:
>> Can we fix this by using something other than perl_alloc() as
>> the tested-for function? That is surely a pretty arbitrary
>> choice. Are there any standard Perl entry points that are just
>> plain functions with no weird macro ex
On 10/18/19 9:50 AM, Tom Lane wrote:
> Kyotaro Horiguchi writes:
>> The immediately problematic command generated by autoconf is:
>> ...
>> /usr/bin/ld: /tmp/ccGxodNv.o: relocation R_X86_64_32 against symbol
>> `PL_memory_wrap' can not be used when making a PIE object; recompile with
>> -fPIC
Kyotaro Horiguchi writes:
> The immediately problematic command generated by autoconf is:
> ...
> /usr/bin/ld: /tmp/ccGxodNv.o: relocation R_X86_64_32 against symbol
> `PL_memory_wrap' can not be used when making a PIE object; recompile with
> -fPIC
> /usr/bin/ld: final link failed: Nonrepresent
Hello.
# I'm almost comming back..
At Wed, 16 Oct 2019 10:41:19 -0400, Andrew Dunstan
wrote in
> On Wed, Oct 16, 2019 at 8:32 AM Tom Lane wrote:
> > >> $ ./configure --with-perl CFLAGS=-O0
> > >> It is bash-aliased and survived without being found for a long time on
> > >> my Cent7 environmen
On Wed, Oct 16, 2019 at 8:32 AM Tom Lane wrote:
>
> Andrew Dunstan writes:
> > On Tue, Oct 15, 2019 at 6:45 AM Kyotaro Horiguchi
> > wrote:
> >> The problematic command line boils down to:
> >> $ ./configure --with-perl CFLAGS=-O0
> >> It is bash-aliased and survived without being found for a lo
Andrew Dunstan writes:
> On Tue, Oct 15, 2019 at 6:45 AM Kyotaro Horiguchi
> wrote:
>> The problematic command line boils down to:
>> $ ./configure --with-perl CFLAGS=-O0
>> It is bash-aliased and survived without being found for a long time on
>> my Cent7 environment, but CentOS8 doesn't allow t
On Tue, Oct 15, 2019 at 6:45 AM Kyotaro Horiguchi
wrote:
> >
> > Is this error perhaps occurring with a non-vendor Perl installation?
> > What's the exact error message? config.log might contain some useful
> > clues, too.
>
> The perl package is official one. I found the cause, that's my
> mist
Hi. Sorry for the delay.
At Thu, 10 Oct 2019 11:51:21 -0400, Tom Lane wrote in
> Andrew Dunstan writes:
> > On 10/10/19 1:46 AM, Kyotaro Horiguchi wrote:
> >> Hello, While I'm moving to CentOS8 environment, I got stuck at
> >> ./configure with the following error.
> >> configure: error: libperl
Andrew Dunstan writes:
> On 10/10/19 1:46 AM, Kyotaro Horiguchi wrote:
>> Hello, While I'm moving to CentOS8 environment, I got stuck at
>> ./configure with the following error.
>> configure: error: libperl library is requred for Perl
>> It complains that it needs -fPIC.
>> Configure uses only $Co
On 10/10/19 1:46 AM, Kyotaro Horiguchi wrote:
> Hello, While I'm moving to CentOS8 environment, I got stuck at
> ./configure with the following error.
>
> configure: error: libperl library is requred for Perl
>
> It complains that it needs -fPIC.
>
> Configure uses only $Config{ccflags}, but it s
14 matches
Mail list logo