From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36513 invoked by alias); 1 Feb 2018 23:56:54 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 36504 invoked by uid 89); 1 Feb 2018 23:56:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=nightmare, H*f:sk:9240f26 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Feb 2018 23:56:52 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehOhk-0003J1-TL for gdb@sourceware.org; Thu, 01 Feb 2018 18:56:50 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehM0i-0001nu-Df; Thu, 01 Feb 2018 16:03:08 -0500 Received: from [65.112.16.22] (port=36504 helo=pdsdesk) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ehM0i-0002j3-4V; Thu, 01 Feb 2018 16:03:08 -0500 Message-ID: <1517518987.3186.46.camel@gnu.org> Subject: Re: [ANNOUNCEMENT] GDB 8.1 released! From: Paul Smith Reply-To: psmith@gnu.org To: Dennis Clarke , Joel Brobecker Cc: gdb@sourceware.org Date: Thu, 01 Feb 2018 23:56:00 -0000 In-Reply-To: <27a0c8c0-747a-fc79-b8ef-d3188d53e806@blastwave.org> References: <9240f266bc7856acebd21eed63045c01@polymtl.ca> <693c0f43-2955-0b3b-33d9-34545c7f9c72@blastwave.org> <20180201094732.qxblhtja7ss6bq4i@adacore.com> <27a0c8c0-747a-fc79-b8ef-d3188d53e806@blastwave.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00006.txt.bz2 On Thu, 2018-02-01 at 15:41 -0500, Dennis Clarke wrote: > thank you for that ! I think building python from source is a > nightmare. Same with PHP7.x these days. I don't know about Python 3 since I've never tried it, but it's very simple to build Python 2.7 from source. I do it on both GNU/Linux and MacOS with very little trouble.