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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=VTKplkvjKL3oltKv H2CFMitzHhkE70lXcOWVwB9h+XjbmmJ/uieXGh0jvqg01jX5fvKn6FsIkAUUVKF9 ypg7uL4P4+t1NOI2MQCID9dQC/edBysQrU/eDL1KjpxGKGEDAR5xU3hHvE+AzaAk QVhWaXajGokM/BnvzmevOnpon5I= 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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=kqrnWK5tFpdWCTmmcbyspu JSSpI=; b=qd/1839beOtcKNZ2a9pWxfbP3DQcP73urKOUwIkfgSyb9ME2Tk1NlU /3AjDKgkScowC6pmebaPHAA3aSOXiG5A1IIDLWt6DIBf+G9ALQ4HlKwg9wackpms wbYFkodTHZURuQSigKeMUpA4YK4eG7ZcQn/WarWQjd+Kbyes2gUrM= 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.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_BODY_URIBL_PCCC,KAM_FROM_URIBL_PCCC,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtp.ht-systems.ru Date: Thu, 29 Jan 2015 05:34:37 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <812293415.20150129053437@yandex.ru> To: Matt Thomas , cygwin AT cygwin DOT com Subject: Re: Cygwin gcc mingw python development environment configuration In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, Matt Thomas! > I need to find references describing methods to configure: > - Cygwin gcc environment > - the Cygwin version of MingGW environment > - gcc or mingw configurations for python compilations > My questions are: > - how to include all needed gcc source paths (of many) > - how to include all needed library paths > - do the ar as nm and other tools need to be specified in a configuration? These are very generic questions, not related to Cygwin per se. Grab first available book on GCC and read the answers from there. > - how to include gcc/mingw options when needed for python setup.py situations I don't know, what you mean here, but I suppose the answer is the same. Cygwin aims to provide POSIX compatible(as much as possible within operating system restrictions) execution environment. This is NOT an emulation, but a compatible API and a set of tools. Some caveats exist, as with any compatibility layer, but your mileage may vary. Depends on the nature of your applications, you may never face them. -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 29.01.2015, <05:27> Sorry for my terrible english... -- 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