Re: Make make check abort on memory leaks or errors

2014-07-08 Thread Simon Newton
On Tue, Jul 8, 2014 at 8:04 AM, Steffen Dettmer steffen.dett...@gmail.com wrote: Hi, I have s small C++ test project using autoconf, automake and CppUnit. I like to check for memory errors, starting with memory leaks. I started with ./configure CXXFLAGS=-fsanitize=address, which detects some

`make check` linking against installed copies of the libraries

2014-02-17 Thread Simon Newton
My apologies if this is not the correct list. I'm not sure which one of automake or libtool is causing the trouble here. I maintain a project ( https://github.com/OpenLightingProject/ola ) that uses autoconf / automake / libtool. I've noticed that if I add a new symbol to one of our libraries,