From: Rhys K. <rhy...@gm...> - 2015-09-21 13:17:39
|
Hello C D, Thanks for testing the Valgrind pre-release on your OS X hardware. At presently, I'm inclined to say that OS X 10.6 systems are unlikely to get much developer priority. I have development environments setup as far back as OS X 10.7 that I routinely test with. There is no guarantee that 10.6 and earlier will work with Valgrind 3.11 I'm afraid. This situation might change in future, but with further passage of time it is likely the user-driven demand will reduce as well. I am happy that it has passed basic smoke tests for you on 10.8. Regards, Rhys On 21 September 2015 at 22:30, C D <mac...@ya...> wrote: > > A test tarball is available at> http://valgrind.org/downloads/valgrind-3.11.0.TEST1.tar.bz2 <http://valgrind.org/downloads/valgrind-3.11.0.TEST1.tar.bz2> > > (md5 = 6a858b4a1e98db8c82bc6bc9c760873b) > > > > Please test it on systems that are important for you and report any failures > > (and successes!). > > Thanks! And sorry for the possibly wrong format of this answer. > > * Build success (at least "./configure;make") on Mac OS 10.8.5. > > * Build failure on Mac OS 10.6.8: > > $ make > [...] > link_tool_exe_darwin: /usr/bin/ld -static -arch i386 -macosx_version_min 10.5 -o memcheck-x86-darwin -u __start -e __start -image_base 0x38000000 -stack_addr 0x34000000 -stack_size 0x800000 memcheck_x86_darwin-mc_leakcheck.o memcheck_x86_darwin-mc_malloc_wrappers.o memcheck_x86_darwin-mc_main.o memcheck_x86_darwin-mc_translate.o memcheck_x86_darwin-mc_machine.o memcheck_x86_darwin-mc_errors.o ../coregrind/libcoregrind-x86-darwin.a ../VEX/libvex-x86-darwin.a > /usr/bin/ld_classic: Undefined symbols: > ___clzdi2 > ___ctzdi2 > make[3]: *** [memcheck-x86-darwin] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > $ uname -a > Darwin io.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 > $ gcc --version|head -1 > i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) > $ > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > > |