maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Tip: How to compile Python 3000 on N810 (https://talk.maemo.org/showthread.php?t=25457)

metageek 2008-12-08 15:53

Tip: How to compile Python 3000 on N810
 
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.)

kuro 2009-02-15 03:20

Re: Tip: How to compile Python 3000 on N810
 
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


All times are GMT. The time now is 11:58.

vBulletin® Version 3.8.8