delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=3.6 required=5.0 tests=AWL,BAYES_50,DATE_IN_FUTURE_03_06,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_BX,TW_IB,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4E0E2E92.5040406@aol.com> |
Date: | Fri, 01 Jul 2011 13:31:14 -0700 |
From: | Tim Prince <n8tm AT aol DOT com> |
Reply-To: | tprince AT computer DOT org |
User-Agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.1.3-1.el6 Thunderbird/3.1.3 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: compiling with visual studio |
References: | <C789D6D0-7FCF-4CC6-BD68-5A220D224793 AT flashpixx DOT de> |
In-Reply-To: | <C789D6D0-7FCF-4CC6-BD68-5A220D224793@flashpixx.de> |
x-aol-global-disposition: | G |
X-AOL-SCOLL-SCORE: | 0:2:394749088:93952408 |
X-AOL-SCOLL-URL_COUNT: | 0 |
x-aol-sid: | 3039ac1d33844e0e041e099b |
X-AOL-IP: | 69.133.204.177 |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 07/01/2011 09:22 AM, Kraus Philipp wrote: > Hello, > > I'm new with cygwin and hope my question is not off topic. I try to port a C++ framwork to Windows. The framework uses Atlas and LAPack, libxml (with libiconv and zlib) and GiNaC with CLN. Some libs like zlib can I build with the Visual Studio nmake command, but other can be build with configure, make, make install only. > > I have setup the Cygwin.bat with Visual Studio (the Atlas developer describe this on http://math-atlas.sourceforge.net/errata.html#WinComp) but do I understand it in a correct way, that after setting the environmental variables, I can use the VS compiler under Cygwin? I have installed the gcc, g++, gfortran and make tools under Cygwin and can compile my libraries, but the configure script determine the ld linker. If I have compiled a library under cygwin, can I link the binary in Visual Studio? > > Thanks > > If you want to link gnu compiled objects under Visual Studio, the mingw cross compilers would be more suitable than the cygwin compiler. This quickly gets off topic. If you want to use standard Makefiles, gnu make (including, but not restricted to, the cygwin one) is a better bet than nmake. There's no law against using mingw or even CL with gnu make. -- Tim Prince -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |