Riccardo Mottola wrote:

I think your GNUstep.sh/GNUstep.csh is not sourced correctly or, worse, your environment is getting reset. I get a similar error when I try to do "sudo make install" where sudo (partially) resets the environment.

For that reason I have got accustomed to using the slightly more complicated

  sudo make install DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH"   (on OS X)
sudo make install LD_LIBRARY_PATH="$LD_LIBRARY_PATH" (other platforms)

Wolfgang



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to