Bug#646783: fftw3: configure --enable-debug-malloc doesn't enable debug_malloc

2011-10-27 Thread Philip Ashmore
Yay! With fftw3's configure, unless you tell it to build a shared library, it will only build a static library. I didn't mention building a shared library or telling configure to build a shared library. You should probably try to reproduce the problem as I explained it. I don't mind being pr

Bug#646783: fftw3: configure --enable-debug-malloc doesn't enable debug_malloc

2011-10-27 Thread Paul Brossier
Hi! are you sure you are using the correct version? your locally built version should install in /usr/local, but unless you uninstalled the debian package, or set your LD_LIBRARY_PATH, the one in /usr would be used. Best, Paul On 26/10/2011 22:19, Philip Ashmore wrote: Package: fftw3 Severity:

Bug#646783: fftw3: configure --enable-debug-malloc doesn't enable debug_malloc

2011-10-26 Thread Philip Ashmore
Package: fftw3 Severity: normal While trying to track down a memory allocation problem with fftw3, I read the documentation and discovered the --enable-debug-malloc option. So I did an $ apt-get source fftw3 $ cd fftw3-3.2.2 $ ./configure CFLAGS=-g --prefix=$(readlink -f ..) --enable-debug-malloc