First off, this isn't really on-topic for comp.lang.c, as it is a question
regarding a linker, interacting
with the results of various options given to a specific compiler.
However...
On Sun, 02 Mar 2025 14:35:08 +, The Doctor wrote:
> How do I compensate for
>
> ld: error: relocation R_
rbowman writes:
> On Thu, 20 Feb 2025 21:51:51 - (UTC), Lawrence D'Oliveiro wrote:
>
>> On Thu, 20 Feb 2025 10:05:32 -0300, Salvador Mirzo wrote:
>>
>>> It's much more pleasurable (to me) to read books off-screen.
>>
>> You can’t do searches, though.
>
> For non-fiction a decent index does
Lawrence D'Oliveiro writes:
> On Thu, 20 Feb 2025 10:05:32 -0300, Salvador Mirzo wrote:
>
>> It's much more pleasurable (to me) to read books off-screen.
>
> You can’t do searches, though.
That's quite right, which is why I also love to have an ebook form of
them.
--
https://mail.python.org/mai
How do I compensate for
ld: error: relocation R_X86_64_32 cannot be used against symbol '_PyRuntime';
recompile with -fPIC
>>> defined in /usr/local/lib/libpython3.13.a(pylifecycle.o)
>>> referenced by thread_pthread.h:138 (Python/thread_pthread.h:138)
>>> thread.o:(PyThread_init_th
I think Python compiles with fPIC by default. Something else had
happened to the OPs checkout that caused these errors. OP needs to
better describe what they were doing to properly understand the
problem.
On Sun, Mar 2, 2025 at 10:10 PM Lew Pitcher via Python-list
wrote:
>
>
> First off, this isn