From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe33.google.com (mail-vs1-xe33.google.com [IPv6:2607:f8b0:4864:20::e33]) by sourceware.org (Postfix) with ESMTPS id EA4BE3856DC3 for ; Mon, 5 Sep 2022 18:02:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EA4BE3856DC3 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-vs1-xe33.google.com with SMTP id k66so9455369vsc.11 for ; Mon, 05 Sep 2022 11:02:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date; bh=ryAqu3lJ3JIHNoHRqKzUFjv/8Ijkn2DzC8WpKrk+TXo=; b=Z+8e6zUtK9pFEGhZZM6dhD8MkSIWE4WSRtsWUUbxVZkzFxyruk6+VIJefOwZPU5iao ZFFfffGpwKRMgMJ2l9oT5NDnAakefCL2IfLS4gF5BrGUcFPL1EHfVyUM7yl2HJXwDO4N C4Is/PtrfjgnUUvj7m17XFUUdGyBqznguayYhECtpgCIKSbObKHKzzdFC5BjvWT9E0O8 /CWXWjGMtBgSTkFEWdgUs82N5aIsyJMrv61HEYaV+1M7Ij1/zvXxyjn3VxTPql2yTehY /1mYa97uv3xd8m/tLvbphEAY0etg8i+CiIYG0SPGJVJyGoN31Av+vCPXtOmVx1n85zQp LAlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date; bh=ryAqu3lJ3JIHNoHRqKzUFjv/8Ijkn2DzC8WpKrk+TXo=; b=AZuSDLunPRP2LhS2jZo5YFA6KbZ8jYBcyVm8b3aQQfhcwEBw+eU8Xvg6Vwul5bUMUI 5m0H1ORWt9S3DBtQGgtmMSYBH8iy/eqgfbbwdEnQ2o5MUoL0wc4+lvA+l3PZeb9t8YOn 9MkQOaqKgeEhXgdyf4Js1o/yso2lQAL4iuy1tFrSv398br5d9N7OlbNSwx6fzmrBEOHy q1+76P38D4abykNx82fT6rwaWnNJsrfxv9PUnrPbh7CatifsUTv/XvY/y3UJTMtWXsh4 2s5wIiA4dF1c7mOMzpBeGBgQkOL0XT1/2zGRlMAlT55eX/LJYKA9CETODAxXNwu7uQOM zRrA== X-Gm-Message-State: ACgBeo05dsUW9U13XGfK3fymNSLM/E9D/sN9MYT79NFzuzTM9QVLAVr6 y9n0PK7x2fo2P1nmlGoenv8jM03Y1p/mKz04hhuKa6mxGxA= X-Google-Smtp-Source: AA6agR5BjAeuLqwjrp/XNEwi18n4+dSamG0trOsYFimbfqC8wcELm83REpcuPXcPB3WBf6M6WMmexh2bvxbotx9Drkg= X-Received: by 2002:a67:d381:0:b0:392:a999:c0a with SMTP id b1-20020a67d381000000b00392a9990c0amr8740161vsj.33.1662400974162; Mon, 05 Sep 2022 11:02:54 -0700 (PDT) MIME-Version: 1.0 References: <002627af-3456-13dd-50c8-c92fb2049c45@zapateado.de> In-Reply-To: <002627af-3456-13dd-50c8-c92fb2049c45@zapateado.de> From: Juan carlos Rebate Date: Mon, 5 Sep 2022 20:02:16 +0200 Message-ID: Subject: Re: compile missing dependencies To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The problem is that I need the mingw chain to recognize the libraries compiled by me, but I can't. El lun, 5 sept 2022 a las 19:30, Helge Konetzka () escribi= =C3=B3: > > Hello, > > Am 05.09.22 um 18:54 schrieb Juan carlos Rebate: > > hello, I try to compile qemu but there are too many dependencies > > missing that I am not able to find in the package manager, one of them > > is gthread-2.0, I tried to get help from the qemu community but I do > > not receive a response, the only solution would be to pack the > > dependencies but no I know how to create the necessary scripts to link > > the dependencies to the cygwin system > > I've created cygports you can use to compile Qemu on cygwin: > > https://gitlab.com/hejko-cygwin/cygports > > Best Regards > Helge.