On Sun Jan 25 2015 at 7:08:53 AM Antoine Pitrou wrote:
> On Sun, 25 Jan 2015 05:22:48 +
> "Gregory P. Smith" wrote:
> > Why doesn't our Makefile supply that flag with the make parallelism level
> > in the sharedmods step?
>
> If I run "make -j4" here, it works (on the default branch).
>
Tha
Thanks...this looks interesting Antonio. I'm not familiar enough with
Makefile syntax and creation to know if this can help in my case and
(fingers crossed) I believe I've just about solved my original
undefined reference to dlopen problem, but I'll be bookmarking it for
future reference (and in c
Since (judging from the lack of responses) setup.py can't be removed
from the Makefile, I kept troubleshooting.I've managed to get the
build to complete and make install runs instead of throwing an
undefined reference right off the bat, unfortunately I've run into the
following:
ImportError: No mo
On Sun, 25 Jan 2015 05:22:48 +
"Gregory P. Smith" wrote:
> Why doesn't our Makefile supply that flag with the make parallelism level
> in the sharedmods step?
If I run "make -j4" here, it works (on the default branch).
Regards
Antoine.
___
Python-
I tried a Makefile based build of python (+ some module) in the past for
Android (and macos):
https://bitbucket.org/cavallo71/android
There was no particular problem in dropping autoconfigure+setup.py in the process: the only real problem was the pgen must be
compiled on the host machine (b
Why doesn't our Makefile supply that flag with the make parallelism level
in the sharedmods step?
On Sat Jan 24 2015 at 2:25:45 PM Antoine Pitrou wrote:
> On Sat, 24 Jan 2015 21:53:06 +0100
> "M.-A. Lemburg" wrote:
> >
> > BTW: Parallel execution, cross compilation can be added
> > to setup.py.
On Sat, 24 Jan 2015 21:53:06 +0100
"M.-A. Lemburg" wrote:
>
> BTW: Parallel execution, cross compilation can be added
> to setup.py. I don't think parallel execution is all
> that important,
$ ./python setup.py build_ext --help
[...]
--parallel (-j) number of parallel build jobs
Regards
On Sat, Jan 24, 2015 at 2:23 PM, Zachary Ware wrote:
> On Saturday, January 24, 2015, Brett Cannon wrote:
>>
>> On Fri Jan 23 2015 at 5:45:28 PM Gregory P. Smith wrote:
>>>
>>> On Fri Jan 23 2015 at 11:20:02 AM M.-A. Lemburg wrote:
On 23.01.2015 19:48, Matthias Klose wrote:
> On
On Saturday, January 24, 2015, Brett Cannon wrote:
> On Fri Jan 23 2015 at 5:45:28 PM Gregory P. Smith > wrote:
>
>> On Fri Jan 23 2015 at 11:20:02 AM M.-A. Lemburg > > wrote:
>>
>>> On 23.01.2015 19:48, Matthias Klose wrote:
>>> > On 01/23/2015 06:30 PM, Cyd Haselton wrote:
>>> >> Related to my
On 24.01.2015 21:23, Zachary Ware wrote:
> On Saturday, January 24, 2015, Brett Cannon wrote:
>
>> On Fri Jan 23 2015 at 5:45:28 PM Gregory P. Smith > > wrote:
>>
>>> On Fri Jan 23 2015 at 11:20:02 AM M.-A. Lemburg >> > wrote:
>>>
On 23.01.2015 19:48, Matthias Klose wrote:
> On 01/23/201
On Fri Jan 23 2015 at 5:45:28 PM Gregory P. Smith wrote:
> On Fri Jan 23 2015 at 11:20:02 AM M.-A. Lemburg wrote:
>
>> On 23.01.2015 19:48, Matthias Klose wrote:
>> > On 01/23/2015 06:30 PM, Cyd Haselton wrote:
>> >> Related to my earlier question regarding building Python on Android
>> >> and a
On Fri, Jan 23, 2015 at 12:48 PM, Matthias Klose wrote:
> On 01/23/2015 06:30 PM, Cyd Haselton wrote:
>> Related to my earlier question regarding building Python on Android
>> and an undefined reference to dlopen error...I have the following
>> question: Is it possible to build and install Python
On Fri, Jan 23, 2015 at 12:48 PM, Matthias Klose wrote:
> On 01/23/2015 06:30 PM, Cyd Haselton wrote:
>> Related to my earlier question regarding building Python on Android
>> and an undefined reference to dlopen error...I have the following
>> question: Is it possible to build and install Python
On Fri Jan 23 2015 at 11:20:02 AM M.-A. Lemburg wrote:
> On 23.01.2015 19:48, Matthias Klose wrote:
> > On 01/23/2015 06:30 PM, Cyd Haselton wrote:
> >> Related to my earlier question regarding building Python on Android
> >> and an undefined reference to dlopen error...I have the following
> >>
On Fri, Jan 23, 2015 at 1:19 PM, M.-A. Lemburg wrote:
> On 23.01.2015 19:48, Matthias Klose wrote:
>> On 01/23/2015 06:30 PM, Cyd Haselton wrote:
>>> Related to my earlier question regarding building Python on Android
>>> and an undefined reference to dlopen error...I have the following
>>> questi
On 23.01.2015 21:56, Cyd Haselton wrote:
> On Fri, Jan 23, 2015 at 1:19 PM, M.-A. Lemburg wrote:
>> On 23.01.2015 19:48, Matthias Klose wrote:
>>> On 01/23/2015 06:30 PM, Cyd Haselton wrote:
Related to my earlier question regarding building Python on Android
and an undefined reference to
On 23.01.2015 19:48, Matthias Klose wrote:
> On 01/23/2015 06:30 PM, Cyd Haselton wrote:
>> Related to my earlier question regarding building Python on Android
>> and an undefined reference to dlopen error...I have the following
>> question: Is it possible to build and install Python without havin
On Fri, Jan 23, 2015 at 12:48 PM, Matthias Klose wrote:
> On 01/23/2015 06:30 PM, Cyd Haselton wrote:
>> Related to my earlier question regarding building Python on Android
>> and an undefined reference to dlopen error...I have the following
>> question: Is it possible to build and install Python
On 01/23/2015 06:30 PM, Cyd Haselton wrote:
> Related to my earlier question regarding building Python on Android
> and an undefined reference to dlopen error...I have the following
> question: Is it possible to build and install Python without having
> to build and install...or use...distutils?
>
Related to my earlier question regarding building Python on Android
and an undefined reference to dlopen error...I have the following
question: Is it possible to build and install Python without having
to build and install...or use...distutils?
Some background:
I can build the python interpreter
20 matches
Mail list logo