Linux Mint build error

Thanks for the info. That solved the issue. I saw the -fPIC part in the error message but didn’t know how to pass that flag to the Python configure script. When you said dynamic build, that was the hint I needed. I added the --enable-shared flag to the configure script and rebuilt. Now it seems to work.

Thanks