Re: Problem while building Python 3.6 from source.

2017-01-15 Thread Chris Angelico
On Mon, Jan 16, 2017 at 7:55 AM, Michael S wrote: > @ChrisA: I tried your advice and think it worked. So, I just used $ > ./configure and then $ make. Then I was not sure, whether it had > worked so I used $ make test and got a fairly long result. At the end > there was a line like "test successfu

Re: Problem while building Python 3.6 from source.

2017-01-15 Thread Michael S
Thanks Thomas and ChrisA! @Thomas: I don't know.. Unfortunately I am not as skilled as to be able to find out.. @ChrisA: I tried your advice and think it worked. So, I just used $ ./configure and then $ make. Then I was not sure, whether it had worked so I used $ make test and got a fairly long r

Re: Problem while building Python 3.6 from source.

2017-01-13 Thread Chris Angelico
On Sat, Jan 14, 2017 at 5:00 AM, Michael S wrote: > Hello, > I am new to this mailing-list and I really don't know whether this > mail should belong to python-dev. Please tell me, if so. Hi and welcome! This kind of thing is best on this list initially. > Unfortunately, I have got the following

Re: Problem while building Python 3.6 from source.

2017-01-13 Thread Thomas Nyberg
On 01/13/2017 10:00 AM, Michael S wrote: '*** Error in ./python'" free(): invalid next size (normal): 0x015bdf90 ***'. Are you possibly running out of memory due to the extra concurrent compilations? Cheers, Thomas -- https://mail.python.org/mailman/listinfo/python-list

Problem while building Python 3.6 from source.

2017-01-13 Thread Michael S
Hello, I am new to this mailing-list and I really don't know whether this mail should belong to python-dev. Please tell me, if so. Unfortunately, I have got the following problem: I wanted to build and install Python 3.6 from source but did not succeed. To clarify my situation, I got as an operat