scsh-users
[Top] [All Lists]

Re: Porting scsh to GNU/Hurd

To: scsh-news@zurich.ai.mit.edu
Subject: Re: Porting scsh to GNU/Hurd
From: Andreas Voegele <voegelas@gmx.net>
Date: Fri, 13 Jun 2003 01:21:51 +0200
Andreas Voegele <voegelas@gmx.net> writes:

> I am working on the port to the Hurd but I do not think that I will
> be able to provide a tested patch before next week.  [...]

I've got a patch for scsh 0.6.4 at
http://www-stud.ims.uni-stuttgart.de/~voegelas/scsh-gnu.html.  With
this patch scsh can be built on the GNU Hurd but there's a problem:

Functions like s48_raise_os_error() try to store errno values in
fixnums.  Unfortunately, the errno values returned by Mach are too big
for fixnums.

<Prev in Thread] Current Thread [Next in Thread>