Unless /home/wodeming/gnustep/dev-apps/gorm/GormCode/obj is in your dynamic loader's search path (on free operating systems usually can be overridden via LD_LIBRARY_PATH), then it naturally cannot be found.
You'll want to "sudo -E make install" Gorm before using it, so it also installs libGormCore.so.1 in a directory that's in the loader search path. On 6. 8. 2012., at 15:57, Citizen Jimserac <[email protected]> wrote: > On Ubuntu 12.04 > > The source line has been added to .bashrc > . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh > so that's not it. > > ./Gorm: error while loading shared libraries: libGormCore.so.1: cannot > open shared object file: No such file or directory? > > But libGormCore.so.1 is sitting right there in the directory: > /home/wodeming/./gnustep/dev-apps/gorm/GormCore/obj/libGormCore.so.1 > > The compile and link went fine. What am I missing? > > Thanks > J > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
