Ray <rpq...@hotmail.com> 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 not allow specifying multiple lib and include 
directories in linux.  Is there one way to do this that I overlooked? I 
included the bit about includedir, libdir, CFLAGS, and LDFLAGS in my original 
post to show what I tried.  

Is it a standard for CFLAGS AND LDFLAGS to accept multiple directories? I would 
think so.  With the current python 2.7 and linux, that simply does not work.  
But it does for darwin platforms?

>From 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 might as well use them here.

----------
title: Let ./configure accept multiple --includedir and --libdir options -> 
Specifying multiple lib and include directories on linux
versions: +Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13511>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to