X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <18345234 DOT post AT talk DOT nabble DOT com> Subject: RE: configure:2090: error: C compiler cannot create executables Date: Tue, 8 Jul 2008 19:03:57 +0100 Message-ID: <01ae01c8e124$fdee6330$2708a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <18345234.post@talk.nabble.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: 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 sugitakukun wrote on 08 July 2008 18:55: > Hi everyone. > > I installed Cygwin a little days ago to use gcc & g++. > I tried "gcc hello.c -o test" ,but no error messages were printed and no > file were made.(So do g++ & hello.cpp) Missing DLL, most likely. Run "cygcheck `gcc -print-prog-name=cc1`" to verify and find out what's missing, then re-run setup.exe - it should pick up the missing dependencies automatically. 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/