delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
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 |
Reply-To: | Cygwin List <cygwin AT cygwin DOT com> |
Message-Id: | <6.2.0.14.0.20041212173750.02f613c8@pop.prospeed.net> |
Date: | Sun, 12 Dec 2004 17:51:07 -0500 |
To: | "Daniel Starin" <ds708 AT columbia DOT edu>, <cygwin AT cygwin DOT com> |
From: | Larry Hall <lh-no-personal-replies-please AT cygwin DOT com> |
Subject: | Re: Visual Studio linking |
Cc: | <alastair DOT growcott AT bakbone DOT co DOT uk> |
In-Reply-To: | <200412122238.iBCMbvGM013362@pecan.cc.columbia.edu> |
References: | <200412122238 DOT iBCMbvGM013362 AT pecan DOT cc DOT columbia DOT edu> |
Mime-Version: | 1.0 |
At 05:39 PM 12/12/2004, you wrote: >Hi. > > I am also trying to use functions implemented in cygwin1.dll with >Visual Studio as discussed below. After started a blank console application >and following steps below, I get to linking which gives me the following >error: > >Linking... >LIBCMTD.lib(crt0.obj) : error LNK2005: _mainCRTStartup already defined in >crt0.obj > >Any suggestions? Sure. Duck and run! You're clearly getting both the Cygwin and MS C run times linked in, which suggests you're using functionality from both. This can be dangerous in the extreme if you don't know what you're doing. In your particular case, you end up trying to link against CRT initialization routines from both libraries, which is clearly a recipe for disaster if it's not handled correctly. Doing this type of thing as the series of steps provided is no better than a work-around. It may work. It may not. If Alastair is willing to help you out with your case, that's great. But you should be warned that his approach isn't supported. Use it at your own risk. We're still looking for someone who's interested enough in this subject to re-enable automatic support for this in the Cygwin DLL itself. But it's been years since it worked and the level of interest by anyone on this list has never produced results unfortunately... -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |