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 raorn
Recipients
Date 2004-10-05.06:51:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Missing documentation part about linking program with
libpython (embedding python). Questions are:

How one can get needed CFLAGS (-I... -D...)

How one can get needed LDFLAGS (-L... -l...)

For now, applications assumes that headers located in
PREFIX/include/pythonX.Y, libraries located in
EXEC_PREFIX/lib/pythonX.Y/config
History
Date User Action Args
2008-01-20 09:57:12adminlinkissue1040439 messages
2008-01-20 09:57:12admincreate