Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #83894

Android Native Build Help: python build_ext

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <chaselton@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.009
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'executable': 0.09; 'newly': 0.09; 'throws': 0.09; 'runs': 0.10; 'subject:Help': 0.11; 'python': 0.11; 'afterwards': 0.16; 'build_ext': 0.16; 'order?': 0.16; 'subject:python': 0.16; 'do.': 0.18; 'library': 0.18; 'module': 0.19; 'trying': 0.19; 'command': 0.22; 'to:name:python- list@python.org': 0.22; 'environment': 0.24; "i've": 0.25; 'certain': 0.27; 'tried': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'figure': 0.32; 'option': 0.32; 'run': 0.32; 'running': 0.33; 'problem': 0.35; 'received:google.com': 0.35; 'building': 0.35; 'error.': 0.37; 'so,': 0.37; 'to:addr:python- list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'manually': 0.60; 'results.': 0.60; 'subject:Build': 0.68; 'subject:Native': 0.91; 'subject:Android': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3Xos1f59TAxPQQveq13NrxdFOprjYN2iZJLWHNvMSW0=; b=nQV9OD68up82Fb5juqxVFbOHSTW0FDaHfgpgh7ZKINDPfWl67FhHHSWtL4Nm9D/7tA zbN5QHKZsJcHHnVpzK0ncdUkGNhMG8g5VhyEAoMuacs63YccwtUaJTShAa2aUNCPt4V2 6o/oP2f2ytJIMgib7QU0VL7W3QdxC6Q4IHaR672k+BmkfSm5CHeIge1dkTDK+4UduCXs 4tNYqUL6rhQeeQgvdcp+HcXZGQG0fZndiwE5d30UeZA55hgx6CQkvQ/7FSfgocyYefrm n5XmP+cFMxzGa1L3a3wLI8hciMJFst/ivjU0C5isGFc3rReAyQB0eJ9mQ9g23CH1uviv WkYA==
MIME-Version 1.0
X-Received by 10.202.55.198 with SMTP id e189mr9702300oia.80.1421431561430; Fri, 16 Jan 2015 10:06:01 -0800 (PST)
Date Fri, 16 Jan 2015 12:06:01 -0600
Subject Android Native Build Help: python build_ext
From Cyd Haselton <chaselton@gmail.com>
To "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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 <http://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>
Newsgroups comp.lang.python
Message-ID <mailman.17803.1421431571.18130.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1421431571 news.xs4all.nl 2869 [2001:888:2000:d::a6]:50161
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:83894

Show key headers only | View raw


I'm building python on my Android tablet and, while the executable and
library builds successfully, I run into a problem when the newly built
python runs build_ext; it builds the _struct module and then
immediately afterwards my build environment throws an 'undefined
reference to dlopen' error.

To figure out what is missing dlopen, I need to somehow figure out
what build_ext is trying to do.  I've tried running the command
manually with the --verbose option with no results.

Does build_ext build modules in a certain order?  If so, what is that order?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Android Native Build Help: python build_ext Cyd Haselton <chaselton@gmail.com> - 2015-01-16 12:06 -0600

csiph-web