scheme shell
about
download
support
resources
docu
links
 
scsh.net

From: quixote72@hotmail.com (Pedro Pinto)
Subject: Re: 0.6.2 Build problems on cygwin
Newsgroups: comp.lang.scheme.scsh
Date: 8 Jul 2002 17:07:39 -0700
X-Sent: 7 hours, 7 minutes, 46 seconds ago
Organization: http://groups.google.com/

In case someone is still struggling with this: I had the same EOF
problem and I resolved it by using tar/gzip instead of winzip to
decompress the scsh tar ball.

-pp


dvanhorn@emba.uvm.edu wrote in message news:<1025576804.3d210f649b987@webmail.emba.uvm.edu>...
> Hello,
> 
> Quoting Alexander Vasic <vasic@infonie.fr>:
> > I had the same problem (premature EOF while reading image). Run
> > cygwin's
> > setup.exe
> > again and choose UNIX line ending convention instead of DOS convention.
>  
> Thank you Alexader. 
> 
> I ran the cygwin setup.exe and chose the Unix CR/LF option (which I'm pretty
> sure was the original setting on my machine). Then with a fresh copy of the
> tarball, I tried again. No luck.
> 
> So I...
> 1. unistalled cygwin. http://www.cygwin.com/faq/faq_2.html#SEC20
> 2. reinstalled cygwin.
> 3. wget http://ftp.scsh.net/pub/scsh/0.6/scsh-0.6.2.tar.gz
> 4. tar -zxf scsh-0.6.2.tar.gz
> 5. ./configure, make, ./go
> Welcome to scsh 0.6.2 (Gambit-C 4.0)
> Type ,? for help.
> 
> > scsh 0.6.2 builds and runs fine under cygwin/win2k.
> 
> Apparently, it does.
> 
> Thanks,
> David

Up