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 jcea
Recipients automatthias, jcea
Date 2011-11-15.14:47:32
SpamBayes Score 4.7741395e-08
Marked as misclassified No
Message-id <1321368453.65.0.177664234776.issue13398@psf.upfronthosting.co.za>
In-reply-to
Content
Can you add the missing library path in CFLAGS and LDFLAGS environment variables?.

Something like: (from a fresh source code)

./configure OPTIONS CFLAGS=-Ipath LDFLAGS=-Ipath

If that works, we can explore why the path is not detected automatically.

Do your path contains any unusual character, like spaces?

Tell me the exact "configure" line you are using.

Have you tried to build python 3.3? (unreleased yet, current development version)

The include directorios is defined in "Makefile", variable PY_CPPFLAGS. In my system, that is "-I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS". What is the value in your system? (after the configure step).
History
Date User Action Args
2011-11-15 14:47:33jceasetrecipients: + jcea, automatthias
2011-11-15 14:47:33jceasetmessageid: <1321368453.65.0.177664234776.issue13398@psf.upfronthosting.co.za>
2011-11-15 14:47:33jcealinkissue13398 messages
2011-11-15 14:47:32jceacreate