|
From: Chris P. <jud...@gm...> - 2008-11-04 22:04:33
|
OK so forget most of my jabbering. To get back to the original question. The make install output looks fine. Try 'valgrind --version' to see if it is installed. If it is then try 'valgrind ls' or 'valgrind --tool=memcheck ls' On Wed, Nov 5, 2008 at 5:16 AM, tom fogal <tf...@al...> wrote: > "Chris Packham" <jud...@gm...> writes: > > If you do want to compile your own valgrind from source the normal steps > are > > below. I emphasise the fact that its probably easier to get it from your > > package installation system (I don't know what freeBSD uses for this) > rather > > than building it from scratch. > > The open source BSDs have a `ports' system, which is a source-based > package management solution. He just wants to cd to valgrind's port > directory and run `sudo make install'. > > > I'm not sure if sudo is available on BSD systems) > > sudo make install > > It's in ports, but last I checked wasn't installed by default. > > -tom > |