[OGo-MacOSX] environment variables stopping compilation

Stephen macosx@opengroupware.org
Sat, 18 Aug 2007 00:20:59 +1200


Hi All,

I've got a number of GNUSTEP environment variables set in my user 
profile on an OS X 10.4 system and these seem to be stopping the SOPE 
compilation working.  I can set up a new local account and the 
environment variables don't appear and SOPE compilation works in the new 
account.

I've checked the usual suspects, ~/.bash_profile, 
~/.MacOSX/environment.plist, and there is no ~/.profile file. The 
environment vars aren't in any of these files. Nothing in /etc/profile 
either.

Could anyone tell me how to get rid of the environment variables 
below...? [Thank you!]

declare -x 
CLASSPATH="/Users/sdw/GNUstep/Library/Libraries/Java:/Users/sdw/GNUstep/System/Library/Libraries/Java"
declare -x 
DYLD_FRAMEWORK_PATH="/Users/sdw/GNUstep/Library/Frameworks:/Users/sdw/GNUstep/System/Library/Frameworks"
declare -x 
DYLD_LIBRARY_PATH="/Users/sdw/GNUstep/Library/Libraries:/Users/sdw/GNUstep/System/Library/Libraries"
declare -x GNUSTEP_FLATTENED="yes"
declare -x GNUSTEP_HOST="powerpc-apple-darwin8.10.0"
declare -x GNUSTEP_HOST_CPU="powerpc"
declare -x GNUSTEP_HOST_OS="darwin8.10.0"
declare -x GNUSTEP_HOST_VENDOR="apple"
declare -x GNUSTEP_LOCAL_ROOT="/Users/sdw/GNUstep"
declare -x GNUSTEP_MAKEFILES="/Users/sdw/GNUstep/System/Library/Makefiles"
declare -x GNUSTEP_NETWORK_ROOT="/Users/sdw/GNUstep"
declare -x GNUSTEP_PATHLIST="/Users/sdw/GNUstep:/Users/sdw/GNUstep/System"
declare -x GNUSTEP_SYSTEM_ROOT="/Users/sdw/GNUstep/System"
declare -x GNUSTEP_USER_ROOT="/Users/sdw/GNUstep"
declare -x 
GUILE_LOAD_PATH="/Users/sdw/GNUstep/Library/Libraries/Guile:/Users/sdw/GNUstep/System/Library/Libraries/Guile"