From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31964 invoked by alias); 8 Jun 2009 16:20:18 -0000 Received: (qmail 31953 invoked by uid 22791); 8 Jun 2009 16:20:17 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Jun 2009 16:20:07 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MDhZq-0005lC-Pt for cygwin-talk@cygwin.com; Mon, 08 Jun 2009 16:20:02 +0000 Received: from wwwproxy.qinetiq.com ([192.102.214.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 16:20:02 +0000 Received: from dcdews by wwwproxy.qinetiq.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 16:20:02 +0000 To: cygwin-talk@cygwin.com From: David Dews Subject: Installing Cygwin Date: Mon, 08 Jun 2009 16:20:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-talk-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-talk-owner@cygwin.com Reply-To: The Vulgar and Unprofessional Cygwin-Talk List Mail-Followup-To: cygwin-talk@cygwin.com X-SW-Source: 2009-q2/txt/msg00034.txt.bz2 Just tried to download and run Eclipse Ganymede (C/C++ IDE) on a Windows platform from scratch using the notes found at http://www.codeproject.com/KB/tips/CPP_Dev_eclipse_CDT.aspx. The Windows platform is standalone (ie. not connected to the internet). MinGW (as recommended) assumes internet connectability (as does Cygwin). What Cygwin files do I need to download to simply get "make", "gcc" and "gdb" to work on the command line? Many Thanks.