I need to turn off assert in my production code since there are several instance of it falsely being triggered when using the conference bridge. Setting -NDEBUG apparently no longer works with the latest from subversion. The README.txt also gives a number of configure examples, some of which fail, e.g.: ./configure CFLAGS="-O2 -DNDEBUG" -Norman