X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: Problem with gcc Date: Tue, 11 Jul 2006 10:25:40 +0100 Message-ID: <032c01c6a4cb$f9c6a7a0$a501a8c0@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: <200607110721.k6B7LBCg029663@enterprise2.newlogic.at> 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 11 July 2006 08:21, Guenther Sohler wrote: > Hallo, > > I have downloaded the lastest version cygwin yesterday, and wanted to use > gcc. Unfortunately no success. > I do a small test file a.c with just a simple main function and i type > > gcc -c a.c > > But there is no object file created. > > echo $? returns 1, which indicates an error, > > but I dont have any idea how to track down the problem. > I tried the latest version of gcc, and 3.3.3. > > How can I proceed ? Add "-v" to the command-line, and you'll see what's going on in terms of the subcommands invoked by the gcc compiler driver; you should see which one fails. Make sure your binutils is installed OK. 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/