[Sunhelp] GNOME under Solaris 2.6

Wes Hofmann whofmann at mho.net
Fri May 28 13:29:11 CDT 1999


Hello, hopefully one of you can give me some pointers with this problem...

I recently purchased a SPARCbook 3GX and have installed Solaris 2.6 with all
of the reccomended patches from Tadpole and from SUN.  I have been trying to
get GNOME to compile under it but have so far failed.  I have follwed the
"GNOME on Solaris" howto at http://www.clanger9.demon.co.uk/computer/gnome/
virbatim, but to no avail.  Everything has worked perfectly but now when I
compile control-center-1.0.5, I get the following after configure has
completed and a few minutes of compilation has taken place: (listed is what
happens from the time the directory is entered until the time compilation
errors out)

*********************************

Making all in theme-switcher
make[3]: Entering directory
`/devel/gnome/control-center-1.0.5/capplets/theme-switcher'
/bin/sh ../../libtool --mode=link
c  -msupersparc -O3 -Wall -Wno-unused   -o theme-selector-capplet
../../control-center/libcapplet.la `imlib-config --libs` file.o globals.o
lister.o main.o signals.o demo.o gui.o install.o
../../control-center/libcapplet.la     -L/usr/local/lib -L/usr/openwin/lib -
R/usr/openwin/lib -L/usr/local/lib -lORBitCosNaming -lORBit -lIIOP -lORBitut
il -lglib -lresolv -lnsl -lsocket -lm  -lgnomeui -lart_lgpl -lgdk_imlib -lSM
 -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd -lres
olv -lposix4 -lnsl -lsocket -laudiofile -lm -ldb -lglib -ldl   -lImlib  -lgt
kxmhtml -ljpeg -lpng -lz -lSM -lICE -lgtk -lgdk -lgmodule -lglib -ldl -lXext
 -lX11 -lsocket -lnsl -lm -lgnorba
gcc -msupersparc -O3 -Wall -Wno-unused -o .libs/theme-selector-capplet
../../control-center/.libs/libcapplet.so -L/usr/local/lib -lORBitCosNaming -
lORBit -lIIOP -lORBitutil -lglib -lresolv -lnsl -lsocket -lm -lm -ldl -L/usr
/openwin/lib -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lgnomeui 
-lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome
 -lgnomesupport -lesd -lresolv -lposix4 -lnsl -lsocket -laudiofile -lm -ldb 
-lglib -ldl -L/usr/local/lib -lImlib -ljpeg -ltiff -lgif -lpng -lz -lm -lXex
t -L/usr/openwin/lib -lSM -lICE -lXext -lX11 -lsocket -lnsl file.o globals.o
lister.o main.o signals.o demo.o gui.o install.o
../../control-center/.libs/libcapplet.so -lORBitCosNaming -lORBit -lIIOP -lO
RBitutil -lglib -lresolv -lnsl -lsocket -lm -lm -ldl -lgnorba -lORBitCosNami
ng -lORBit -lIIOP -lORBitutil -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -l
gtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd -lresolv -lpos
ix4 -lnsl -lsocket -laudiofile -lm -ldb -lglib -ldl -L/usr/local/lib -L/usr/
openwin/lib -L/usr/local/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lg
lib -lresolv -lnsl -lsocket -lm -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE 
-lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd -lresolv -lp
osix4 -lnsl -lsocket -laudiofile -lm -ldb -lglib -ldl -lImlib -lgtkxmhtml -l
jpeg -lpng -lz -lSM -lICE -lgtk -lgdk -lgmodule -lglib -ldl -lXext -lX11 -ls
ocket -lnsl -lm -lgnorba -R/usr/local/lib -R/usr/openwin/lib
ld: warning: file ../../control-center/.libs/libcapplet.so: attempted
multiple inclusion of file
Undefined                       first referenced
 symbol                             in file
XpmFreeXpmImage                     /usr/local/lib/libgtkxmhtml.so
XpmCreateXpmImageFromBuffer         /usr/local/lib/libgtkxmhtml.so
XpmGetErrorString                   /usr/local/lib/libgtkxmhtml.so
XpmFreeXpmInfo                      /usr/local/lib/libgtkxmhtml.so
XpmCreateXpmImageFromData           /usr/local/lib/libgtkxmhtml.so
ld: fatal: Symbol referencing errors. No output written to
.libs/theme-selector-capplet
make[3]: *** [theme-selector-capplet] Error 1
make[3]: Leaving directory
`/devel/gnome/control-center-1.0.5/capplets/theme-switcher'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/devel/gnome/control-center-1.0.5/capplets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/devel/gnome/control-center-1.0.5'
make: *** [all-recursive-am] Error 2

*********************************

The following is a listing of my related environment settings:
PWD=/devel/gnome/control-center-1.0.5
LD_LIBRARY_PATH=/usr/local/lib:/usr/xpg4/lib:/lib:/usr/lib:/usr/ccs/lib:

/usr/openwin/lib:/usr/ucblib:/usr/samba/lib:/usr/local/lib/gtk/themes/engine
s
MACHTYPE=sparc-sun-solaris2.6
SHELL=/usr/local/bin/bash
HOSTTYPE=sparc
OSTYPE=solaris2.6
CFLAGS=-msupersparc -O3
PATH=/usr/local/bin:/usr/xpg4/bin:/bin:/usr/bin:/usr/sbin:/sbin:
  /usr/local/sbin:/usr/ucb:/usr/ccs/bin:/usr/openwin/bin:
  /usr/local/samba/bin

*********************************

Any ideas of what might be going on?  Thank you for any input you may have!

Sincerely,

Paul W. Hofmann







More information about the SunHELP mailing list