On Tuesday, June 29, 2010, Matthew Mosby wrote: > Hello everyone, > > I am having some problems installing valgrind on my mac. I am trying > to use the regular gcc compiler (gcc4.4.4) and am running into > problems as it does not support two or the options specified in the > makefile > > -arch > -mdynamic-no-pic
I suspect you will have no luck; the build requires those flags, and the new work supporting Snow Leopard, in the MACOSX106 branch, that will get merged into the trunk, requires them even more so. Can't you just use the standard Apple 4.0 or 4.2 installation to build Valgrind, and then build your own apps with the vanilla FSF 4.4.4 ? J ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
