Re: [PATCH] Added Python 3 app

2018-08-14 Thread Waldek Kozaczuk
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:

Re: [PATCH] Added Python 3 app

2018-08-14 Thread Nadav Har'El
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.

Re: [PATCH] Added Python 3 app

2018-08-14 Thread Nadav Har'El
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

[PATCH] Added Python 3 app

2018-08-14 Thread Waldemar Kozaczuk
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(+