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.

Author rpq
Recipients Arfrever, eric.araujo, ronaldoussoren, rpq
Date 2011-12-23.16:12:37
SpamBayes Score 9.389978e-10
Marked as misclassified No
Message-id <1324656758.86.0.899937549668.issue13511@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-12-23 16:12:39rpqsetrecipients: + rpq, ronaldoussoren, eric.araujo, Arfrever
2011-12-23 16:12:38rpqsetmessageid: <1324656758.86.0.899937549668.issue13511@psf.upfronthosting.co.za>
2011-12-23 16:12:38rpqlinkissue13511 messages
2011-12-23 16:12:37rpqcreate