From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x236.google.com (mail-lj1-x236.google.com [IPv6:2a00:1450:4864:20::236]) by sourceware.org (Postfix) with ESMTPS id 55B8E3851C0B for ; Sun, 24 May 2020 00:08:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 55B8E3851C0B Received: by mail-lj1-x236.google.com with SMTP id m12so14568567ljc.6 for ; Sat, 23 May 2020 17:08:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=7ie7qjyRvnGGnQ2BB+d24eqLxFJ7mWE3GUAFJMgavYI=; b=a/RxKCyLTvzgeAcCPLwOkgV8ebViVTW9/vnHGRC5Qy3jaUxa7dirmWCy5C+xYC+I+I LRrnrMZzrGhoBy5Q7kBl3QG2ig+oUeeBVQt/y19SRDhMgwJ0pAqbsSoKmctLQ0AvC7Ym egPExsftdXqO+QbCImdC4VOwFSE06lKat0ti7DO4J/c51UkFY+PlDpVfEwECgK7bU6gI Z2WRo8g91SvASwubqfcgEgQECYK22vHJw1mzYE4VSmqEAeQ1lTQk+XXvLO0gWVbprMmr j9MXjnsLZHY1UJ6Kz0cGN3fgq0da4vhIMzFY7PM+D4uabHoHDJrLByNIgYd5akf/7qZk Jeig== X-Gm-Message-State: AOAM530YWu+JZa+Su0IkK+qQNgSdTYcrhMIaM5sugJZZYt7M1VT9Vv3l AAVGnTHtFMNsNNYqwZTeRxM1HmAnxpYmqjBT+CXYrQ== X-Google-Smtp-Source: ABdhPJy47aosuyeimVx/Reg06hHX1LZO1IBpM6XS0ntIIP806iclCYKRhual9n+Xa9MvMQwvNMVWB9/8PqBxlYMlCFw= X-Received: by 2002:a2e:7d17:: with SMTP id y23mr10501818ljc.105.1590278921496; Sat, 23 May 2020 17:08:41 -0700 (PDT) MIME-Version: 1.0 From: Juan carlos Rebate Date: Sun, 24 May 2020 02:08:28 +0200 Message-ID: Subject: help compilation qemu To: cygwin@cygwin.com X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2020 00:08:44 -0000 Good morning, in a previous post I was debating with some nice users (for technical reasons I can't retrieve that thread)The point is that although the qemu wiki says it can't compile with cygwin for 64-bit it actually can, and for technical reasons I haven't been able to communicate it before,The case is that making a couple of adjustments when looking for all the mingw packages if they can be found, but there is a problem,Well, really two problems.1 the compiler is extremely slow, gcc on Linux is about 10 times faster, How could I speed up the compilation process?. 2 the executables produced are too fat, for example qemu-system-i386 is 65 MB, but it should be 10.5 MB, if I use the -s option in configure returns an unknown error message, how could I fix it? Thank you