Kim F. Storm writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: > > > I want to see the value of "nbytes". If you re-build emacs > > as below, I think you can see the value when segfault > > happens. > > > > % cd .../emacs/src > > % touch process.c > > % make CFLAGS=-g > > I think this is better: > > touch process.c > make CFLAGS="-g -O0" (that's letter O digit 0)
-O0 is the default (with gcc anyway) I think: rm process.o make CFLAGS=-g is better. Touching process.c means that CVS thinks you have modified it. -- Nick http://www.inet.net.nz/~nickrob _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
