[Python-bugs-list] [ python-Bugs-629345 ] build does not respect --prefix
noreply@sourceforge.net
noreply@sourceforge.net
Sun, 27 Oct 2002 00:10:02 -0700
Bugs item #629345, was opened at 2002-10-27 07:10
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=629345&group_id=5470
Category: Build
Group: Python 2.1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Philip Brown (theferret)
Assigned to: Nobody/Anonymous (nobody)
Summary: build does not respect --prefix
Initial Comment:
I want to compile python with a different prefix.
I use configure --prefix=/my/stuf
but some things are still hardcoded to look in /usr/local
for example, setup.py
This stops extensions like bsddb from being built, even
though the include files are present in $prefix/include
Even if I go the extra mile to do export
CPPFLAGS=/my/stuff,
and the configure script successfully detects I have
db.h...
it STILL does not compile bsddb until I make a link from
/my/stuff/include/db.h to /usr/local/include/db.h
Please fix all those locations that have hardcodes for
/usr/local
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=629345&group_id=5470