Re: Cannot Run Executable Files

2016-01-11 Thread Mark Hansen

On 1/11/2016 7:41 AM, Warren Young wrote:

On Jan 9, 2016, at 2:11 AM, Zac G. Al Wakeel  wrote:



 For the archives, would you say which software was causing the problem?


 I was using Avast, free software.


Then I recommend uninstalling it and switching to Windows Defender.  I predict 
that your problems will not return.
--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple




I use AVG which also has a free version 
(http://free.avg.com/us-en/free-antivirus-download).

Once in a while, it tries to "vault" a cygwin executable. I just tell it to put 
it back
and leave it alone. There's probably a way to tell it to just ignore the whole 
cygwin
directory, but the problem has not come up enough to warrant looking up how to 
do this.

Good luck.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Cannot Run Executable Files

2016-01-11 Thread Warren Young
On Jan 9, 2016, at 2:11 AM, Zac G. Al Wakeel  wrote:
> 
>> For the archives, would you say which software was causing the problem?
> 
> I was using Avast, free software. 

Then I recommend uninstalling it and switching to Windows Defender.  I predict 
that your problems will not return.
--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Cannot Run Executable Files

2016-01-09 Thread Jim Reisert AD1C
On Sat, Jan 9, 2016 at 2:11 AM, Zac G. Al Wakeel wrote:

>> For the archives, would you say which software was causing the problem?
>
> I was using Avast, free software.

A user of a compiled Perl program I wrote (ActiveState) also had
problems running it with Avast.  So I am not surprised.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Cannot Run Executable Files

2016-01-09 Thread Zac G. Al Wakeel
> For the archives, would you say which software was causing the problem?

I was using Avast, free software. 


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Cannot Run Executable Files

2016-01-08 Thread Warren Young
On Jan 7, 2016, at 7:14 PM, Zac G. Al Wakeel  wrote:
> 
> Thank you Warren, it worked. But what would you suggest for future? I can't 
> leave the machine without antivirus 

For the archives, would you say which software was causing the problem?
--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Cannot Run Executable Files

2016-01-08 Thread Warren Young
On Jan 7, 2016, at 9:59 PM, Yaakov Selkowitz  wrote:
> 
> On 2016-01-07 20:14, Zac G. Al Wakeel wrote:
>> Thank you Warren, it worked. But what would you suggest for future? I can't
>> leave the machine without antivirus
> 
> Start by choosing one NOT on this list:
> 
> https://cygwin.com/faq/faq.html#faq.using.bloda

Are you certain that Windows Defender belongs on that list?  I’ve run it for 
years without problems.

Microsoft has different incentives to provide antimalware software than the 
third-party commercial providers, which I find provides better outcomes:

1. Defender doesn’t have to trigger all kinds of false positives to “prove” 
that it’s doing things for you, so you’re scared into paying them again next 
year.

2. It’s from the OS provider, so it naturally does its thing using MS-provided 
mechanisms, instead of the shady API hooking that other antimalware providers 
use.

3. Microsoft would prefer that you believe there is no malware problem, so it 
takes as few running resources as possible, and pops up only when it’s really 
necessary.

IMHO, there is no reason to run anything other than Microsoft’s antimalware 
offerings.  Microsoft finally took ownership of this problem, and is now doing 
a good job of trying to solve it.
--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Cannot Run Executable Files

2016-01-07 Thread Yaakov Selkowitz

On 2016-01-07 20:14, Zac G. Al Wakeel wrote:

Thank you Warren, it worked. But what would you suggest for future? I can't
leave the machine without antivirus


Start by choosing one NOT on this list:

https://cygwin.com/faq/faq.html#faq.using.bloda

--
Yaakov

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Cannot Run Executable Files

2016-01-07 Thread Zac G. Al Wakeel
Thank you Warren, it worked. But what would you suggest for future? I can't 
leave the machine without antivirus 



--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Cannot Run Executable Files

2016-01-07 Thread Warren Young
On Jan 7, 2016, at 10:54 AM, Zac G. Al Wakeel  wrote:
> 
> when I try to run the compiled output (.exe) in which cygwin keeps thinking 
> without giving the result.

That is not how Cygwin normally behaves.  Something is strange on your 
particular system.

The most common problem is interference by antimalware software, since it 
changes how key Windows APIs work.  Unless this is done very carefully, it can 
break normal user software such as Cygwin.

You can try disabling or uninstalling things like McAfee, or try the same tasks 
on a cleaner computer, such as a virtual machine.
--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple