Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <01e301c3a946$3d3404d0$4900a8c0@lisa> From: "Peter J. Stieber" To: References: Subject: Re: cvs - cygwin1.dll recompile - configure fails in w32api/ Date: Wed, 12 Nov 2003 09:55:46 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Just tried this myself this morning (11/12/2003 9:00 AM PST) and it worked. Definitely did not need the "Remedy". Pete > $ cd / > $ rm -rf src > $ export CVSROOT=:pserver:anoncvs AT sources DOT redhat DOT com:/cvs/src ;\ > cvs login ;\ > cvs -z3 checkout winsup ;\ > cd /obj ;\ > /src/configure --enable-debugging --prefix=/install -v 2>&1 | \ > tee configure.log ; \ > cd .. > > configuring in w32api > running /bin/sh > /src/winsup/w32api/configure --host=i686-pc-cygwin --build=i686-pc-cygwin - > -with-newlib --enable-multilib --prefix=/install -v --program-transform-na me > =s,y,y, --with-target-subdir=i686-pc-cygwin --cache-file=../../config.cache > --srcdir=/src/winsup/w32api > configure: error: invalid package name: target-subdir > configure: error: /src/winsup/w32api/configure failed for w32api > make[1]: *** [configure-target-winsup] Error 1 > make[1]: Leaving directory `/obj' > > > Remedy: > $ cd /src/cd winsup/w32api/ > $ > configure --host=i686-pc-cygwin --build=i686-pc-cygwin --with-newlib --enabl > e-multilib --prefix=/install -v --program-transform-name=s,y,y, --cache-file > =../../config.cache --srcdir=/src/winsup/w32api > $ -- 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/