This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]