Re: [Python-Dev] Relocating Python

2008-07-29 Thread Casey Duncan
On Jul 29, 2008, at 12:56 PM, Lupusoru, Razvan A wrote: Hello, I am trying to get Python 2.5.2 working for an IA32 system. The compilation is done on an Ubuntu 8.04.1 dev system. I am using a custom gcc and ld specific to the IA32 system. This is my makefile: #

[Python-Dev] Relocating Python

2008-07-29 Thread Lupusoru, Razvan A
Hello, I am trying to get Python 2.5.2 working for an IA32 system. The compilation is done on an Ubuntu 8.04.1 dev system. I am using a custom gcc and ld specific to the IA32 system. This is my makefile: ## BUILD_DEST = /i686-custom-kernel CC = $(BUILD_DEST)/b