From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31776 invoked by alias); 19 Jan 2011 02:03:37 -0000 Received: (qmail 31767 invoked by uid 22791); 19 Jan 2011 02:03:36 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,TW_BJ,TW_JC X-Spam-Check-By: sourceware.org Received: from smtp193.iad.emailsrvr.com (HELO smtp193.iad.emailsrvr.com) (207.97.245.193) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Jan 2011 02:03:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp39.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id DB9539878A; Tue, 18 Jan 2011 21:03:29 -0500 (EST) Received: from dynamic11.wm-web.iad.mlsrvr.com (dynamic11.wm-web.iad1a.rsapps.net [192.168.2.218]) by smtp39.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id B77A898448; Tue, 18 Jan 2011 21:03:29 -0500 (EST) Received: from meta-innovation.com (localhost [127.0.0.1]) by dynamic11.wm-web.iad.mlsrvr.com (Postfix) with ESMTP id 91101E0086; Tue, 18 Jan 2011 21:03:29 -0500 (EST) Received: by www2.webmail.us (Authenticated sender: nicola.pero@meta-innovation.com, from: nicola.pero@meta-innovation.com) with HTTP; Wed, 19 Jan 2011 03:03:29 +0100 (CET) Date: Wed, 19 Jan 2011 02:03:00 -0000 Subject: Re: Objective-C From: "Nicola Pero" To: "=?UTF-8?Q?Carles=20Set=C3=B3?=" Cc: gcc-help@gcc.gnu.org, "Jonathan Wakely" MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Type: plain In-Reply-To: References: Message-ID: <1295402609.592925699@192.168.4.58> 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: 2011-01/txt/msg00273.txt.bz2 The compiler is only part of what you need to actually program in Objective= -C. You mention "on my PC" and "unzip", which suggests that you are using Micro= soft Windows (just guessing, let me know if I'm wrong). ;-) In that case, I would recommend GNUstep's Windows installer to start with -- http://www.gnustep.org/resources/sources.html#windows that should help you get running with the GNU Objective-C compiler, runtime library and the basic GNUstep libraries needed to actually do anything with the Objective-C language. There are other options; but if you're on Microsoft Windows and want to do Objective-C, as far as I know that is the easiest option. Thanks -----Original Message----- From: "Jonathan Wakely" Sent: Wednesday, 19 January, 2011 02:23 To: "Carles Set=C3=B3" Cc: gnu@gnu.org, "gcc-help@gcc.gnu.org" , "gcc@gcc.gn= u.org" Subject: Re: Objective-C On 19 January 2011 01:13, Carles Set=C3=B3 wrote: > Dear GNU managers, Please don't cross-post like this - your question is suitable to the gcc-help mailing list, not the other addresses you used. Please keep any follow up to the gcc-help list, thanks. > I have installed gcc-4.5.0. on my PC and I want to compile to practise Ob= jective-C language. One of my purposes is training to become a Apple develo= per. > > What file I should download, (unzip), objc or objcp?, what's the differen= ce between these two ones? I'm not sure what files you mean, but I believe objcp is for Objective-C++. You might be able to find pre-built GCC packages to install, depending which OS you're running. That is a lot easier than building GCC yourself. See http://gcc.gnu.org/install/binaries.html