From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) by sourceware.org (Postfix) with ESMTPS id 4D0B03858D35 for ; Tue, 28 Jul 2020 02:52:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4D0B03858D35 Received: by mail-lj1-x235.google.com with SMTP id t6so6540184ljk.9 for ; Mon, 27 Jul 2020 19:52:41 -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=Gj9I3but6Wizsz7pH3UthogUgWC4FS7+wIWGmjbltlI=; b=MWq9O8ITtDkIgopAr8TYgpyHaBwAw4S2uxSMAgHVYFkN5Qf4R+ppyMk6ZvIJOMTbDy /ZjPDOyDh0mi1+81Su88ylnIfecdmSfyGLH7Inu8VkKvbbN9LmHwf7zFn0p/5H3eHBcI 2dAetVekKZ5Nqo6t5jqBG2gu2IXlM0bEojPzZF4F/iXvqj0Zw0WXyoV3cTfVqaBEIVMl pf1R2NbWxONt3ziElEgzQme+CQK3bMRxbhDC9Y+eZ4DUUaDbnyazIPxBYlea6HVejZOc k+NrM8McUxebil35kHZvNyh9gN2JPh0wVxM30PkwvXxtEBksI12QQhYx4tDtq5VxOLSF q/2w== X-Gm-Message-State: AOAM530vphO0z321GKoQGGlyvymhdqJ8L9bK1IOwSchvOpewhzb5jThg MkfvtKj4bXNNlUX+jqHWR3aUgJ143v8GjeA9VtDNkQg= X-Google-Smtp-Source: ABdhPJzzx0w5Q6s1XMlXJWSr36+ff7LhYAAZqDG7A6udG9uIEeCb0746Y7IjLbfR41afIAIBJOuhi7bTqaoxo1YNV8c= X-Received: by 2002:a2e:8582:: with SMTP id b2mr11772634lji.50.1595904759527; Mon, 27 Jul 2020 19:52:39 -0700 (PDT) MIME-Version: 1.0 From: marty leisner Date: Mon, 27 Jul 2020 22:52:03 -0400 Message-ID: Subject: setting up a cygwin cross compiler on linux To: cygwin@cygwin.com X-Spam-Status: No, score=-3.4 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 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: Tue, 28 Jul 2020 02:52:42 -0000 I want to cross compile cygwin programs on linux. I vaguely recall there was a debian package for this years ago. No luck now. All my web searches talk about cross compiling on cygwin for linux. I wonder if there's a pre-assembled kit to do this (i.e. include files, libraries, and specs file) marty