On 7/15/07, David Chisnall <[EMAIL PROTECTED]> wrote: > On 15 Jul 2007, at 14:59, Jesse Ross wrote: > > > [EMAIL PROTECTED]:~$ defaults read > > deafults: error while loadig shared libraries: libgnustep-base.so. > > 1.14: cannot > > open shared object file: No such file or directory > > [EMAIL PROTECTED]:~$ . /System/Library/Makefiles/GNUstep.sh > > [EMAIL PROTECTED]:~$ defaults read > > Typewriter NSRecentDocuments '( > > ... > > That's exactly what I experienced (FreeBSD). It seems that > GNUstep.sh sets up some loader paths that can't be found just by > reading GNUstep.conf, since they need to be set before the app > launches. I think openapp uses a shell script trampoline to do this, > but defaults doesn't. >
I am not sure I am right, but I think you don't need to source GNUstep.sh only if you use Unix file system layout where everything is under bin/, lib/, include/, etc. If it is not the case (ex. using GNUstep layout), you need to add GNUstep path into your $PATH and modify ld.conf (probably for linux), etc. So if you use standard GNUstep layout, you still need to source GNUstep.sh. Yen-Ju > _______________________________________________ > Etoile-dev mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-dev > _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
