[issue13511] Specifying multiple lib and include directories on linux

2012-02-08 Thread Éric Araujo
Éric Araujo added the comment: Ronald, is “unity platforms” a typo for “unixy platforms”? IOW, are you expressing a +1 to the feature request, despite Martin’s rejection (with which I agree)? -- ___ Python tracker

[issue13511] Specifying multiple lib and include directories on linux

2012-01-07 Thread Ronald Oussoren
Ronald Oussoren added the comment: He's probably referring to this fragment in setup.py: if platform == 'darwin': # This should work on any unixy platform ;-) # If the user has bothered specifying additional -I and -L flags # in OPT and LDFLAGS we mi

[issue13511] Specifying multiple lib and include directories on linux

2012-01-06 Thread Martin v . Löwis
Martin v. Löwis added the comment: No, I only read the original message. I find it too tedious to read the entire set of messages just to find out what the issue may be. If an issue has sufficiently deviated from the original report, it is better closed, and a new issue is opened. Even after

[issue13511] Specifying multiple lib and include directories on linux

2012-01-06 Thread Ray
Ray added the comment: Martin, did you read my last post? Did you read the updated topic? libdir and includedir are *not* the issue. So it makes sense to allow configuring multiple directories for python installation for darwin but not linux? Why? --

[issue13511] Specifying multiple lib and include directories on linux

2012-01-05 Thread Martin v . Löwis
Martin v. Löwis added the comment: See http://www.gnu.org/software/autoconf/manual/autoconf.html for a description of the includedir and libdir options: — Variable: includedir The directory for installing C header files. — Variable: libdir The directory for installing object code libraries. So

[issue13511] Specifying multiple lib and include directories on linux

2012-01-02 Thread Éric Araujo
Éric Araujo added the comment: > Whether or not includedir and libdir are supposed to allow multiple packages > is beyond me at this > point so I'll change the topic to more reflect the problem I am having. More > importantly (and > possibly related to includedir and libdir) is the fact that

[issue13511] Specifying multiple lib and include directories on linux

2011-12-23 Thread Ray
Ray added the comment: Whether or not includedir and libdir are supposed to allow multiple packages is beyond me at this point so I'll change the topic to more reflect the problem I am having. More importantly (and possibly related to includedir and libdir) is the fact that python 2.7 does n