On 04/02/14 01:01, walt wrote:
I've been looking for electric fence (efence) and running into 404's
everywhere.  Valgrind is easily available, so I'll try to learn how
to use it -- results not guaranteed :)

Really? On a typical Debian machine (like Ubuntu) you just install the library with:

apt-get install electric-fence

Then edit the make file to add "-lefence" to the library options. For example you might end up a line like this:

LIBS = -lrt -lefence

If using valgrind, here is some example use:

http://www.cprogramming.com/debugging/valgrind.html

Regards,
Paul

_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to