On Sat, Apr 24, 2004 at 09:57:20PM +0100, S�rgio Monteiro Basto wrote:
> seems that I don't have any ~/.valgrindrc 
> 
> have someone one example of this file ?

You don't need a .valgrindrc. Just run

$ valgrind <name of file>

To prove it, here's me excuting valgrind on the box in front of me:

$ ls -l ~/.valgrindrc
ls: /home/phil/.valgrindrc: No such file or directory
$ valgrind ~/bin/make-image-page
==11136== Memcheck, a memory error detector for x86-linux.
==11136== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward.
==11136== Using valgrind-2.1.1, a program supervision framework for x86-linux.
==11136== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward.
==11136== For more details, rerun with: -v
==11136==
/home/phil/bin/make-image-page <imagefile to publish>

(make-image-page doesn't do very much if you don't give it any
arguments you'll note. No memory leaks though!)

Phil

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to