Re: Cygwin Mail and Exchange Server

2008-05-20 Thread Ronald Fischer
Frank Fesevur users.sourceforge.net> writes: > Have you tried the cygwin "email" package? It talks directly to an SMTP > server. Good suggestion. I think I'll stick with this. Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

[ANNOUNCEMENT] [SECURITY] Updated: stunnel-4.24-1

2008-05-20 Thread Andrew Schulman
A new version of stunnel is now available in the Cygwin distribution. This version includes a security fix: * OCSP code was fixed to properly reject revocated certificates. The full upstream changelog is available at http://www.stunnel.org/download/ChangeLog.txt, or in /usr/share/doc/stunnel/Cha

RE: make fails to change directory.

2008-05-20 Thread Dave Korn
Gadi Oron wrote on 20 May 2008 15:54: > Whenever I am compiling something with "make" and there is somekind of > nested make, it fails with the following error: > > cd fdlibm; make -f Makefile.ref all > /bin/sh: line 0: cd: fdlibm: No such file or directory > make[2]: *** [all] Error 1 > > This

wget and HTTP_PROXY question

2008-05-20 Thread Ronald Fischer
I can't fetch anything from the web using wget (Connection timed out). My guess is that it has to do with the proxy settings, but: - my environment variable HTTP_PROXY is set, and - from a Windows command line (i.e. outside of Cygwin), tools (such as the package manager of ActiveState Perl) *can*

1.5.25-11: Bash Fails after initial install on Windows 2008 Server

2008-05-20 Thread Eric Berge
Please let me know if you have any suggestions on how I can debug the following problem in more detail. I installed cygwin today on a Windows 2008 (32-bit) server and bash appears to fail with the following stackdump when run. I tried various options (such as "bash --version" which I expected to

Re: wget and HTTP_PROXY question

2008-05-20 Thread Markus Schönhaber
Ronald Fischer wrote: > I can't fetch anything from the web using wget (Connection timed out). > My guess is that it has to do with the proxy settings, but: > > - my environment variable HTTP_PROXY is set, and Among the environment variables wget recognizes is http_proxy not HTTP_PROXY. Regards

Re: wget and HTTP_PROXY question

2008-05-20 Thread DePriest, Jason R.
On Tue, May 20, 2008 at 4:50 PM, Ronald Fischer <> wrote: > I can't fetch anything from the web using wget (Connection timed out). > My guess is that it has to do with the proxy settings, but: > > - my environment variable HTTP_PROXY is set, and > - from a Windows command line (i.e. outside of Cygw

Re: wget and HTTP_PROXY question

2008-05-20 Thread Hugh Sasse
On Tue, 20 May 2008, Ronald Fischer wrote: > I can't fetch anything from the web using wget (Connection timed out). > My guess is that it has to do with the proxy settings, but: Running it with -d should encourage it to be more verbose about where it fails. Hugh -- Unsubscribe info:

Re: wstring support in GCC 4.1.2 in Cygwin 1.5.25-11

2008-05-20 Thread jadooo
Hi, I tried the code from the CVS, but with those changes also the simple 'wstring' program is not compiling. What all I did to test : 1) Have done a fresh Cygwin[1.5] installation. 2) From http://cygwin.com/snapshots/ have downloaded the cygwin-inst-20080407.tar.bz2 file 3) tar -xvjf cygwin-

Re: wstring support in GCC 4.1.2 in Cygwin 1.5.25-11

2008-05-20 Thread Greg Chicares
On 2008-05-20 17:16Z, jadooo wrote: > > I tried the code from the CVS, but with those changes also the simple > 'wstring' program is not compiling. > > What all I did to test : > > 1) Have done a fresh Cygwin[1.5] installation. > 2) From http://cygwin.com/snapshots/ have downloaded the > cygwi

cygwin/mysql entering password, some characters plain text

2008-05-20 Thread William Finn
I just freshly installed cygwin along with a variety of other things. When attempting to connect to mysql from within a cygwin bash shell, it goes something like this: [EMAIL PROTECTED]:~] $ mysql -uroot -p Enter password: **ldk*jvjl* ERROR 1045 (28000): Access denied for user 'root'@'local

RE: wget and HTTP_PROXY question

2008-05-20 Thread Bruce Dobrin
If all you really want is to get this to work then I should mention that Wget appears to want lowercase (http_proxy rather than HTTP_PROXY) as well as wanting the USE PROXY set to "on" in the .wgetrc file. You could script your various rc files to change case, or you could just set the proxy in t

Re: wstring support in GCC 4.1.2 in Cygwin 1.5.25-11

2008-05-20 Thread Brian Dessent
jadooo wrote: > Please let me know if I am doing anything wrong. Yes, you are misunderstanding the nature of the problem. In order to support the wstring class, gcc relies on the platform's libc supporting wide character C99 functions. newlib does not have the necessary support[1] so until that

Re: 1.5.25-11: Bash Fails after initial install on Windows 2008 Server

2008-05-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Berge on 5/20/2008 9:52 AM: | I installed cygwin today on a Windows 2008 (32-bit) server I don't have access to Windows 2008, so take my advice with a grain of salt... Often, crashing apps are the sign of http://cygwin.com/acronyms

setup.exe die with corrupted list file

2008-05-20 Thread SungHyun Nam
Hello, The /etc/setup/bash.lst.gz file was corrupted. $ xxd bash.lst.gz 000: 1f8b 0800 000b .. And setup.exe was die while trying to uninstall bash. After removing this file, I successfully installed recent version of bash. Regards, namsh -- Unsubscribe i

File Permissions Issue

2008-05-20 Thread thefinn
My virus scanner decided one of the programs I have installed was a virus and seems to have changed the file permissions for it. How do I change these permissions back so I can freely execute my files? :) Admittedly I haven't used cygwin in a while, but it WAS all working before... I've since

AR Soft RAM Disk BLODA

2008-05-20 Thread Reini Urban
I tried to hardlink my build dir to a ramdisc to speed up compilation. There's only one free ramdisc available > 32MB, a freeware from AR Soft. The build went fine, but then errors started to crop up. All more extensive and fast file io (find and tar) started to bail out with "Ressource temporary

makefile for matlab-engine in cygwin

2008-05-20 Thread z3259989
Hi evereybody I am working with a client/server system and I am trying to extend it with an input client which uses matlab engine to get data from matlab. I would like to compile it with cygwin in windows XP. Just typing 'mex.bat A.c B.c' (where 'A.c' and 'B.c' are a 'reduced' version of the inpu