X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=Q18KbDnqTG2a+7FxIxU0+Gss7uq7C aAbzaNUyJGeXgs54W2GtwqE9EuRUOPtEn+h8MBS7oI1T8RhtEEp4u7m4RbOruLuk u0Z8QcN1JxDhmb3NfhrEgxz1xFJwaKe915WR08bjkasgaH4XvrpKPD0YT1qRyRLQ ktrDPpNck1vL+Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=K2hnDXcb6n2VzhtHwDdgaokC3dI=; b=CQU sw6HWXpGk83Mf1Z4GtjlJBcf/BtItU1pk4Q0JIRPuixf5b7TPzrgTTJGwdBiFr+s jZjGE6Q4O5azOrqvI6bTFjEQ8FaG4xQ/cNKjBmQK/xnPWP2Ga4cc9slypDjQuZp2 LLqnoYwjbpxOxJZ1AYdlNg7DwopGZvMtsphg2jv8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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 From: Biswapriyo Date: Tue, 13 Feb 2018 10:54:06 +0530 Message-ID: Subject: Compile cygwin1.dll from source code To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" 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