|
From: AnuragT <anu...@ya...> - 2007-05-17 23:26:59
|
Hi, I need to use valgrind on AIX 4.3.3 and I have xlC compiler installed. Does valgrind support it ? Could somebody tell me how to use it ? I saw a mail from Tom which asked to use svc checkout anf some trunk directory from svc repositry. I am not familiar wiht it. Could somebody please tell me about it ? Anurag Tangri -- View this message in context: http://www.nabble.com/how-to-use-valgrind-on-AIX-4.3-with-xlC-compiler-tf3774915.html#a10674122 Sent from the Valgrind - Users mailing list archive at Nabble.com. |
|
From: Dallman, J. <jg...@ug...> - 2007-05-18 14:08:51
|
> I need to use valgrind on AIX 4.3.3 and I have xlC compiler=20 > installed. Does valgrind support it? No. See http://www.valgrind.org/info/platforms.html Valgrind supports 32-bit and 64-bit PowerPC on Linux, but not on AIX.=20 > I saw a mail from Tom which asked to use svc checkout anf some trunk > directory from svc repositry. I am not familiar with it.=20 Don't worry.=20 --=20 John Dallman |
|
From: Nicholas N. <nj...@cs...> - 2007-05-19 01:22:14
|
On Fri, 18 May 2007, Dallman, John wrote: >> I need to use valgrind on AIX 4.3.3 and I have xlC compiler >> installed. Does valgrind support it? > > No. See http://www.valgrind.org/info/platforms.html > > Valgrind supports 32-bit and 64-bit PowerPC on Linux, but not on AIX. That page is correct with respect to the released versions of Valgrind, but the code in the repository does support AIX (hence Tom's comment), but only AIX version 5.2 and above. Nick |