<p dir="ltr"><br>
</p>
<p dir="ltr"></p>
<p dir="ltr">On Mon, Sep 1, 2014, 15:16 Victor Stinner <<a href="mailto:victor.stinner@gmail.com">victor.stinner@gmail.com</a>> wrote:</p>
<blockquote><p dir="ltr">Hi,</p>
<p dir="ltr">My bashrc sets MAKEFLAGS to -j9 and Python compilation works fine on Fedora 20 with GNU make and GCC. My computer has 8 cores (4 physical with hyper threading).</p>
<p dir="ltr">It looks like your compiler is Clang. What is your OS and OS </p>
</blockquote>
<blockquote><p dir="ltr">version?<br></p>
<p dir="ltr">I compile with -j8 with Clang on OS X and never have issues.</p>
<p dir="ltr">-Brett</p>
</blockquote>
<blockquote><p dir="ltr"></p>
<p dir="ltr">Can you try to run make in verbose mode and attach the full log to your email? Ex: try make SHELL="bash -x" to see executed shell commands. (Run "make clean" before)</p>
<p dir="ltr">Victor</p>
<p dir="ltr">_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</p>
</blockquote>
<p dir="ltr"><br>
</p>