On Sun, Apr 07, 2019 at 10:30:33PM +0200, Patrick Mulder wrote:
> on a opensuse system, i tried to install gnucap python
> for some reason i think the configuration looks for python2 instead of
> python3
>
> patrick@linux-wzyg:~/projects/gnucap-python> ./configure
> configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
> [..]
> checking for a Python interpreter with version >= 2.7... python
> checking for python... /usr/bin/python

Hi Patrick.

thanks for your mail. it is similar on debian, and maybe others.

you can select a python interpreter with the PYTHON variable. the
variable dates back to when both pythons worked, and the default is
"python". try

$ ./configure PYTHON=python3

the script should figure out where the corresponding headers and
libraries are.

cheers
felix

_______________________________________________
Gnucap-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnucap-devel

Reply via email to