[Patches] [ python-Patches-858809 ] Use directories from configure rather than hardcoded

SourceForge.net noreply at sourceforge.net
Mon Sep 11 19:44:50 CEST 2006


Patches item #858809, was opened at 2003-12-12 11:24
Message generated for change (Comment added) made by spektrum
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=858809&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Michal Čihař (nijel)
Assigned to: Nobody/Anonymous (nobody)
Summary: Use directories from configure rather than hardcoded

Initial Comment:
Current Makefile.pre.in contains paths like
$(exec_prefix)/lib, which bad especially for mixed
32-bit and 64-bit systems, where 64-bit things should
go to /lib64. Attached patch changes these paths to
@libdir@ (and does also simmilar changes for other
paths), which is usually outputed from configure.

----------------------------------------------------------------------

Comment By: Matejcik (spektrum)
Date: 2006-09-11 19:44

Message:
Logged In: YES 
user_id=631694

this patch confuses the python 2.5 build process in a very
mysterious way - setup.py ends up using
-L/usr/lib/python2.5/config instead of -L. for
libpython2.5.so, which is obviously wrong.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=858809&group_id=5470


More information about the Patches mailing list