Re: how to compile a .m

2009-10-14 Thread David Chisnall
A couple of other people have already mentioned GNUstep Make. For short programs, gnustep-config is also an option. You can compile a simple Objective-C program like this: gcc `gnustep-config --objc-flags --base-libs` hello.m This will generate an a.out file linked against GNUstep Base

Re: how to compile a .m

2009-10-14 Thread Jean-Loïc Mauduy
Thank you everyone for your answers. The GNUmakefile worked well! Now I have another .m, that I used in a main.m, described by a .h. How do I include this new information in the makefile? Thank you for your help! Jean-Loic 2009/10/14 David Chisnall thera...@sucs.org A couple of other people

Re: how to compile a .m

2009-10-14 Thread David Chisnall
Just add it to the GNUmakefile, so this line test_OBJC_FILES = hello.m becomes something like test_OBJC_FILES = hello.m main.m You don't need to specify headers in the GNUmakefile unless you are building a framework, or some other target where the headers need to be installed. David On

Re: how to compile a .m

2009-10-14 Thread Robson Cardoso dos Santos
I believe this links will help you: http://www.gnustep.it/nicola/Tutorials/ http://www.gnustep.it/nicola/Tutorials/MoreOnMakefiles/index.html 2009/10/14 Jean-Loïc Mauduy zhor...@gmail.com: Thank you everyone for your answers. The GNUmakefile worked well! Now I have another .m, that I

Re: Changes I've been thinking of...

2009-10-14 Thread Manuel Guesdon
On Thu, 08 Oct 2009 11:33:03 +0100 Richard Stonehouse rich...@rstonehouse.co.uk wrote: | The mirrors were always a bit problematic - even then, some of the alleged | mirrors didn't work, and those that did often didn't get updated with the | latest changes until long after they had happened.

What is GNUStep used for?

2009-10-14 Thread Gary Dumer
Exactly what is GNUStep used for? Here's what I can figure out: 1. It's not an operating system. 2. It's not a GUI builder. 3. It includes Objective-C as its main application building tool. 4. It has some really ugly, retro looking apps  (Gorm... etc.) for developing programs. What I'd like

Re: What is GNUStep used for?

2009-10-14 Thread Nicolas Roard
On Wed, Oct 14, 2009 at 11:25 PM, Gary Dumer gedu...@yahoo.com wrote: Exactly what is GNUStep used for? Here's what I can figure out: 1. It's not an operating system. 2. It's not a GUI builder. 3. It includes Objective-C as its main application building tool. 4. It has some really

Re: What is GNUStep used for?

2009-10-14 Thread Gregory Casamento
Gary, On Wed, Oct 14, 2009 at 6:25 PM, Gary Dumer gedu...@yahoo.com wrote: Exactly what is GNUStep used for? See below. :) Here's what I can figure out: 1. It's not an operating system. Correct. 2. It's not a GUI builder. Part of it is. GNUstep is an API and Development

Re: What is GNUStep used for?

2009-10-14 Thread h...@computer.org
On 15 Okt., 00:25, Gary Dumer gedu...@yahoo.com wrote: Exactly what is GNUStep used for? Here's what I can figure out: 1. It's not an operating system. 2. It's not a GUI builder. 3. It includes Objective-C as its main application building tool. 4. It has some really ugly, retro looking