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-08.17:22:08
SpamBayes Score 0.0009213517
Marked as misclassified No
Message-id <1323364929.32.0.97183339187.issue13511@psf.upfronthosting.co.za>
In-reply-to
Content
Compiling using the includedir/libdir flags with colon as separators for the multiple directories got me an error after performing 'make':

Makefile:782: *** target pattern contains no `%'.  Stop.

Additionally, I would like to emphasize the fact that I could not find another way to specify multiple lib and include directories when compiling Python 2.7 on Linux using the current setup.py.
History
Date User Action Args
2011-12-08 17:22:09rpqsetrecipients: + rpq, ronaldoussoren, eric.araujo, Arfrever
2011-12-08 17:22:09rpqsetmessageid: <1323364929.32.0.97183339187.issue13511@psf.upfronthosting.co.za>
2011-12-08 17:22:08rpqlinkissue13511 messages
2011-12-08 17:22:08rpqcreate