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.

classification
Title: Python github installation issue
Type: compile error Stage:
Components: Installation Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, mazen001.ahmed001
Priority: normal Keywords:

Created on 2021-11-26 20:07 by mazen001.ahmed001, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg407089 - (view) Author: Some User (mazen001.ahmed001) Date: 2021-11-26 20:07
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
```
msg407689 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2021-12-04 22:18
Could you please provide your operating system / Linux distro and the steps and commands you used to download Python from GitHub. Please also attach config.log file.
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 90064
2021-12-04 22:18:45christian.heimessetmessages: + msg407689
2021-12-04 16:25:52eric.araujosetnosy: + christian.heimes
2021-11-26 20:09:51mazen001.ahmed001settitle: Python github installatiomn issue -> Python github installation issue
2021-11-26 20:07:38mazen001.ahmed001create