[ADOL-C] Bug in configure

Dominique Orban dominique.orban at gmail.com
Sun May 13 20:12:49 EDT 2012


Hi,

I'm building ADOL-C 2.3.0 on OSX and I'm having the following annoying
bug during installation:

---
autoreconf -fi
./configure --disable-debug
...
checking whether to use ADOL-C debug mode... yes
...
  Use ADOL-C debug mode:            yes
---

This causes *lots* of annoying output to be displayed every time a
derivative is evaluated. I don't speak configure but I was able to
turn this behavior off by changing the line

$as_echo "#define ADOLC_DEBUG 1" >>confdefs.h

to

$as_echo "#undef ADOLC_DEBUG" >>confdefs.h

in configure. Clearly, this calls for something cleaner.

-- 
Dominique


More information about the ADOL-C mailing list