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 tatsujin
Recipients
Date 2005-03-12.10:44:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm not sure this is the correct place to do this, but I found the need 
for a python-config (similar to sdl-config, etc.) when building an 
C++ application that embeds python.

It accepts two arguments --cflags and --static-libs:

# ./python-config --cflags --static-libs 
-I/usr/include/python2.4
/usr/lib/python2.4/config/libpython2.4.a

I guess it could be expanded to do more, but it was all I needed.
History
Date User Action Args
2007-08-23 15:42:09adminlinkissue1161914 messages
2007-08-23 15:42:09admincreate