From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64714 invoked by alias); 13 Feb 2018 05:24:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 64697 invoked by uid 89); 13 Feb 2018 05:24:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy= X-HELO: mail-qk0-f179.google.com Received: from mail-qk0-f179.google.com (HELO mail-qk0-f179.google.com) (209.85.220.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Feb 2018 05:24:18 +0000 Received: by mail-qk0-f179.google.com with SMTP id z197so4353937qkb.6 for ; Mon, 12 Feb 2018 21:24:09 -0800 (PST) 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=r70LlQm/XP4ucB68YMysMmVxrlZ95WSbJ44rnk1gT7A=; b=ekXFGjOhFsuhGJkIGrX3dSesIPaKpTJikh6PuFvthYxYvrVztl7Pqu0H7McU3sc/ul +d0g/dWjrNoI9nn5Ir5jBXh+R5DUILVVPsFTWGoxHH+LCzvZTVQuxdIDurIXBQFuILTq RCn5P0vzn4sYiR33mS9AnulrMaaxGfpNsoB0MtjYZThB5c3JwjK6p4ltEjj092nFstBk ZZ5/m38GEDKkq6HTal7yqPDW47bLlbDS0TrzDTqRtypHVsgj2F0+atYUYFhj6qbxvtvm 62vhJmFmOmgLTj4x51JPcg3jbJk0Fe+5WyIwzaQ+oFnsM9yMqKML1IlZ416MFjspOzOt ULkg== X-Gm-Message-State: APf1xPDoz+eJPZLgtQcBhuNUk0gBZ3mhOdEi/U/j0CGqcuOke8ty1Z8G m1Pw/T4SakdJ/GthjB3ZPwG3ZAF5HoQaxWuO7tOj5vFD/8Y= X-Google-Smtp-Source: AH8x22755zWD46fRIazqVDshAUC0GRxCVyMZCkE3QEG2pEe0m9OLEe34NLQBkQA5YVrK7uutJOLOqusoyKpTmtVV/q0= X-Received: by 10.55.52.201 with SMTP id b192mr70030qka.144.1518499447563; Mon, 12 Feb 2018 21:24:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.11.129 with HTTP; Mon, 12 Feb 2018 21:24:06 -0800 (PST) From: Biswapriyo Date: Tue, 13 Feb 2018 05:24:00 -0000 Message-ID: Subject: Compile cygwin1.dll from source code To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-02/txt/msg00130.txt.bz2 I want to edit some code in cygwin1.dll for my project. So, I clone git repository from this url: git://sourceware.org/git/newlib-cygwin.git I've gcc, g++, make installed with cygwin and mingw-w64 (and also in WSL). But none of them generate DLL file. I also follow the commands ./configure & make. Command generates only object files. Is it possible to compile cygwin1.dll from its source code? -- 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