José Luis García Pallero wrote: > In my Debian Sid gcc-4.4.2 I obtain this error message when I try to > compile with -static flag: > > /usr/lib/gcc/i486-linux-gnu/4.4.2/../../../../lib/libieee.a:(.data+0x0): > multiple definition of `_LIB_VERSION' > /usr/lib/gcc/i486-linux-gnu/4.4.2/../../../../lib/libm.a(s_lib_version.o):(.data+0x0): > first defined here > collect2: ld returned 1 exit status > > Is it a bug of gcc? No, it's a bug in Debian's libc. Better ask there. Andrew.