David Kruszewski <zyggykrus <at> muchomail.com> writes: > ... > Everytime I start a > shell I am told " /usr/lib/GNUstep/System/Library/Makefiles/user_home: No > such file or directory".
The problem seems to be your shell setup, not GNUstep itself. By default, GNUstep is nowadays installed under /usr/GNUstep..., not /usr/lib/GNUstep. So you should check where the file is (presumably /usr/GNUstep/System/Makefiles/GNUstep.sh), then search in the shell's startup files (~/.bashrc ~/.bash_profile ~/.profile /etc/bashrc /etc/profile or whatever) for the line ". /usr.../GNUstep.sh" or "source /usr.../GNUstep.sh" and adjust the path (i.e. /usr/lib->/usr). ingolf _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
