> Cc: Nick Roberts <[EMAIL PROTECTED]>, > [EMAIL PROTECTED], > [email protected] > From: Peter Dyballa <[EMAIL PROTECTED]> > Date: Thu, 17 Aug 2006 01:12:29 +0200 > > Source language is c. > Compiled with stabs debugging format. > Does not include preprocessor macro info. > > When I do not compile with -g3, but -ggdb the format is DWARF 2. This > is what I thought is the default for the modern PowerPC architecture. > COFF is not supported in Mac OS X or Darwin. GCC also accepts -gstabs > or -gstabs+ or -gstabs<some level>. Could be I should use -gdwarf-2 - > g3 -gfull to get macro expansion. Configure'ing without PNG, GIF, > TIFF, and JPEG make compilations very fast (5 min), and they're not > useful for debugging the bitmap issue I think. > > My last try with CFLAGS='-gdwarf-2 -g3 -gfull -pipe -O0 -fno-inline - > fno-crossjumping' still brings the same non-output. Using your method > of "start/info source" now shows: > > Source language is c. > Compiled with DWARF 2 debugging format. > Includes preprocessor macro info.
Still very strange, but I suggest to use DWARF-2 as you did anyway, from now on. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
