Active Topics

 


Reply
Thread Tools
Posts: 8 | Thanked: 1 time | Joined on May 2007
#1
I got Python 3000 (aka 3.0) to compile on my N810. Tip: by default, it uses -O3, which causes gcc (3.4.4) to crash. (I've seen this before; -O3 is so aggressive that some complex C code can make it choke.) Just edit the generated Makefile. It's in just one place, so just search for -O3. (The configure script seems to have no options to set the -O level; setting CFLAGS didn't work.)
 
Posts: 1 | Thanked: 0 times | Joined on Feb 2009
#2
Hello, i am trying to make py3k too. But I don't quite know how. Ran ./configure and didn't work straight away.

Can some one list the steps if it differs from the usual make && make install steps?

Many thanks
 
Reply

Tags
gcc, python


 
Forum Jump


All times are GMT. The time now is 16:53.