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
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
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 ...
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
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
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
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
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.
--
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.
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
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
11 matches
Mail list logo