X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: 1.5.21: Problem building C application in Cygwin Date: Tue, 7 Nov 2006 14:49:56 -0000 Message-ID: <01b601c7027b$fde7fa60$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On 07 November 2006 14:43, Narayana V.V.L wrote: > Hi, > > I have installed Cygwin on my system (WinXP). I have an written a sample > application in Visual Studio 2005. When I try to build(compile) this > application in cygwin using VC8 compiler & make file it fails. > But the same application builds with VC8 when built in windows command > prompt. > Any help in setting up of the Visual Studio settings in Cygwin would be > appreciated. The makefiles generated by visual studio are only suitable for use with microsoft's nmake. You should be able to successfully invoke nmake on them from the cygwin bash shell, but there is no way that gnu make can understand MSVC-format makefiles. Then again, if you're only using cygwin as a shell to kick off microsoft's compiler and make utility, why are you using cygwin at all? Why not a DOS shell? cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/