Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3D9882BC.6070906@netscape.net> Date: Mon, 30 Sep 2002 12:58:36 -0400 From: Nicholas Wourms User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.0.1) Gecko/20020823 MultiZilla/v1.1.22 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Pierre A. Humblet" CC: cygwin-developers AT cygwin DOT com Subject: Re: Many pthread failures in the test suite, one setgroup failure References: <20020929022338 DOT GA12659 AT redhat DOT com> <1033267203 DOT 4374 DOT 100 DOT camel AT lifelesswks> <20020929024420 DOT GA13416 AT redhat DOT com> <1033271512 DOT 4372 DOT 102 DOT camel AT lifelesswks> <3 DOT 0 DOT 5 DOT 32 DOT 20020929165333 DOT 0080fae0 AT mail DOT attbi DOT com> <3 DOT 0 DOT 5 DOT 32 DOT 20020929224948 DOT 00825140 AT h00207811519c DOT ne DOT client2 DOT attbi DOT com> <3 DOT 0 DOT 5 DOT 32 DOT 20020929231122 DOT 0082b170 AT h00207811519c DOT ne DOT client2 DOT attbi DOT com> <20020930033001 DOT GC7906 AT redhat DOT com> <1033385337 DOT 30057 DOT 186 DOT camel AT lifelesswks> <20020930132450 DOT GA12683 AT redhat DOT com> <20020930145347 DOT GA10487 AT redhat DOT com> <3D987185 DOT 141FBF99 AT ieee DOT org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Pierre A. Humblet wrote: > Christopher Faylor wrote: > >>Got it built finally. > > > Not so here (win98), with fresh cvs. > make seems to wipeout ./config.status > I got the same result with a plain make > and already ran ../src/configure twice. > > Pierre > > /obj: make clean > /bin/sh ./config.status > Created "Makefile" in /obj using "mh-frag" > ./config.status is unchanged > /bin/sh ./config.status > ./config.status: Can't open ./config.status: No such file or directory > make: *** [Makefile] Error 2 I'm getting the same thing from a fresh checkout made @ 12:30 EST (GMT -5:00). Still bitching about symlink-tree not in the build directory. When I copy the missing script to the build dir, it starts symlinking the libiberty object files(?!?!) and then it starts in about there being no rule in libiberty/Makefile to make ../../src/libiberty/Makefile.in. It seems to think I enabled maintainer mode when I know I didn't. I'll have a look at it to see if I can't fix it, however I doubt I'll have much luck. The main problem is that modifications to these scripts require some archaic version of the autotools which don't seem to work all that well on Cygwin (well libtool doesn't work at all). Attempts to use more modern versions screw up the delicate voodoo gluing the configury together. This, coupled with the marked propensity for people to hand insert macros into aclocal.m4, makes the task a bit daunting :-). Cheers, Nicholas