RE: Why won't Python 2/3 compile when I have valgrind installed?

2013-05-24 Thread Carlos Nepomuceno
You probably need 'valgrind-devel' package installed. > Date: Fri, 24 May 2013 20:59:22 -0400 > Subject: Why won't Python 2/3 compile when I have valgrind installed? > From: yoursurrogate...@gmail.com > To: python-list@python.org &g

Why won't Python 2/3 compile when I have valgrind installed?

2013-05-24 Thread Yves S. Garret
This isn't a huge issue, but I'm wondering. I'm running Mac OS X, I tried to configure with --with-valgrind and this is the error that I got: configure: error: Valgrind support requested but headers not available Now, I have valgrind installed, so it should work, yes? If someone has any extra in