> When I compile programs with -g (DWARF 1) debugging turned on, I get > undefined assembler symbols. It is only in DWARF 1 output and only when -g > is specified. Here is some of the offending assembler listing (yes -- I did > compile with -fverbose-asm, but I didn't get the comments! 8-\ ): Try -dA instead of -fverbose-asm. Toshi