Martin Gasbichler writes:
>
> I just put a tarball of beta 3 on the ftp server
> (ftp://ftp.scsh.net/pub/scsh/0.6/scsh-0.6.1-beta.tar.gz). The previous
> versions had problems with the SLEEP procedure.
looks like cygwin has the cd - problem, for which i guess i saw a checkin
related to solaris i think.
-bri
$ ./configure
creating cache ./config.cache
checking host system type... i686-pc-cygwin
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
defining signal constants
checking for POSIXized ISC... no
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for working const... yes
checking whether byte ordering is bigendian... no
cd: can't cd to -
checking for main in -lm... no
checking for main in -ldl... no
checking for main in -lmld... no
checking for main in -lnsl... no
checking for main in -lgen... no
checking for main in -lsocket... no
checking for getpwnam in -lsun... no
checking for crypt in -lc... no
checking for crypt in -lcrypt... no
checking for main in -lelf... no
checking for RISC/OS POSIX library lossage
checking for working const... (cached) yes
checking return type of signal handlers... int
checking how to run the C preprocessor... gcc -E
checking for libgen.h... no
checking for sys/timeb.h... yes
checking for posix/time.h... no
checking for sys/select.h... yes
checking for nlist.h... no
checking for sys/un.h... yes
checking for crypt.h... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for nlist... no
checking for select... yes
checking for setitimer... yes
checking for sigaction... yes
checking for socklen_t... yes
checking for dlopen... yes
checking for socket... yes
checking for chroot... yes
checking for strerror... yes
checking for seteuid... yes
checking for setegid... yes
checking n_name... no
checking __NEXT__... no
checking underscore before symbols... yes
checking link with -rdynamic... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... no
checking for tzname... yes
checking for gmtoff... no
checking for const sys_errlist... no
not updating unwritable cache ./config.cache
creating ./config.status
creating Makefile
sed: can't read ./Makefile.in: No such file or directory
creating scsh/endian.scm
sed: can't read ./scsh/endian.scm.in: No such file or directory
creating scsh/static.scm
sed: can't read ./scsh/static.scm.in: No such file or directory
creating c/sysdep.h
cat: ./c/sysdep.h.in: No such file or directory
$
|