Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: 23 Oct 2000 12:05:43 -0400 Message-ID: <20001023160543.1582.qmail@lizard.curl.com> From: Jonathan Kamens To: cygwin AT sources DOT redhat DOT com In-reply-to: <20001017175826.A12817@cygnus.com> (message from Chris Faylor on Tue, 17 Oct 2000 17:58:26 -0400) Subject: Re: [cgf: Re: [cgf: Re: rxvt SEGV (Win98, 1.1.5s/2000-10-08)]] References: <20001017175826 DOT A12817 AT cygnus DOT com> (Please CC me on all replies.) "I'm in a maze of twisty little passages...." OK, so I took your advice and reconfigured and recompiled the current Cygwin snapshot (20001022) with "--enable-debugging". Then I dropped new-cygwin1.dll in place as cygwin1.dll in my 1.1.4 Cygwin installation and attempted to duplicate the Cygwin problems we have been seeing. I can't get them to happen anymore, mainly because I'm seeing a new problem which is happening earlier in the build process: $ make -j2 everything make MAKE_RECURSING=1 -C ./version-info all make[1]: Entering directory `/scratch/jik/metal/version-info' set -e; \ rm -rf get-version-info.curl.tmp.HYDE.256 get-version-info.curl; \ sed -e 's;xMAJORx;1;' \ -e 's;xMINORx;2;' \ -e 's;xPREFIXx;1.2.0.677;' \ -e 's;xPREFIXCOMMASx;1, 2, 0, 677;' \ -e 's;xSUFFIXx; dev/metal-104;' \ /u/jik/metal/version-info/get-version-info.curl.in > get-version-info.curl.tmp.HYDE.256; \ mv get-version-info.curl.tmp.HYDE.256 get-version-info.curl make[1]: *** wait: No children. Stop. make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/scratch/jik/metal/version-info' make: *** [version-info.all] Error 2 $ This makes me suspect that I need to compile a new version of Make to go along with my new version of cygwin1.dll. Any pointers for how to do that without modifying major chunks of my Cygwin installation? I.e., if Make needs to be compiled using the new snapshot's header files, libraries, etc., how do I configure my Make build tree in such a way that it'll use the files out of the Cygwin snapshot build and source trees, rather than my needing to install the snapshot files in c:\cygwin in place of the files that were there previously? Thanks, Jonathan Kamens -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com