Hi Maciej On Tue, Apr 22, 2014 at 04:54:26PM +0100, Maciej (Matchek) Blizi??ski wrote: > 2014-04-22 16:17 GMT+01:00 Rafael Ostertag <[email protected]>: > > Is there a particular reason, you set > > > > MACHDEP = $(ISA) > > EXTRA_CONFIGURE_EXPORTS += MACHDEP > > > > By doing so, some internal configure variables won't be set which in turn > > lead > > to Makefile using `ld' instead of `gcc'. > > Hm, ok. I'm trying to work around http://bugs.python.org/issue18083 > and modify paths to make the architecture dependent. MACHDEP is > probably a wrong approach though. I'd like to do what they suggest in > the bug report in python.org, but I don't know yet how to do it.
I don't know if it helps or gives some consolation, but I just had a glance at the Fedora SRPM for python 3.3.0. They use a patch which replaces 'lib' by 'lib64' in following files Lib/distutils/command/install.py Lib/distutils/sysconfig.py Lib/site.py Lib/sysconfig.py Lib/test/test_site.py Makefile.pre.in Modules/getpath.c setup.py cheers rafi
