From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x31.google.com (mail-oa1-x31.google.com [IPv6:2001:4860:4864:20::31]) by sourceware.org (Postfix) with ESMTPS id AC0C2385801E for ; Tue, 5 Apr 2022 12:27:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AC0C2385801E 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-oa1-x31.google.com with SMTP id 586e51a60fabf-de48295467so14208575fac.2 for ; Tue, 05 Apr 2022 05:27:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IClRZX03tRc807il6PV6yhWyARZD3pCkzFhIjtb267Y=; b=Bigxzvb5rQs1GUDeuFT3CvwWlRR+lbZsE7gV9iUFqGcZzp/BaQTzbMaeirPWxecf4F kPB7TRK2TPZXtx0fAr1GSDELRjUvHYtoVvg2HWuRUGv/QHXouZBQGc8gGmKW3D/pATzz 40j6dWbJ4/TaFLlK/bllXrIzMlTlHQULLbm0oVceCrdtSt8MXIBva7/y4xCRsc8CD0iT vr/Rto5fZgl8Tb5xQrbR7KzmizF2rZ/8VTrea0Nd5lqvR7/79hLdnUb+lImgdmvPMSNU TezmW1GDomSSrXiXNZMFWiYFdxVza+Jaq2ULc/3TDkRwbmoXiaNv/IxVaqB/pvMRqA4F TkYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IClRZX03tRc807il6PV6yhWyARZD3pCkzFhIjtb267Y=; b=di0APCPrahMUAgv70wuiG8zNp1HmaXH6KsNYc40xVoy/ArVG/zboIc/G7cyFnIBKAm N30EMlqZwpIrGXiF6LokdTBo75DJTATlj7Qx4sEjgziqklHijIg+TtxPjFwYZmnASbjc g2HRM2QvkTyglEAvDUSrHBE1soFgCOevkbykDGYmYlPC1j+qOb3ycheINxb20gxpruL0 /Ool1O9+Q9Jc8BbEerBvr9tyDqhH9O+MjjtfdwEpCFU4S9Yd94piDsoItSzxF0njMKy3 MyYFMSSVS0Qf/WWRIio9l/YnAxg6Vab5qiM/d6KMoA9PM0bL6mT5WwT3Nxp5DnTi6ofV LdKA== X-Gm-Message-State: AOAM530qoLb0A6PLR5ZNNc/u23+2klp2rFT702q3XLG2B8f2PqZYUMKj csamy/8ccTdK0Ttz4mmXwcJcm4KcekdDzqq7BXU= X-Google-Smtp-Source: ABdhPJz1nIje5FGpxQen4JySJDWxjPSK0oHCauAdDyhXc9BY8EZzjVBa5h1JNt5AeSg74tcMXcpyrCj07RD9bsMjJKs= X-Received: by 2002:a05:6870:898c:b0:e2:165c:bfb2 with SMTP id f12-20020a056870898c00b000e2165cbfb2mr1429693oaq.204.1649161652996; Tue, 05 Apr 2022 05:27:32 -0700 (PDT) MIME-Version: 1.0 References: <627310138.2175415.1649161063968.ref@mail.yahoo.com> <627310138.2175415.1649161063968@mail.yahoo.com> In-Reply-To: <627310138.2175415.1649161063968@mail.yahoo.com> From: Russell VT Date: Tue, 5 Apr 2022 05:27:17 -0700 Message-ID: Subject: Re: Python without X11? To: test test Cc: "cygwin@cygwin.com" X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Tue, 05 Apr 2022 12:27:35 -0000 First off... might be better if your GECOS wasn't set to "test test." (even "stinkf42" would be better). Secondly, have you tried "./configure --help" yet? Yes, it's an unusual request, but simple options to "configure" should help. On Tue, Apr 5, 2022 at 5:19 AM test test via Cygwin wrote: > I was wondering if it is possible to compile Python so that it would not > use X11 at all? I have a small program that uses tkinter but would like to > run it without having a dependency to X11. I have managed to compile Tcl/Tk > that doesn't need X server but how to manage the same with Python? > > Thanks > > -- > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation: https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple > -- Russell M. Van Tassell