Re: Examples in Hurd Hacking Guide not working

2002-09-26 Thread Marcus Brinkmann
On Fri, Sep 27, 2002 at 04:56:17AM -, James Joseph wrote: > Hi, > I have a Hurd H4 system, which i recently upgraded (using the long > version of the instructions given by Marcus) to hurd-20020804. > The system seemed to be working fine. But when i use the included > gcc-3.0 compiler to

Examples in Hurd Hacking Guide not working

2002-09-26 Thread James Joseph
Hi, I have a Hurd H4 system, which i recently upgraded (using the long version of the instructions given by Marcus) to hurd-20020804. The system seemed to be working fine. But when i use the included gcc-3.0 compiler to compile one of the first examples in The Hurd Hacking Guide, it does not

Re: include/mach/cthreads.h or include/cthreads.h ?

2002-09-26 Thread James Morrison
--- Glenn McGrath <[EMAIL PROTECTED]> wrote: > Im having problems trying to compile perl 5.8 debs, perl looks for > cthreads.h in /include/mach/, on my fresh install cthreads.h is just in > /include/ > > What is the best solution to this, move/copy cthreads.h into > /include/mach/ or get perl to

Re: include/mach/cthreads.h or include/cthreads.h ?

2002-09-26 Thread Neal H. Walfield
> What is the best solution to this, move/copy cthreads.h into > /include/mach/ or get perl to look in /include/ instead of /include/mach/ > ? I would think rather than instead of, in addition too. That is, if it does not find cthreads in /usr/include/mach, it should try /usr/include.

include/mach/cthreads.h or include/cthreads.h ?

2002-09-26 Thread Glenn McGrath
Im having problems trying to compile perl 5.8 debs, perl looks for cthreads.h in /include/mach/, on my fresh install cthreads.h is just in /include/ What is the best solution to this, move/copy cthreads.h into /include/mach/ or get perl to look in /include/ instead of /include/mach/ ? Glenn

Re: libpthread tests

2002-09-26 Thread Michal 'hramrach' Suchanek
One more little note: it should install the headers :) -- Michal Suchanek [EMAIL PROTECTED] ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: Bug#162414: coreutils: rm -rf does not delete dir/ with trailing slash

2002-09-26 Thread Michael Stone
severity 162414 normal tags +unreproducible quit On Thu, Sep 26, 2002 at 01:30:49PM +0200, you wrote: >I think this is important because the ability to specify directory name >with a trailing slash is often used. > >hramrach@hurd:~$ mkdir dir/ >hramrach@hurd:~$ ls -ld dir >drwxr-xr-x2 hramra