Re: compiling libapl for python3
Hi Jürgen, your analysis was good - thanks i checked my notes more closely and i had indeed compiled the python3.10.7 with gcc-6.3.0 and that is why compiling the python3 libapl for lib_gnu_apl.so with gcc-6.3.0 gave a good library. you have -fstack-protector in the src/Makefile so if i use CX
Re: compiling libapl for python3
Hi enztec, I am using: eedjsa@server68:~/apl-1.8/src$ g++ --version g++ (Ubuntu 9.4.0-1ubuntu1~18.04) 9.4.0 eedjsa@server68:~/apl-1.8/src$ python --version Python 3.8.0 Your problem below indicates that t