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: <3F87198D.3090402@student.tue.nl> Date: Fri, 10 Oct 2003 22:41:49 +0200 From: Micha Nelissen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030924 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Can't build cygwin from CVS: configure error References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hannu E K Nevalainen wrote: > Building the cvs version of the cygwin dll "OOTB" seems to be a no-no > currently. > > $ export CVSROOT=:pserver:anoncvs AT sources DOT redhat DOT com:/cvs/src > $ cvs login > passwd: anoncvs > $ cvs -z3 co winsup > > To get the cvs /src level stuff (configure among other things) I did > $ cvs -z3 co . > > and then hit CTRL-C when it had arrived... (I guess there is a better way, > but I didn't bother tonight) > > I'm using this script (extracted/converted from the FAQ) to attempt the > cygwin1.dll build. > --- > #!/bin/bash > > echo -e "\n*** configure ***\n" > ../configure --prefix=/install --enable-debug -v 2>&1 | tee configure.log > > echo -e "\n*** make ***\n" > make 2>&1 | tee make.log > > # echo -e "\n*** install ***\n" > # make install 2>&1 | tee install.log > --- > > /src/src contains winsup/, newlib/, libiberty/ among other things e.g. > Makefile and configure. > > In using the script above, with a /src/src/build as *current* directory, the > make phase stops as shown below. Here it still breaks on configure, but this time in winsup/w32api. It tries to feed the configure script: '--with-target-subdir=i686-pc-cygwin' but it doesn't recognize option target-subdir: 'invalid package name: target-subdir'. Can you extract from your build log how it invokes configure in the winsup/w32api directory for you? Thanks, Micha. -- 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/