Deutsch   English   Français   Italiano  
<mailman.28.1722975356.2890.python-list@python.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!not-for-mail
From: Barry Scott <barry@barrys-emacs.org>
Newsgroups: comp.lang.python
Subject: Re: Issue bootstrapping Python - troubleshooting steps?
Date: Tue, 6 Aug 2024 21:09:41 +0100
Lines: 13
Message-ID: <mailman.28.1722975356.2890.python-list@python.org>
References: <cfdcdb7c-5f65-48d4-8d6b-a773dc1d6595@app.fastmail.com>
 <49F69EE5-49DC-4128-B8F0-386CBDBA7EDA@barrys-emacs.org>
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51\))
Content-Type: text/plain;
	charset=us-ascii
Content-Transfer-Encoding: quoted-printable
X-Trace: news.uni-berlin.de 9OaiS1TX6tAe/HNEK5Nksg8y85S6/TNcWfcrO0Hd5FGA==
Cancel-Lock: sha1:7hHil1joJuJUbtmjsw2svKbcs1I= sha256:27SWDNwEEHtHWgH+Zjp4BujcrzrHaDCF5NEv46u9Z9s=
Return-Path: <barry@barrys-emacs.org>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
 dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.018
X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'aug': 0.07; 'cc:addr
 :python-list': 0.09; 'from:addr:barry': 0.09; 'linux': 0.09;
 'received:217.70': 0.09; 'received:217.70.178': 0.09;
 'received:gandi.net': 0.09; 'received:mail.gandi.net': 0.09;
 'subject:Python': 0.12; 'cc:no real name:2**0': 0.14; 'barry':
 0.16; 'from:addr:barrys-emacs.org': 0.16; 'from:name:barry scott':
 0.16; 'message-id:@barrys-emacs.org': 0.16; 'piper': 0.16;
 'subject:Issue': 0.16; 'subject:skip:t 10': 0.16; 'wrote:<span':
 0.16; 'wrote:': 0.16; 'cc:addr:python.org': 0.20; 'skip:- 10':
 0.25; 'cc:2**0': 0.25; 'email addr:python.org>': 0.28;
 'default': 0.31; 'assume': 0.32; 'python-list': 0.32; '0);': 0.33;
 'rgb(0,': 0.33; 'header:In-Reply-To:1': 0.34; 'font-family:':
 0.60; 'provide': 0.60; 'inline': 0.61; 'display:': 0.62; 'none;':
 0.62; 'font-weight:': 0.62; '0px;': 0.63; 'text-indent:': 0.64;
 'normal;': 0.66; 'received:217': 0.67; 'skip:! 10': 0.67; 'skip:/
 30': 0.69; 'float:': 0.74; 'email name:<python-list': 0.84;
 'to:addr:contact': 0.84; '400;': 0.89; '13px;': 0.91
In-Reply-To: <cfdcdb7c-5f65-48d4-8d6b-a773dc1d6595@app.fastmail.com>
X-Mailer: Apple Mail (2.3776.700.51)
X-GND-Sasl: barry@barrys-emacs.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.39
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
 <python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
 <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
 <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <49F69EE5-49DC-4128-B8F0-386CBDBA7EDA@barrys-emacs.org>
X-Mailman-Original-References: <cfdcdb7c-5f65-48d4-8d6b-a773dc1d6595@app.fastmail.com>
Bytes: 3489



> On 6 Aug 2024, at 02:49, Piper McCorkle via Python-list =
<python-list@python.org> wrote:
>=20
> $ /tmp/sources/Python-3.12.4/configure --enable-shared =
--with-system-expat --enable-optimizations --prefix=3D

I assume that you must provide a value for --prefix. The linux default =
would be --prefix=3D/usr

Barry