Re: running make

2006-09-08 Thread mcgurme
Riccardo, You are just wrong to call someone not clever. Did you consider: - If someone installs a standard unix, such as Ubuntu, that most of the libraries for Gnustep are missing? - Getting all these standard libraries installed is a pain in the rear? It takes time and experience That's the

Re: running make

2006-09-08 Thread [EMAIL PROTECTED]
mcgurme schrieb: I presently have five different Gnustep installations on all variety of Linuxen. But it's still not trivial to make new ones. It is different for every environment, and quite finicky as to the versions of each library installed. A quite different soultion would be to

Re: running make

2006-09-08 Thread mcgurme
Gnustep LiveCD looks like a great solution that I've been meaning to check out. But , the reason for the five different installs is that I'm testing my lab's GFS software (http://gfs.unc.edu) under all different Linux/Gnustep configurations to make sure that when we release it, it will run

Re: running make

2006-09-08 Thread Chris Vetter
On 2006-09-05 16:13:10 +0200 mcgurme [EMAIL PROTECTED] wrote: [...] You are basically right what you said up to here, but And that's the point. The reason Gnustep doesn't have more users is simple: 1. It has too much overhead to install and get running, but more importantly, 2. People such as

Re: running make

2006-09-08 Thread Riccardo
Hey, On Tuesday, September 5, 2006, at 04:13 PM, mcgurme wrote: - If someone installs a standard unix, such as Ubuntu, that most of the libraries for Gnustep are missing? if you -cough cough- use ubuntu, then use gnustep packages even. Those will pull in the correct dependencies. Most

Re: running make

2006-09-03 Thread phil taylor
On Sun, 2006-09-03 at 15:27 +0200, Alfred Schmidt wrote: You wrote I am new to GNUstep, and simply trying to compile my first program. I That's something I went through last weekend. For having the correct settings, I modified .bashrc to having a line reading (as Tima already pointed

running make

2006-09-02 Thread phil taylor
I am new to GNUstep, and simply trying to compile my first program. I have installed GNUstep on Debian Etch. The problem I am getting looks to be simply one of getting a path env variable setup, in this case GNUSTEP_MAKEFILES. I have added this line to my .bashrc:

Re: running make

2006-09-02 Thread Tima Vaisburd
On Saturday 02 September 2006 18:39, phil taylor wrote: I have added this line to my .bashrc: GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles You need to export it. export GNUSTEP_MAKEFILES I prefer the style export GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles But you