From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16897 invoked by alias); 11 Sep 2008 23:36:46 -0000 Received: (qmail 16889 invoked by uid 22791); 11 Sep 2008 23:36:46 -0000 X-Spam-Check-By: sourceware.org Received: from yx-out-1718.google.com (HELO yx-out-1718.google.com) (74.125.44.152) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 Sep 2008 23:35:41 +0000 Received: by yx-out-1718.google.com with SMTP id 36so215847yxh.26 for ; Thu, 11 Sep 2008 16:35:38 -0700 (PDT) Received: by 10.103.229.19 with SMTP id g19mr2460272mur.19.1221176137851; Thu, 11 Sep 2008 16:35:37 -0700 (PDT) Received: from ?192.168.0.10? ( [77.81.75.100]) by mx.google.com with ESMTPS id u9sm11714029muf.9.2008.09.11.16.35.36 (version=SSLv3 cipher=RC4-MD5); Thu, 11 Sep 2008 16:35:37 -0700 (PDT) From: Mihai =?utf-8?q?Don=C8=9Bu?= To: gcc-help@gcc.gnu.org Subject: Re: Gcc help Date: Thu, 11 Sep 2008 23:36:00 -0000 User-Agent: KMail/1.9.9 Cc: ivan k References: <286323.12219.qm@web55704.mail.re3.yahoo.com> In-Reply-To: <286323.12219.qm@web55704.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200809120235.34485.mihai.dontu@gmail.com> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-09/txt/msg00088.txt.bz2 On Friday 12 September 2008, ivan k wrote: > Ok i am really hoping this is the right email for thr > question i have. I am a new programmer and am learning > C++ right now. im still in high school and hoping to > be a software engineer. So i downloaded what i think > is you GCC 4.2.4 compiler. now i extracted the whole > thing but i have know idea what do to next. I have > written some code but have no idea how to use to > compiler to test it out. there no exe file or nothing > to run. I have looked over the website but i cant seem > to find anything. might just be that im looking in the > wrong places. A bit of help would be nice. if this is > the wrong email to email to please lemme know which > one i need to email. You have, most likely, downloaded the *nix-targetted version[1]. Given the fact that you are looking for an *.exe, I think what you need is this[2]. Also, read this[3] too. :) Enjoy! [1] http://gcc.gnu.org [2] http://www.mingw.org/ [3] http://www.mingw.org/node/24 -- Mihai Donțu