This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mazen001.ahmed001
Recipients mazen001.ahmed001
Date 2021-11-26.20:07:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637957258.27.0.535906199774.issue45906@roundup.psfhosted.org>
In-reply-to
Content
Whenever i try to setup python3.9 configure via github, It raises a configure error.
``
$ ./configure
checking build system type... type
checking host system type... type
checking for python3.9... no
checking for python3... no
checking for python... no
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... "linux"
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... configure: error: in `/path/folder_which_contains_cpython_folder/cpython-3.9':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
```
History
Date User Action Args
2021-11-26 20:07:38mazen001.ahmed001setrecipients: + mazen001.ahmed001
2021-11-26 20:07:38mazen001.ahmed001setmessageid: <1637957258.27.0.535906199774.issue45906@roundup.psfhosted.org>
2021-11-26 20:07:38mazen001.ahmed001linkissue45906 messages
2021-11-26 20:07:38mazen001.ahmed001create