Date: Fri, 19 Nov 2004 00:04:18 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 452 ************************************************** Thursday 18 November 2004 Number 452 ************************************************** Subjects for today 1 Building PDKSH with gcc 3.3.5 : John Poltorak 2 Re: GCC v3.3.5 / LIBC v0.6 - Alpha 3 : Steve Wendt 3 Re: GCC v3.3.5 / LIBC v0.6 - Alpha 3 : Dave Yeo" **= Email 1 ==========================** Date: Wed, 17 Nov 2004 13:24:07 +0000 From: John Poltorak Subject: Building PDKSH with gcc 3.3.5 I built PDKSH with gcc 3.3.5 witout too much trouble, but when running it, it says:- sh: No controlling tty (open /dev/tty: No such file or directory) I do get a prompt, but when running a command such as ls, I get:- Process terminated by SIGKILL Anyone know what the problem might be? I need to get PDKSH working if I have any hope of getting something like Perl built, which is my next major app to try. -- John **= Email 2 ==========================** Date: Wed, 17 Nov 2004 13:36:17 -0800 (PST) From: Steve Wendt Subject: Re: GCC v3.3.5 / LIBC v0.6 - Alpha 3 On Tue, 16 Nov 2004, Dave Yeo wrote: > Hi Knut, looking at your symlink support I notice it uses the EA LIBC.SYMLINK. > I wonder if it would be possible to make this work with Linux which uses the EAs > GID = E8 03 > SYMLINK = 2F 68 6F 6D 65 2F 64 61 76 65 /home/dave > > This is for a symlink from F:\home\dave\linux_home to /home/linux with my GID. > Linux does preserve EAs so you could have both EAs LIBC.SYMLINK and SYMLINK and set GID to 0 (which IIRC is root) or preserve GID if it is already set. Is this with HPFS, NFS, or ____? **= Email 3 ==========================** Date: Wed, 17 Nov 2004 17:15:32 -0800 From: "Dave Yeo" Subject: Re: GCC v3.3.5 / LIBC v0.6 - Alpha 3 On Wed, 17 Nov 2004 13:36:17 -0800 (PST), Steve Wendt wrote: >On Tue, 16 Nov 2004, Dave Yeo wrote: > >> Hi Knut, looking at your symlink support I notice it uses the EA LIBC.SYMLINK. >> I wonder if it would be possible to make this work with Linux which uses the EAs >> GID = E8 03 >> SYMLINK = 2F 68 6F 6D 65 2F 64 61 76 65 /home/dave >> >> This is for a symlink from F:\home\dave\linux_home to /home/linux with my GID. >> Linux does preserve EAs so you could have both EAs LIBC.SYMLINK and SYMLINK and set GID to 0 (which IIRC is root) or preserve GID if it is already set. > >Is this with HPFS, NFS, or ____? HPFS though I'd imagine it would work on FAT as well. Dave