This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Finding X11 fails on SuSE Opteron
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, josephwinston
Priority: normal Keywords:

Created on 2004-01-07 13:36 by josephwinston, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19572 - (view) Author: Joseph Winston (josephwinston) Date: 2004-01-07 13:36
The 64 bit versions of libraries are in a different location.

A possible patch would be:

opteron:~/src/Languages/Python/Python-2.3.3 cvs diff 
setup.py 
Index: setup.py
===================================
================================
RCS 
file: /ts2/jwinston/CACHE/CVSROOT/jwinston/src/Langu
ages/Python/Python-2.3.3/setup.py,v
retrieving revision 1.1
diff -r1.1 setup.py
986a987,989
>         elif os.path.exists('/usr/X11R6/lib64'):
>             include_dirs.append('/usr/X11R6/include') 
>             added_lib_dirs.append('/usr/X11R6/lib64')
msg19573 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-09-22 06:47
Logged In: YES 
user_id=1188172

Your proposed path has been applied in 2004-11-13.
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39779
2004-01-07 13:36:33josephwinstoncreate