On Sat, Mar 25, 2006 at 02:43:13PM +0000, Martin Michlmayr wrote: [snip] > But now I get: > > | cc numactl.o util.o shm.o bitops.o libnuma.so -o numactl > | libnuma.so: undefined reference to `__tls_get_addr' > > How do I find out where that gets pulled in from? Nothing the source > references it directly.
That's from the NPTL support which is defined in a NPTL glibc (which mips doesn't have yet). For mips a version which doesn't try to use TLS/NPTL will be needed. > Thiemo, I suppose supporting O32 is a start, but I guess a more > correct patch would be the following. Can you confirm this? Yes, this looks good (modulo the _ABIN32). Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]