then
exit 0
fi
mountpoint=`mount -p | awk '{ if (/^\//) { print $1; exit } }'`
if test -z "$mountpoint"; then
print "Cannot determine cygwin mount points. Exiting"
exit 1
fi
mountpoint=`echo $mountpoint | sed 's|/$||'`
if test "$prog" = "
Gary schrieb:
> Thanks for the reply!
> How do I get perl-5.6.1 ?
> =
It is still available from the Cygwin mirrors via setup.exe.
Look at the 'full' listing or the 'up to date' listing by clicking the
'View' Button. Scroll down in the chooser to findperl, you can toggle
the ve
Hi Gary,
Please consider to send the cygcheck -svr output as an attachment (in
future postings).
you wrote:
> Perl has caused an error in IO.DLL
> Perl has caused an error in FCNTL.DLL
There is no solution for this ugly perl-5.8.0 on Win98/ME problem, I'm
sorry. Workaround is to use perl-5.6.1
3 matches
Mail list logo