Re: Building Extension on Linux fails with relocation error - Mailing list pgsql-general

From Peter J. Holzer
Subject Re: Building Extension on Linux fails with relocation error
Date
Msg-id 20231222165211.btdrstuwkileiyzh@hjp.at
Whole thread Raw
In response to Re: Building Extension on Linux fails with relocation error  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Building Extension on Linux fails with relocation error
List pgsql-general
On 2023-12-22 10:31:14 -0500, Tom Lane wrote:
> Binaek Sarkar <binaek@turbot.com> writes:
> > The issue arises with a Go module that is compiled into a .a archive file
> > using -buildmode=c-archive, leading to a *file size of approximately 393 MB*.
[...]
> > Interestingly, the *build completes successfully when the .a file is
> > smaller* (around 100 MB).
>
> Pure luck I suspect.

I seem to remember a 256MB limit for position independent code on x86.
The current man-page for GCC doesn't mention such a limit, though, so I
may be mistaken.

        hp

--
   _  | Peter J. Holzer    | Story must make more sense than reality.
|_|_) |                    |
| |   | hjp@hjp.at         |    -- Charles Stross, "Creative writing
__/   | http://www.hjp.at/ |       challenge!"

Attachment

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Building Extension on Linux fails with relocation error
Next
From: Tom Lane
Date:
Subject: Re: Building Extension on Linux fails with relocation error