> It seems to be caused by _pthread_self, which is defined in
> libpthread/sysdeps/mach/hurd/pt-sysdep.h.  __hurd_threadvar_location is
> defined in glibc's include/hurd/threadvar.h, which is included by
> pt-sysdep.h.
> 
> I "fixed" that issue by rebuilding parts of the Hurd with optimizations.
> Is there a real fix for that undefined reference?  Something like the
> above one?

The canonical fix in both scenarios is to compile with optimization
(i.e. at least -O1).

Neal


_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to