Hi,
I just tried to build Python 2.7.2 with the nightly build (I'm running Debian testing) and IPA, and sadly it segfaulted (pathcc, not python).
This is exactly what I did:
The resulting output is the following: http://bpaste.net/show/16987/
I used clean sources, of course.
Now I know this is not the bugtracker for ekopath, but I didn't find a better place to post it, so here you go. Maybe the result is useful to others, too^^
I just tried to build Python 2.7.2 with the nightly build (I'm running Debian testing) and IPA, and sadly it segfaulted (pathcc, not python).
This is exactly what I did:
Code:
CC=pathcc CFLAGS="-ipa" LDFLAGS="-ipa" ./configure --without-gcc make
I used clean sources, of course.
Now I know this is not the bugtracker for ekopath, but I didn't find a better place to post it, so here you go. Maybe the result is useful to others, too^^
Comment