Re: Hurd build system Makeconf

2012-07-24 Thread Barry deFreese
On 7/24/2012 10:26 PM, Roland McGrath wrote: > HURDLIBS is for things that are built in that source tree. If you're using > a library that comes from the libc install or someplace like that, then > -lfoo is the right way to use it. > > That is what I thought, thanks Roland. It seems to work. N

Re: Hurd build system Makeconf

2012-07-24 Thread Roland McGrath
HURDLIBS is for things that are built in that source tree. If you're using a library that comes from the libc install or someplace like that, then -lfoo is the right way to use it.

Hurd build system Makeconf

2012-07-24 Thread Barry deFreese
Hi folks, I applied Thomas Thomas's pthreads stuff to the debian package source and am trying to build. I am trying to use glibc's libpthread. So I get the following error(s): make: *** No rule to make target `libpthread', needed by `libiohelp'. Stop. I am thinking that this line in Makeconf

Re: Warnings about error_t in glibc on GNU/Hurd

2012-07-24 Thread Thomas Schwinge
Hi! On Mon, 23 Jul 2012 21:29:42 -0400, Barry deFreese wrote: > How about ENOERR?? :) Sorry, couldn't resist. If going that route, I'd prefer ESUCCESS -- in spirit of Mach's KERN_SUCCESS, D_SUCCESS (devices), ERR_SUCCESS (from , of type mach_error_t, also known as err_none -- but neither of whi