Hi Alexis, On Wed, Jul 3, 2013 at 4:04 PM, Alexis BRENON <[email protected]> wrote: > Is anyone got any idea where I can search to debug this ?
Check first that compiling programs works at all. Then, still with a 5-lines example .c, try to add options to gcc one at a time until you reach a very similar command-line to the one in the generated Makefile. I bet it crashes at some point. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
