On Tue, Oct 21, 2014 at 1:57 PM, Chris Angelico wrote:
> On Wed, Oct 22, 2014 at 5:53 AM, Cyd Haselton wrote:
> > I forgot to add...I also removed and/or commented out lines referencing
> > Modules/pwdmodule.o.
>
> Sounds like the normal sort of work involved in portin
I need to add a linker option to the command(s) run by setup.py when
building various objects. I'm not familiar with Python at all, so I
basically copied and modified a line from one area of the script to
another
ext_modules=[Extension('_struct', ['_struct.c'], extra_link_args =
['Wl,--allow-shl
On Mon, Oct 27, 2014 at 3:39 PM, Ned Deily wrote:
> In article
> ,
> Cyd Haselton wrote:
>> I need to add a linker option to the command(s) run by setup.py when
>> building various objects. I'm not familiar with Python at all, so I
>> basically copied and modi
On Tue, Oct 28, 2014 at 3:11 AM, Ned Deily wrote:
> In article
> ,
> Cyd Haselton wrote:
> [...]
>> I'm building python on an Android device in the KBOX
>> environment...which simulates a Unix type filesystem.
>> Python isn't installed; I'm buildi
On Tue, Oct 28, 2014 at 4:01 PM, Ned Deily wrote:
> In article
> ,
> Cyd Haselton wrote:
>
>> On Tue, Oct 28, 2014 at 3:11 AM, Ned Deily wrote:
>> > In article
>> > ,
>> > Cyd Haselton wrote:
>> > [...]
>> >> I'm bui
On Tue, Oct 28, 2014 at 4:01 PM, Ned Deily wrote:
> In article
> ,
> Cyd Haselton wrote:
>
>> On Tue, Oct 28, 2014 at 3:11 AM, Ned Deily wrote:
>> > In article
>> > ,
>> > Cyd Haselton wrote:
>> > [...]
>> >> I'm bui
On Sat, Nov 1, 2014 at 5:52 AM, Ned Deily wrote:
> In article
> ,
> Cyd Haselton wrote:
>> So, after trying various ways to add that flag before lpython in
>> setup.py, I stripped all --allow-shlib-undefined
>> --no-allow-shlib-undefined feom the Makefile, ran make
On Sat, Nov 1, 2014 at 1:47 PM, Cyd Haselton wrote:
> On Sat, Nov 1, 2014 at 5:52 AM, Ned Deily wrote:
>> In article
>> ,
>> Cyd Haselton wrote:
>>> So, after trying various ways to add that flag before lpython in
>>> setup.py, I stripped all --all
On Sat, Nov 1, 2014 at 5:25 PM, Ned Deily wrote:
> In article
> ,
> Cyd Haselton wrote:
>> On Sat, Nov 1, 2014 at 1:47 PM, Cyd Haselton wrote:
> [...]
>> > Sure enough, nm -D libm.so shows that sincos is NOT available in that
>> > library on my Android
On Sun, Nov 2, 2014 at 3:38 PM, Ned Deily wrote:
> In article
> ,
> Cyd Haselton wrote:
>> Just checking: is sincos() the same as sin() and cos()? Nm output for
>> my toolchain's libm does show sin() and cos() just not sincos()
>
> See, this is what you get when
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
Hello,
If I have a problem with building Python on an Android device, would
this be the list to post it to, or should I post it to python-help or
python-dev?
Thanks!
Cyd
--
https://mail.python.org/mailman/listinfo/python-list
On Tue, Oct 21, 2014 at 12:36 PM, Chris Angelico wrote:
> On Wed, Oct 22, 2014 at 2:32 AM, Cyd Haselton wrote:
>> Hello,
>> If I have a problem with building Python on an Android device, would
>> this be the list to post it to, or should I post it to python-help or
13 matches
Mail list logo