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
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.
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
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