.. /usr/GNUstep/System/Makefiles/GNUstep.sh (I called it under root as well
as make install)
The line is: . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh that's "dot space" in front of the path to the file.
However when doing "./configure" at gnustep-base I got an error message
[EMAIL PROTECTED]:~/gnustep-base-1.8.0$ ./configure
configure: error: You must run the GNUstep initialization script first!
Sourcing GNUstep.sh needs to happen in any login session, I suggest adding that line to you ~/.bash_profile, or your ~/.xinitrc. The environment is only updated in the session you source the file, so it's not something you can just run once. Try sourcing it, and then try the ./configure. You should find it working.
__Armando
_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-gnustep
