Raymond Toy <toy(a)rtp.ericsson.se> writes:
I tried doing a gnome build for the first time and everything seems
to
work ok, until I try to run temacs. (It links without complaints).
The error is:
./temacs -nd -batch -l /apps/public/XEmacs/src/xemacs-21.4.0/src/../lisp/update-elc.el
ld.so.1: ./temacs: fatal: relocation error: file
/apps/public/solaris2.7/GNOME/lib/libgnomeui.so.32: symbol gnome_help_display: referenced
symbol not found
ldd temacs shows all the expected libraries.
What do I need to get gtk running?
I think this is a problem with the GTK port (or packages) on solaris - did
you install it from ximian's packages?
To get it working for now, just configure --with-gnome=no.
-Bill P.