Re: Gorm won't start with gnustep-base-1.12.0
Fabian Borschel <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <a15b2b32720a7061fe71e7e61423cfbf@gai-jin> |
Hi, On 2006-03-28 13:31:08 +0200 Richard Frith-Macdonald <[email protected]> wrote: >> >> You must have deleted libgnustep-base.so.1.11 >> >> If you have deleted the version of the base library that Gorm was >> linked >> with, you must either rebuild Gorm to work with the new version, or >> restore the old one. > > Just for clarification ... when I say 'rebuild Gorm' I mean that any > binaries linked with the base library need to be relinked with the > new one. > That is at least the main Gorm executable, but may also be the > palettes it > loads (these contain code which may have been linked with the > library). The > simplest way to do it is a 'make distclean' followed by a complete > rebuild > of Gorm. > Shure. I completely rebuild gnustep (I use Gentoo and its package management and that builds things in a temp directory and then moves it to / . It also tracks all files related to one "package". After moving the install dir to / in deletes any other file that doesn't show up in the new "package". I now made a distclean on svn-code of Gorm and rebuild that again. The error didn't change. Regards, Fabian