On 5/31/07, Anthony Edward Cooper <[EMAIL PROTECTED]> wrote:
[tale of woe elided]

I can't help with anything else, but ...

    In order to get some debug info out of tester, where do I turn on -g
in the make file?

You need to set it in both CFLAGS and CXXFLAGS, e.g.

make clean
make all unit_tests tester CFLAGS='-g -O0' CXXFLAGS='-g -O0'
make check

You have to do "make all unit_tests tester", not just "make", because
the unit_tests and tester binaries normally get built during "make
check".  Or you could put the CFLAGS and CXXFLAGS settings on the make
check line too.

zw


_______________________________________________
Monotone-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to