From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1795 invoked by alias); 4 Jun 2014 19:19:18 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 1780 invoked by uid 89); 4 Jun 2014 19:19:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f48.google.com Received: from mail-wg0-f48.google.com (HELO mail-wg0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 04 Jun 2014 19:19:15 +0000 Received: by mail-wg0-f48.google.com with SMTP id k14so8831825wgh.31 for ; Wed, 04 Jun 2014 12:19:12 -0700 (PDT) X-Received: by 10.194.71.107 with SMTP id t11mr42697885wju.44.1401909550640; Wed, 04 Jun 2014 12:19:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.110.170 with HTTP; Wed, 4 Jun 2014 12:18:50 -0700 (PDT) In-Reply-To: <1819551279.20140604213213@yandex.ru> References: <161164160.20140603143233@yandex.ru> <538DF2D8.8030504@cygwin.com> <1819551279.20140604213213@yandex.ru> From: Michael Wild Date: Wed, 04 Jun 2014 19:19:00 -0000 Message-ID: Subject: Re: Compiling cygwin1.dll To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00073.txt.bz2 On Wed, Jun 4, 2014 at 7:32 PM, Andrey Repin wrote: > Greetings, Michael Wild! > >> You tell me. I just checked out the source and followed the >> instructions as I said in my first message. When doing so, there is a >> dependency and binutils gets built. > >> If the instructions are outdated, I did something obviously wrong, or >> there is a better way, please let me know. > > I've used this script to rebuild it. > > -------------------------------------------------------- > #!/bin/sh > SUITE_ROOT=/c/dev/sdc1/cygwin > BUILD_PATH="$SUITE_ROOT/build" > INSTALL_PATH="$SUITE_ROOT/install" > BUILD_MODULE="$SUITE_ROOT/src${PWD##$BUILD_PATH}" > > { > "$BUILD_MODULE/configure" -v --prefix="$INSTALL_PATH" > LANG=C make > } |& tee rebuild.log > -------------------------------------------------------- > > Checked out the repository into $SUITE_ROOT/src, recreated the necessary paths > in $SUITE_ROOT/build and restarted the script from certain paths until I > succeed in building required portions of suite. (I was mainly intersted in > winsup.) Hi Andrey Repin Many thanks. So you are saying, you never used the top-level build system? That would explain a lot. So it is just an iterative trial and error process? Way to go... Cheers Michael -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple