------- Comment #8 from fxcoudert at gcc dot gnu dot org 2008-04-01 10:43 ------- (In reply to comment #7) > .libs/in_unpack_generic.o: In function `putc_unlocked': > .libs/in_unpack_generic.o(.text+0x2220): multiple definition of > `putc_unlocked' > .libs/backtrace.o(.text+0x27c0): first defined here
That one is weird. Does the C compiler otherwise work OK? I'm wondering whether some of your headers (the one that have putc_unlocked) are incorrectly fixincluded. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35471