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


Groups > comp.lang.python > #83894

Android Native Build Help: python build_ext

Date 2015-01-16 12:06 -0600
Subject Android Native Build Help: python build_ext
From Cyd Haselton <chaselton@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.17803.1421431571.18130.python-list@python.org> (permalink)

Show all headers | 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