Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to install valgrind on os x (snow leopard/10.6.3). When I run the provided ./configure script I get an error saying:

checking for the kernel version... unsupported (10.3.0)
configure: error: Valgrind works on Darwin 9.x (Mac OS X 10.5)

Has anyone else had experience with this? Can I just delete that line in the configure file?

Thanks.

share|improve this question

2 Answers

up vote 1 down vote accepted

Check out the release notes for Valgrind 3.5 (latest release as of this writing). It specifically states that Snow Leopard (OS X 10.6) is not supported.

share|improve this answer
Oops, I guess I didn't see that. Thanks anyways... – amc Jul 1 '10 at 22:02

The in-development version is easy to install on Snow Leopard using MacPorts. Install the package "valgrind-devel".

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.