Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83894 > unrolled thread
| Started by | Cyd Haselton <chaselton@gmail.com> |
|---|---|
| First post | 2015-01-16 12:06 -0600 |
| Last post | 2015-01-16 12:06 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Android Native Build Help: python build_ext Cyd Haselton <chaselton@gmail.com> - 2015-01-16 12:06 -0600
| From | Cyd Haselton <chaselton@gmail.com> |
|---|---|
| Date | 2015-01-16 12:06 -0600 |
| Subject | Android 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?
Back to top | Article view | comp.lang.python
csiph-web