|
From: ERIC B. B. T. A. <eb...@bl...> - 2005-11-19 20:09:33
|
In the past I have successfully used valgrind in a Redhat Linux system. Currently I am experimenting with the GNU/Interix/Microsoft-Services-for-Unix platform. Interix has ported hundreds of GNU packages to the Interix/MS-SFU environment. See http://www.microsoft.com/technet /interopmigration/unix/sfu/default.mspx for information about MS-SFU and http://www.interopsystems.com for information about Interix and the Interix Toolworks. Unfortunately, valgrind is not in the list of packages ported to GNU/Interix/MS-SFU. I tried downloading valgrind and building it in the GNU/Interix/MS-SFU environment, but I got bogged down in various configure (e.g. glibc version) and compiler complaints (a.out.h is needed and missing). I'm hoping that someone with the right knowledge of the relevant issues could succeed in porting valgrind fairly quickly. Thanks, Eric |
|
From: Nicholas N. <nj...@cs...> - 2005-11-19 20:53:03
|
On Sat, 19 Nov 2005, ERIC BERGER, BLOOMBERG/ TEL AVIV wrote: > I'm hoping that someone with the right knowledge of the relevant issues > could succeed in porting valgrind fairly quickly. See http://www.valgrind.org/info/platforms.html, under "Porting Plans". Nick |