Re: Python recompile
[email protected] (Waldek Hebisch)
| Newsgroups | comp.lang.c,comp.lang.c++,comp.lang.python |
|---|---|
| Organization | To protect and to server |
| Message-ID | <[email protected]> |
In comp.lang.c The Doctor <[email protected]> wrote: > 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_thread) in archive /usr/local/lib/libpython3.13.a > This is real world question and as such is considered off-topic in comp.lang.c. However, you could try '-no-pie' to the compiler. -- Waldek Hebisch