Are you saying that once you installed "python3-devel" library
"-lpython${PYTHON_VERSION}m" works for you?
In any case I will update the README to mention need to install
python-devel/python3-devel and python-dev/python3-dev on Fedora and Ubuntu
respectively.
On Tuesday, August 14, 2018 at 8:
On Tue, Aug 14, 2018 at 3:01 PM, Nadav Har'El wrote:
> I committed this, but it doesn't compile on Fedora 28... On Fedora, you
> can't compile with -lpython3.6m, you need just "-lpython3".
>
Turns out that the missing symbolic links are added when you install the
"python3-devel" library.
Weird.
I committed this, but it doesn't compile on Fedora 28... On Fedora, you
can't compile with -lpython3.6m, you need just "-lpython3".
Can you please check the following patch on your setup?
diff --git a/python3x/GET b/python3x/GET
index af03cb2..f437a0f 100755
--- a/python3x/GET
+++ b/python3x/GET
Signed-off-by: Waldemar Kozaczuk
---
python3x/GET | 60 +++
python3x/Makefile | 8
python3x/README | 13 ++
python3x/python.c | 95 +++
python3x/usr.manifest | 4 ++
5 files changed, 180 insertions(+