Re: [Python-Dev] Undefined dlopen When Building Module On Android

2015-01-24 Thread Cyd Haselton
> From: Cyd Haselton [mailto:chasel...@gmail.com] >> Sent: Friday, January 23, 2015 10:50 AM >> To: Brett Cannon >> Cc: Guido van Rossum; Python-Dev >> Subject: Re: [Python-Dev] Undefined dlopen When Building Module On Android >> >> I guess I'll keep waiting...giv

Re: [Python-Dev] Undefined dlopen When Building Module On Android

2015-01-24 Thread Cyd Haselton
Replies in body of message for clarity: On Sat, Jan 24, 2015 at 5:08 PM, Frank, Matthew I wrote: > Android's dlopen() works slightly differently than the normal Unix dlopen() > in at least two different ways. I haven't seen your particular problem, but > that's probably because I'm cross-build

Re: [Python-Dev] Undefined dlopen When Building Module On Android

2015-01-24 Thread Frank, Matthew I
l...@gmail.com] > Sent: Friday, January 23, 2015 10:50 AM > To: Brett Cannon > Cc: Guido van Rossum; Python-Dev > Subject: Re: [Python-Dev] Undefined dlopen When Building Module On Android > > I guess I'll keep waiting...given the zero responses I've gotten from the > a

Re: [Python-Dev] Undefined dlopen When Building Module On Android

2015-01-23 Thread Cyd Haselton
I guess I'll keep waiting...given the zero responses I've gotten from the android side. :-(. In the meantime...in case anyone is interested... since I have the working binary, I executed it and went through each command in setup.py to see what throws the 'undefined reference to dlopen' error. Turn

Re: [Python-Dev] Undefined dlopen When Building Module On Android

2015-01-22 Thread Brett Cannon
A mobile SIG is being formed, but it doesn't have a mailing list yet, else that would be a good place to ask this question. On Wed Jan 21 2015 at 5:54:39 PM Guido van Rossum wrote: > Maybe try a list focused on Android development? Few people in the Python > core development community have any A

Re: [Python-Dev] Undefined dlopen When Building Module On Android

2015-01-21 Thread Guido van Rossum
Maybe try a list focused on Android development? Few people in the Python core development community have any Android experience. But the issues and context you offer seem to be related to the Android world, not to Python. (dlopen is used by a lot of systems, not just Python.) On Wed, Jan 21, 2015

Re: [Python-Dev] Undefined dlopen When Building Module On Android

2015-01-21 Thread Cyd Haselton
On Mon, Jan 19, 2015 at 5:23 PM, Cyd Haselton wrote: > On Mon, Jan 19, 2015 at 8:51 AM, Cyd Haselton wrote: >> Hello, >> I'm struggling with a build issue on Android; I've posted to the >> general python list with no result, so I'm re-posting here in hopes >> that someone can help. If this is th

[Python-Dev] Undefined dlopen When Building Module On Android

2015-01-19 Thread Cyd Haselton
Hello, I'm struggling with a build issue on Android; I've posted to the general python list with no result, so I'm re-posting here in hopes that someone can help. If this is the wrong place feel free to let me know. I'm attempting to build Python 2.7.8 on my Android device; I'm using an environme