Re: Compiling Objective-C Using Cygwin

2013-05-02 Thread Larry Hall (Cygwin)
On 5/2/2013 4:01 PM, Eric Kessler wrote: Thanks! That did it. I found the package under the category Devel. There are so many packages and categories, I didn't know which ones to include and where to look for them. The installer does have a dependency checker, but it doesn't seem to catch all

Re: Compiling Objective-C Using Cygwin

2013-05-02 Thread Eric Kessler
Thanks! That did it. I found the package under the category Devel. There are so many packages and categories, I didn't know which ones to include and where to look for them. The installer does have a dependency checker, but it doesn't seem to catch all the dependencies. -- Problem reports:

Re: Compiling Objective-C Using Cygwin

2013-05-02 Thread Larry Hall (Cygwin)
On 5/2/2013 3:42 PM, Larry Hall (Cygwin) wrote: That page is generated from by entering "cc1obj". It tells you the packages contain the string you searched ^ ing for. So

Re: Compiling Objective-C Using Cygwin

2013-05-02 Thread Larry Hall (Cygwin)
On 5/2/2013 3:14 PM, Eric Kessler wrote: Larry Hall (Cygwin cygwin.com> writes: You can't do this. Cygwin != Linux! Of course! I'll delete those files and get the Windows files. Install gcc4-

Re: Compiling Objective-C Using Cygwin

2013-05-02 Thread marco atzeri
Il 5/2/2013 8:14 PM, Eric Kessler ha scritto: Larry Hall (Cygwin cygwin.com> writes: You can't do this. Cygwin != Linux! Of course! I'll delete those files and get the Windows files. Install

Re: Compiling Objective-C Using Cygwin

2013-05-02 Thread Eric Kessler
Larry Hall (Cygwin cygwin.com> writes: > > You can't do this. Cygwin != Linux! > Of course! I'll delete those files and get the Windows files. > > > > Install gcc4-objc. > Thanks! But that page

Re: Compiling Objective-C Using Cygwin

2013-05-02 Thread Larry Hall (Cygwin)
On 5/2/2013 2:00 PM, Eric Kessler wrote: I am trying to learn Objective-C using Cygwin. First I wrote a hello world program in C and compiled it thus: gcc -o inventry inventry.c and it worked perfectly. Then I renamed the source file inventory.m, and since every C program should be a valid Ob

Compiling Objective-C Using Cygwin

2013-05-02 Thread Eric Kessler
I am trying to learn Objective-C using Cygwin. First I wrote a hello world program in C and compiled it thus: gcc -o inventry inventry.c and it worked perfectly. Then I renamed the source file inventory.m, and since every C program should be a valid Objective-C program, compiled it thus: gcc