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


Groups > comp.lang.python > #83894 > unrolled thread

Android Native Build Help: python build_ext

Started byCyd Haselton <chaselton@gmail.com>
First post2015-01-16 12:06 -0600
Last post2015-01-16 12:06 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#83894 — Android Native Build Help: python build_ext

FromCyd Haselton <chaselton@gmail.com>
Date2015-01-16 12:06 -0600
SubjectAndroid Native Build Help: python build_ext
Message-ID<mailman.17803.1421431571.18130.python-list@python.org>
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?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web