Hi, > > $ echo $GNUSTEP_LOCAL_ROOT > > /opt/GNUstep/Local > > This is rather odd: You seem to have sourced GNUstep.sh (have you?). > Perhaps you could check whether your LD_LIBRARY_PATH environment > variable includes /opt/GNUstep/Local/Library/Libraries. If it doesn't > your workaround would be to add it manually.
This is indeed the problem. I have . /opt/GNUstep/System/Library/Makefiles/GNUstep.sh if [ `gdomap -L GDNCServer | grep -c Found` == '0' ]; then echo "Starting GNUstep services..." gdnc gpbs fi in my .bash_profile. Shouldn't GNUstep.sh automatically add /opt/GNUstep/Local/Library/Libraries to LD_LIBRARY_PATH? Greetings, Michael _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
