Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.038 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'that?': 0.05; 'python3': 0.07; 'outlined': 0.09; 'seemed': 0.09; 'subject:Python3': 0.09; 'python': 0.11; 'kitchen': 0.16; 'less,': 0.16; 'magic': 0.16; 'python3.': 0.16; 'responses.': 0.16; 'sink': 0.16; 'travis': 0.16; 'wrote:': 0.18; '(in': 0.22; 'to:name:python- list@python.org': 0.22; 'install': 0.23; 'question': 0.24; 'source': 0.25; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'see,': 0.30; "i'm": 0.30; 'asked': 0.31; 'install,': 0.31; 'this.': 0.32; 'probably': 0.32; 'stuff': 0.32; 'running': 0.33; "i'd": 0.34; 'could': 0.34; 'subject: (': 0.35; 'basic': 0.35; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'really': 0.36; 'should': 0.36; 'example,': 0.37; 'list': 0.37; 'message-id:@gmail.com': 0.38; 'nov': 0.38; 'process,': 0.38; 'to:addr:python-list': 0.38; 'skip:- 10': 0.38; 'rather': 0.38; 'little': 0.38; 'stock': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'black': 0.61; 'header :Message-Id:1': 0.63; 'telling': 0.64; 'provide': 0.64; 'more': 0.64; 'kept': 0.65; 'charset:windows-1252': 0.65; 'fact,': 0.69; 'repeat': 0.74; 'informed': 0.78; './configure': 0.84; 'python- dev': 0.84; '2013,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=WJk8JwVQ/gX3Q+D9sYDf0vA+S1O7IuC/qrtxDXAnrEg=; b=mwtt4+wsP5UgpRtCVNfBOLHC8tOVrFlVrKSIfKdpFvUCYpPdlL0i7U9N9KQzT5Y04W kyKiQf84yLS2xoWPqjBxYiN0Gr3rhpX46PdpS/HtT1ZcF/p9s21yactB5JdZhCzjm+2f 9B0AEcI1GvG0R8kjccMMvrCB7HbOlMPK5aelKQC7vjiJle1HF77KcxfGFolDF0okzUKa jKnAlMgEtjlhmUhppsWlDY4UV8oy7Z8UgyYVx6VHcCf70w8SHDss7IpsML7N01xiJK1h 8RA+XrHk8pgqa6HDejsa4uBn6+TPLDIbij2bQ13ksi19JEsjae1lYg3Gj4M+rsUjCxJP Nzow== X-Received: by 10.66.188.80 with SMTP id fy16mr3782203pac.168.1383611026126; Mon, 04 Nov 2013 16:23:46 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Compiling Python3 for BeagleBone Black (Angstrom distro) From: Travis Griggs In-Reply-To: Date: Mon, 4 Nov 2013 16:23:44 -0800 Content-Transfer-Encoding: quoted-printable References: To: "python-list@python.org" X-Mailer: Apple Mail (2.1510) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383611036 news.xs4all.nl 15949 [2001:888:2000:d::a6]:43002 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58471 On Nov 4, 2013, at 9:22 AM, Travis Griggs = wrote: > I'm playing with a BeagleBone Black running the angstrom distro. Of = course, stock python is 2.7, I'd rather use python3. There isn't a = python3 package available for angstrom. So I downloaded the source and = compiled. It seemed to work pretty well. I used the basic approach = outlined in the REAMDE: >=20 > ./configure > make > make test > make install >=20 > Now, I want to repeat the process, but be a little more judicious = about what all is compiled. For example, I don't really need tk stuff = (in fact, it just kept telling me it wasn't there). And there's probably = a number of other modules/libraries in the kitchen sink known as the = stock install, that I could forgo on a tiny little computer like this. >=20 > I see, looking at ./configure --help | less, that I could provide = --disable-FEATURE and --without-PACKAGE directives to my ./configure = invocation. But what I don't see is how to generate a list of what = FEATURES/PACKAGES I could put there for consideration of omission. Is = there some magic juju that generates that? >=20 Should I have asked this question on python-dev instead? Not currently = subscribed there=85 but would if that would generate more informed = responses.