<html><body><div><br><br>On 20 Sep, 2010,at 04:31 PM, Tom Browder &lt;tom.browder@gmail.com&gt; wrote:<br><br></div><div><blockquote type="cite"><div><div class="_stretch">Continuing on with investigating Python 2.7 build problems, one<br>
problem I just discovered is a different installation on one 64-bit<br>
system (Debian Lenny) versus another (Ubuntu 10.04.1 LTS).<br>
<br>
I used gcc-4.5.1 on both systems, with no *PY* environment variables set.<br>
<br>
On Debian I got two directories:<br>
<br>
  /usr/local/lib64/python2.7<br>
  /usr/local/lib/python2.7<br>
<br>
and only the first had the "config" subdirectory.<br>
<br>
On Ubuntu I got only<br>
<br>
  /usr/local/lib/python2.7<br>
<br>
I see that the configure file has some architecture choices<br>
(--with-universal-archs=ARCH) but no explanation about the<br>
consequences.<br>
<br>
Can anyone explain the two different "default" installations I got?<br>
<br>
It seems to me I should force the Ubuntu-style installation by  the<br>
"--with-universal-archs=64-bit" configure option, and I will try that<br>
on Debian while I await expert help.</div></div></blockquote><span>&nbsp;</span></div><div><span></span>--with-universal-archs only does something on OSX, and then only when --with-universalsdk is specified. It is used to select which processor architectures are included in a "universal binary" build of Python.&nbsp;</div><div><br></div><div>Ronald<br><blockquote type="cite"><div><div class="_stretch"><br>
<br>
Thanks.<br>
<br>
-Tom<br>
_______________________________________________<br>
Python-Dev mailing list<br>
Python-Dev@python.org<br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" _mce_href="http://mail.python.org/mailman/listinfo/python-dev">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/ronaldoussoren%40mac.com" _mce_href="http://mail.python.org/mailman/options/python-dev/ronaldoussoren%40mac.com">http://mail.python.org/mailman/options/python-dev/ronaldoussoren%40mac.com</a><br>
</div></div></blockquote></div></body></html>