>>>> "Kevin" == Kevin Oberman
<oberman(a)es.net> writes:
Kevin> Sigh... I just tried to rebuild with debug (--error-checking=all
Kevin> --debug=yes --cflags=-g) and the link now fails because several
Kevin> symbols can't be resolved.
Kevin> Unresolved:
Kevin> error_check_frame
Kevin> error_check_string
Kevin> error_check_device
Can't possibly happen. My best guess is that not all the files were
compiled using the same configure options.
It will probably be fixed by:
cd src; rm *.o; make