2009/1/16 newper <newper...@gmail.com>: > 2009/1/16 Samuel Thibault <samuel.thiba...@ens-lyon.org>: >> newper, le Fri 16 Jan 2009 11:31:59 +0800, a écrit : >>> No,I don't use any pre-compiled binaries,I'm trying to compile the >>> whole hurd system from sources. >> >> Then did you apply the TLS patch to the hurd source? >> It can be checked out from >> svn://svn.debian.org/svn/pkg-hurd/hurd/trunk/debian/patches >> it's libpthread_tls.patch. >> >> Samuel >> > > No,I didn't.Let me try. > > Thanks >
I try the patch,the system just reboot.Perhaps I did something wrong while building the toolchain,I'm going to rebuild a new one.And I noticed that the tls patch for glibc removed libc-tsd.h.I want to know if a function call some definitions in that file(like __libc_tsd_get) the program will crash.I haven't seen the glibc source code before,may be I asked a wrong question. I also noticed that the patches in Debian svn are different from the ones in http://www.schwinge.homeip.net/~thomas/tmp/glibc-patches/ .So which one should I use ? Thanks