Yeah, I should have mentioned that you should always use "sudo -E" (preserve 
environment variables) when using GNUstep make.

So starting from scratch again, it would be: (I'd suggest trying the default 
install path with no prefix for now - it will install in subdirectories of 
/usr/local/):

cd core
cd make
./configure
make
sudo -E make install
. /usr/local/share/GNUstep/Makefiles/GNUstep.sh     # note that the command 
starts with period, space, forward-slash!
cd ..
cd base
./configure
make
sudo -E make install
cd ..
cd gui
./configure
make
sudo -E make install
cd ..
cd back
./configure
make
sudo -E make install
cd ..

Hope this helps
Eric

On 2011-09-26, at 7:39 AM, Jackie Gleason wrote:

> Hey that was great, I think you might have given me an idea. I tried running 
> all of them using sudo -s instead of the sudo command (you gave me the idea 
> that it was creating a new token everytime) this seems to have worked. 
> 
> That list might be good to add to the wiki, of course I don't have access but 
> someone may want to.
> 
> Thanks to everyone for their help I will keep testing it out.
> 
> Jackie
> 


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to