Do network programs work well?

2005-05-21 Thread Alireza Ghasemi
Hello All, I have compiled some network programs and libraries with cygwin.But it seems that they don't work properly.for example Prozilla never begins downloading and always says it can't resolve host(while host is available for other programs). or libspopc test programs say "Operation not permitt

RE: I need some exim hand-holding

2005-05-21 Thread Gary R. Van Sickle
Never mind, I got ssmtp to work over SSL. ${EXIM_MAINTAINER} might want to check if what I was trying to do can actually be done on Cygwin though. -- Gary R. Van Sickle > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gary R. Van Sickle > Sent: S

RE: ssl on ssmtp

2005-05-21 Thread Gary R. Van Sickle
[snip] > > This one lives in libcrypto.a. The attached configure.in and > an autoconf solve the link error for me (don't know if it > actually works yet). Just tested it, works great. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

RE: ssl on ssmtp

2005-05-21 Thread Gary R. Van Sickle
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robert R > Schneck-McConnell > Sent: Saturday, December 04, 2004 7:15 PM > To: cygwin@cygwin.com > Cc: Reinhold May > Subject: Re: ssl on ssmtp > > Two general points: > (1) Don't e-mail cygwin packag

I need some exim hand-holding

2005-05-21 Thread Gary R. Van Sickle
Ok, I give. No mas, no mas. I have a new mutt build ready to go, but I can no longer test it since I've gone DSL. AT&T does [E]SMTP over SSL, and ssmtp (which I had been using) doesn't (the official Cygwin one anyway). So I'm trying to set up exim as a sendmail replacement, and of course gettin

dlopen and cygcheck inconsistency

2005-05-21 Thread Sunil
Hi, cygcheck also searches the `basename ` for dependent DLLs while dlopen requires PATH to be set to open the DLL. One of them should be corrected to make life consistent. example is as follows: $ cygcheck /usr/lib/gstreamer-0.8/cyggstossaudio.dll C:/cygwin/lib/gstreamer-0.8/cyggstossaudio.dll

Re: [patch] several new features for cygrunsrv

2005-05-21 Thread Brian Dessent
Corinna Vinschen wrote: > I really like this patch, cool stuff. However, I have two nits. > > First, your patch adds new options, so it should also add some wording to > cygrunsrv.README. Okay, here is a new patch. * --list outputs one service per line to avoid the awkward quoting issue. * che

What tools does Cygwin contain? (& pinky)

2005-05-21 Thread zzapper
Hi, That's a BIG question of course as *nix seems never ending. You could do : ls /bin | more or you could look in http://cygwin.com/packages/ specifically in http://cygwin.com/packages/coreutils/ and most interestingly http://cygwin.com/packages/coreutils In which I found ---pinky.exe---

Re: Does Cygwin have TCL ?

2005-05-21 Thread Mark Blain
On Sat, 21 May 2005 13:12:32 +0100, you wrote: >>> Does Cygwin have TCL ? >> >> http://cygwin.com/packages/ >> >>> If so where is the install option for it ? >> >> All packages are installed the same way, by selecting the desired >> package in setup.exe. > > Is it tcltk ? > > Aaron See

Re: Does Cygwin have TCL ?

2005-05-21 Thread usuario
how I can verify which is my group for Unsubscribe?? excuse me my mail, I don't speak english. Thank You !!! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Does Cygwin have TCL ?

2005-05-21 Thread Aaron Gray
Does Cygwin have TCL ? http://cygwin.com/packages/ If so where is the install option for it ? All packages are installed the same way, by selecting the desired package in setup.exe. Is it tcltk ? Aaron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Splint parseerror with

2005-05-21 Thread Corinna Vinschen
On May 20 23:37, only4 wrote: > # 19 may 2005: > CATCHED > I re-read the directive > #if defined(_POSIX_THREADS) && !defined(__CYGWIN__) > and realized that splint may have not __CYGWIN__ setted... > > splint +D__CYGWIN__ file.c > > WORKS! > This can suggest further investigation, to find

Re: Does Cygwin have TCL ?

2005-05-21 Thread Brian Dessent
Aaron Gray wrote: > Does Cygwin have TCL ? http://cygwin.com/packages/ > If so where is the install option for it ? All packages are installed the same way, by selecting the desired package in setup.exe. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: setting environment variables from a bash script

2005-05-21 Thread Brian Dessent
Aaron Gray wrote: > How do I do that ? "source the script" ? "source ./gcc-3.4.3" or ". ./gcc-3.4.3". "man bash" section SHELL BUILTIN COMMANDS. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: setting environment variables from a bash script

2005-05-21 Thread Aaron Gray
Is it possible to set an environment variable using a bash script and for that variable to be able to be seen within bash once the script is finnished. It's impossible for a child process to modify the environment of its parent. By executing the file as a script you spawn a shell subprocess, me

Does Cygwin have TCL ?

2005-05-21 Thread Aaron Gray
Does Cygwin have TCL ? If so where is the install option for it ? Many thanks in advance, Aaron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: setting environment variables from a bash script

2005-05-21 Thread Brian Dessent
Aaron Gray wrote: > Is it possible to set an environment variable using a bash script and for > that variable to be able to be seen within bash once the script is > finnished. It's impossible for a child process to modify the environment of its parent. By executing the file as a script you spawn

setting environment variables from a bash script

2005-05-21 Thread Aaron Gray
Is it possible to set an environment variable using a bash script and for that variable to be able to be seen within bash once the script is finnished. I want to be able to set the path using a script so I can say :- ./gcc-3.4.3 calling a script simular to this :- gcc-3.4.

Re: Using Perl to access serial ports

2005-05-21 Thread Jason Pearce
On May 20 19:25, Jason Pearce wrote: There was some recent discussion about serial ports and Perl. http://sourceware.org/ml/cygwin/2005-05/msg00013.html But I did not see any resolution. Did anyone end up porting either Win32::SerialPort or Win32API::CommPort as Reini suggested? I nee