wvWare and cygwin

2003-02-12 Thread neal somos
So I wanted to use the 'wv' tools from http://www.wvware.com/ and downloaded the most recent 'wv2' files. When running ./configure on wv2 I get the following ... --- checking for iconv... no checking for libiconv_open in -liconv... yes checking for iconv.h... yes checking need

Re: wvWare and cygwin

2003-02-13 Thread neal somos
My apologies for trusting ./configure to know what it is testing. So I suppose the real questions is why does ./configure complain about the libiconv that cygwin has. The following was produced by running ./configure > checking whether the iconv installation is complete enough... no > > wv2 dep

Re: wvWare and cygwin

2003-02-13 Thread neal somos
If I make the following change to wv2's configure, I can then make the package 25826c25826 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' --- > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS conftest.$ac_ext $LDFLAGS $LIBS >>&5' Basically ...

ftp access to download from sources.redhat.com

2003-02-17 Thread neal somos
Christopher Faylor wrote ... > I tried an experiment recently where I turned on ftp access to the > cygwin download directory on sources.redhat.com. The result seemed > to be that people started downloading cygwin's package .tar.bz2 files > directly and (somehow) used tar to extract files rather t

Re: cygrunsrv points to incorrect path

2003-02-20 Thread neal somos
You do realize that there is native apache implementation available for various windows platforms. I myself am running apache on windows while I also use cygwin when I want to. Sometimes depending on heavy use of various text utilities and keyboard input the cygwin might crash. But this has not

read command available?

2004-08-18 Thread neal somos
Jarzombek, Svend asks ... > Is the read command somewhere available? > Up to now I wasn't able to find it. The read command is supposedly a shell builtin. Strangely enough, the first time I tried the example given with ksh, I got the exact same response. However on later attempts, I got what w

read command available?

2004-08-18 Thread neal somos
A careful reading of the info file for ksh reveals the following near the bottom ... -- BTW, the most frequently reported bug is echo hi | read a; echo $a # Does not print hi I'm aware of this and there is no need to report it. --- I think this is related to what was

read command available?

2004-08-18 Thread neal somos
I literally cut and pasted a portion of Svend's post. The portion I thought I used was ... ls | while read TEST do echo $TEST done I asked for 'ksh' and pasted. I was totally flabbergasted when I got the exact response Svend had posted. --

sed and dos format

2004-08-21 Thread neal somos
James remarks that "sed has the unfortunate property that it reduces dos format line endings to unix format line endings" under cygwin and that this "makes sed unusable or undesirable for a large number of files i might want to edit" Cygwin-apps may be a more appropriate place for this question.

Re: TCSH 6.13 shell script can't re-write to a file

2004-09-10 Thread neal somos
If you use /bin/echo the problem goes away. I can reproduce the problem with tcsh and when using /bin/echo instead of the builtin, I get the expected behavior. Apparently the built-in echo functions differently. neal ___ Do you Yahoo!? Shop for Bac

Re: "command not found"-For All Commands

2010-06-01 Thread neal somos
Original poster had written ... > After installation my Windows7 program compatibility application > told me that cygwin was not installed correctly, after which I told it to > reinstall...and it did but this time the installation was much faster. I am very suspicious of anything that Windows 7 mi