X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=i+MTFJAF5pxONAYD zumn3f6JBknD9ba15P4SkVXDQdYosH2Neyogw1nabQC+xXAOPIf2Ooce34gZXuHJ z3PA8UXHEZxFqtAU9LlC8rj0+EfT0XPlztlZ+MWbIklxCKlOgvzqLFObfTlSyiRz Otd84+6jVCa/fwZM4/m+BCEKzS4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=Be/hVpXOKrJ1uGLhnbNiXx ktYm8=; b=w/HUbDuam8cIADG8IdkREw1i9Qxyhh/n1iyeFsFN5SXQJNaSpQBCic KFrFh050b4DX0cZtoRkvqvCM0PeUrUPKj1n3jNDKcAXX+1wciBf3e9796ml2uAE9 1vFIfytK6inRzpPzrcng2I7QMmGf6TKpqaAURuGw9D6WlyTeLpqpA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtpback.ht-systems.ru Date: Wed, 4 Jun 2014 21:32:13 +0400 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <1819551279.20140604213213@yandex.ru> To: Michael Wild , cygwin AT cygwin DOT com Subject: Re: Compiling cygwin1.dll In-Reply-To: References: <161164160 DOT 20140603143233 AT yandex DOT ru> <538DF2D8 DOT 8030504 AT cygwin DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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.) -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 04.06.2014, <21:29> Sorry for my terrible english... -- 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