X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Content-class: urn:content-classes:message
Subject: RE: 1.5.25(0.156/4/2): Problem compiling OpenLDAP 2.3.39 due to Win XP SP3 or Cygwin?
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Date: Wed, 10 Sep 2008 20:46:13 -0400
Message-ID: <706E67D60BBB724C8BF3D2DA531CF1963EC7FC@bpc-hs-mx1.biopop.com>
In-Reply-To: <ba40711f0809101252y6c0b176cx49d8f2484ffe03a2@mail.gmail.com>
References: <706E67D60BBB724C8BF3D2DA531CF1963EC7E0@bpc-hs-mx1.biopop.com> 	 <706E67D60BBB724C8BF3D2DA531CF1963EC7EA@bpc-hs-mx1.biopop.com> <ba40711f0809101252y6c0b176cx49d8f2484ffe03a2@mail.gmail.com>
From: "Allan Schrum" <aschrum@biopop.com>
To: <cygwin@cygwin.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m8B0lPG7012603

BLODA confirmed. The problem was caused by PC Tools Spyware Doctor
version 5.5.0.204. Specifically, the service "PC Tools Security Service"
"C:\Program Files\Spyware Doctor\pctsSvc.exe" is the service that caused
the problem. It "Provides spyware and malware protection for the system.
If this service is disabled spyware protection will be disabled."
Disabling that is sufficient (in my case).

Thanks for the assistance - it is much appreciated.

Howard, thanks for the feedback about OpenLDAP / MinGW. I shall start
looking at it as soon as possible.

Regards,

-Allan

-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf
Of Lev Bishop
Sent: Wednesday, September 10, 2008 3:53 PM
To: cygwin@cygwin.com
Subject: Re: 1.5.25(0.156/4/2): Problem compiling OpenLDAP 2.3.39 due to
Win XP SP3 or Cygwin?

On Wed, Sep 10, 2008 at 14:51, Allan Schrum  wrote:
> I created a small script to see if I could simplify the problem to
> something more easily debugged. Turns out the following script will
> cause problems that should not be caused which I believe lie at the
> heart of my problem compiling OpenLDAP. Run this in an empty directory
> somewhere:
>
> ===== begin script =====
> #! /bin/bash
>
> let i=0
>
> rm file*
>
> while [ $i -lt 2000 ]
> do
>        touch file$i
>        if [ ! -f file$i ]
>        then
>                echo missing file$i
>        fi
>
>        let i=i+1
> done

I strongly suspect BLODA. For example, Embassy Trusted Security has
been known to cause this type of problem. I also see you have Sonic
Solutions burning software installed...

Lev

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


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


