Package: libc6.1-dev
Version: 2.3.2.ds1-22

When doing
        gcc -static x.c
I see:
/usr/bin/ld: __libc_errno: TLS definition in 
/usr/lib/gcc/ia64-linux-gnu/4.0.1/../../../libc.a(errno.o) section .tbss 
mismatches non-TLS reference in 
/usr/lib/gcc/ia64-linux-gnu/4.0.1/../../../libc.a(check_fds.o)
/usr/lib/gcc/ia64-linux-gnu/4.0.1/../../../libc.a: could not read symbols: Bad 
value


x.c contains:

#include <sys/errno.h>
int
main(void)
{
        return 0;
}

$ gcc --version
gcc (GCC) 4.0.1 (Debian 4.0.1-2)

I'm running on IA64, if that makes a difference.

--
Dr Peter Chubb     http://www.gelato.unsw.edu.au  [EMAIL PROTECTED]
You are lost in a maze of BitKeeper repositories,   all slightly different.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to