| delorie.com/archives/browse.cgi | search |
| 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:mime-version:in-reply-to:references:from:date | |
| :message-id:subject:to:content-type; q=dns; s=default; b=exd6iaX | |
| L7R9DaeUDMD779RBQdi8bWx+F44EcvQ4iw7oSeQtnPi1wBi1KuTH7xWjvj6DWj09 | |
| CKC47PocBtuw0/V6HA6UP7Lfnvg6A9inNAJEZnnkLq/7pOnKcv5DOufjMs2TItpC | |
| UbqKnWQubgsq6ZWnV5jiuI4C5cmvEPSy3reM= | |
| 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:mime-version:in-reply-to:references:from:date | |
| :message-id:subject:to:content-type; s=default; bh=HuoSFUbI9VTxE | |
| sRVelICvnv42gc=; b=KL2LeMVUWxixumcFnOJrCTA4K80jfgCV2r6Zb6KN9PQxM | |
| NFY9VQ0xRk3Bi0tAxQoh3qD88JF3XSvxG6xHTlqzuJ4M20/ruDOu5AnbEOkDjc+y | |
| iD3M8HDpZJVXs9cV9dNPmwDblKm4cwsaxO8z40dLGLq4mvoZ1oAdgkrWcpEgdc= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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=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 |
| 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 |
| In-Reply-To: | <1819551279.20140604213213@yandex.ru> |
| References: | <CAALQ5rnJz9h-EHYR2UqoznOrhTVsqaqgX1KiWeD+fo1iKVt7sw AT mail DOT gmail DOT com> <161164160 DOT 20140603143233 AT yandex DOT ru> <CAALQ5rmK5pJEtJztUXs103YMmc1LE0O8DO7sb+1sBgFbsKt-Jg AT mail DOT gmail DOT com> <538DF2D8 DOT 8030504 AT cygwin DOT com> <CAALQ5rne3rt0EZ+hYZw=3LLOTTa1Xk6Dk6KhvVS7grPRdBet+g AT mail DOT gmail DOT com> <1819551279 DOT 20140604213213 AT yandex DOT ru> |
| From: | Michael Wild <themiwi AT gmail DOT com> |
| Date: | Wed, 4 Jun 2014 21:18:50 +0200 |
| Message-ID: | <CAALQ5rmPR3A2dSFiJp+Mq4xsgTB+Jp9z9EUqVevoFZdga0_AQw@mail.gmail.com> |
| Subject: | Re: Compiling cygwin1.dll |
| To: | cygwin AT cygwin DOT com |
| X-IsSubscribed: | yes |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |