Re: scsh on GNU/Hurd

2002-05-24 Thread Niels Möller
Martin Gasbichler <[EMAIL PROTECTED]> writes: > Why didn't you try the current version (0.6.2) of scsh? It's avaiable > from http://www.scsh.net/download.html and contains a lot more > features than 0.5.3. I didn't know about it. I followed my old notes which said that the place to look for scsh

Re: scsh on GNU/Hurd

2002-05-24 Thread Martin Gasbichler
> "Niels" == Niels Möller <[EMAIL PROTECTED]> writes: Niels> Hi, Niels> I've compiled scsh-0.5.3 on a current Hurd machine, which required Why didn't you try the current version (0.6.2) of scsh? It's avaiable from http://www.scsh.net/download.html and contains a lot more features than 0.5.3.

Re: scsh on GNU/Hurd

2002-05-23 Thread Niels Möller
Marcus Brinkmann <[EMAIL PROTECTED]> writes: > > This is an ugly hack, but I haven't figured out how to fix > > scm_readlink properly. > > The GLibC manual has an example code that does loop properly over readlink > while the returned name is as large as the buffer (and thus could be > trunc

Re: scsh on GNU/Hurd

2002-05-23 Thread Marcus Brinkmann
On Thu, May 23, 2002 at 11:38:58PM +0200, Niels Möller wrote: > 3. In syscalls1.c, I added the lines > > /* MAXPATHLEN is not defined on the Hurd. */ > /* FIXME: Do this properly, and get rid of the static memory as well */ > #ifndef MAXPATHLEN > #define MAXPATHLEN 500 > #endi

scsh on GNU/Hurd

2002-05-23 Thread Niels Möller
Hi, I've compiled scsh-0.5.3 on a current Hurd machine, which required some minor hacking. config.guess output on this machine was "i386-unknown-gnu0.2". The steps needed were: 1. I added *-*-gnu* ) dir=gnu SCSH_ELF ;; at about line 295 in configure.in, just below the "