On the advice of another post I also tried the following to verify what
was being broadcast on port 993 and received the following:
$ openssl s_client -connect localhost:993
CONNECTED(0003)
3564:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake
failure:s23_lib.c:188
:
--
Unsubscribe info:
Thanks to Corinna's help and others, I actually added the following 2
lines to the services file (found either using cygwin at /etc/services
or c:\windows\system32\drives\etc\services):
imaps 993/tcpimaps #Secure Internet
Message Access Protocol
pop3s 99
[EMAIL PROTECTED] wrote:
Hi guys,
I recently installed cygwin (switching over from
MinGW) and I seem to be having some compile errors.
For example, when I went to compile zlib for a program
I'm going to run, I got the following:
Checking for gcc...
Building static library libz.a ver
Checking
[EMAIL PROTECTED] wrote:
I recently installed cygwin (switching over from
MinGW) and I seem to be having some compile errors.
For example, when I went to compile zlib for a program
I'm going to run, I got the following:
zlib is already available as a Cygwin package, so just use that.
Yaakov
"Robinson, Mark" wrote:
> A simple console app compiled with MingW (-mno-cygwin) (or VC++) cannot
> read from stdin when executed in an rxvt or xterm terminal:
>
> #include
> main() {
> int c;
> fputc(isatty(stdin), stdout);
> while ((c = getc(stdin)) != EOF) fputc(c, stdout);
> }
>
> Fur
On Thu, Mar 09, 2006 at 05:31:03PM -0800, Peter Rehley wrote:
>Hi,
>
>I was building binutils using the cygwin 20060308 snapshot, and when
>it did the check for "finding the maximum length of command line" a
>sh shell goes to 99% cpu usage and doesn't return until I end the
>process using tas
Greetings
A simple console app compiled with MingW (-mno-cygwin) (or VC++) cannot
read from stdin when executed in an rxvt or xterm terminal:
#include
main() {
int c;
fputc(isatty(stdin), stdout);
while ((c = getc(stdin)) != EOF) fputc(c, stdout);
}
Furthermore, isatty(stdin) returns 0.
Hi guys,
I recently installed cygwin (switching over from
MinGW) and I seem to be having some compile errors.
For example, when I went to compile zlib for a program
I'm going to run, I got the following:
Checking for gcc...
Building static library libz.a ver
Checking for unistd.h... No.
Checking
Suresh Kumar wrote:
Background:
=
I am a complete newbie in linux but have been using
bash for some scripting.
Functionality trying to achieve
==
I am trying to run a cron scheduler to run a job and
to automatically email me!
Problems
===
The cron job execut
martyandkaren carrahar wrote:
Hi,
I have a very limited knowledge of computers, so I would appreciate some
help if you can. I have traced a shared memory error to the
"cygwin1.dll" file, and I am trying to delete it to resolve the issue.
However, when I attempt to delete the older version o
Background:
=
I am a complete newbie in linux but have been using
bash for some scripting.
Functionality trying to achieve
==
I am trying to run a cron scheduler to run a job and
to automatically email me!
Problems
===
The cron job executes perfectly but the ema
Hi,
I have a very limited knowledge of computers, so I would appreciate some
help if you can. I have traced a shared memory error to the "cygwin1.dll"
file, and I am trying to delete it to resolve the issue. However, when I
attempt to delete the older version of the file on my system, it say
> Can someone recommend a free, optionally GUI, FTP client with support for
> AUTH TLS that
>has been ported for Windows? Support for AUTH SSL, SSL connect and
X.509 client auth is
> optional.
This is off-topic for this list.
Brett
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp
This is not a request of help in building a compiler but it is simply a
report on possible problems with the snapshot 20060309 10:35:06.
Recently I have explored the possibility to build GCC 3.4.6 (relased
20060306).
After downloading gcc-3.4.6.tar.bz2 and unpacked:
configure --prefix=/usr/
Can someone recommend a free, optionally GUI, FTP client with support for AUTH
TLS that has been ported for Windows? Support for AUTH SSL, SSL connect and
X.509 client auth is optional.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/p
15 matches
Mail list logo