python / python/cpython

configure should pick /usr/bin/g++ automatically if present

Open
#89,072 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

3.9 (EOL) build
Dominant language
Python
Stars
77.2k
Forks
36k
Avg merge
1d 9h
Merged PRs (30d)
558

Description

BPO 44909
Nosy @iritkatriel

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2021-08-13.07:31:29.458>
labels = ['build', '3.9']
title = 'configure should pick /usr/bin/g++ automatically if present'
updated_at = <Date 2021-08-13.07:31:29.458>
user = 'https://bugs.python.org/pmenzel'

bugs.python.org fields:

activity = <Date 2021-08-13.07:31:29.458>
actor = 'pmenzel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Build']
creation = <Date 2021-08-13.07:31:29.458>
creator = 'pmenzel'
dependencies = []
files = []
hgrepos = []
issue_num = 44909
keywords = []
message_count = 1.0
messages = ['399497']
nosy_count = 3.0
nosy_names = ['krichter', 'iritkatriel', 'pmenzel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue44909'
versions = ['Python 3.9']

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the configure entry point and trace how the C++ compiler is selected when /usr/bin/g++ exists. Verify that configuration selects /usr/bin/g++ automatically when present, while preserving existing behavior when it is absent.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, shell
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.