You are not logged in.
Pages: 1
Hi all,
I am trying to install xfce in my solaris10x86.
I have used the "./xfce4-4.4.1-installer.run" script, and this appear to run fine:
Xfce GTK+ engine and themes
Running configure... done
Running make all... done
Running make install... done
Cleaning up... done
Xfce Icon Theme
Running configure... done
Running make all... done
Running make install... done
Cleaning up... done
But with the xfce utility library:
Xfce Utility Library
Running configure... done
Running make all... failed
The error log saids:
cc -I/usr/local/include -I/usr/include -I/usr/include -O2 -pipe -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -o .libs/xfce4-kiosk-query xfce4_kiosk_query-main.o -L/usr/lib ../libxfce4util/.libs/libxfce4util.so -L/opt/csw/lib -lgobject-2.0 -lglib-2.0 -lintl -R/usr/local/lib
Undefined first referenced
symbol in file
g_slice_free1 ../libxfce4util/.libs/libxfce4util.so
g_slice_alloc ../libxfce4util/.libs/libxfce4util.so
g_intern_static_string ../libxfce4util/.libs/libxfce4util.so
ld: fatal: Symbol referencing errors. No output written to .libs/xfce4-kiosk-query
collect2: ld returned 1 exit status
gmake[2]: *** [xfce4-kiosk-query] Error 1
gmake[2]: Leaving directory `/tmp/selfgz5743/libxfce4util/xfce4-kiosk-query'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/selfgz5743/libxfce4util'
gmake: *** [all] Error 2
!! Failed to build libxfce4util, see the errors above
!! for details on the problem.
What could be the problem, and how can I solved it??
Thats a lot for all your help
Offline
you may want to save yourself compile headaches and download packages from opensolaris
Offline
I have tried, but don't work
this only work to solaris express, and I have 5.10 version ...
thanks
Offline
You might have 2 glibs on you pc, and linking agains the old one. Make sure you compile and link agains Glib 2.10+
Offline
i just compiled 4.4.2 on solaris sparc. compiled the
tarball from source. grabbed the latest dependencies
from blastwave.org. my enviroment
PATH=/opt/csw/bin:/opt/csw/sbin:/usr/sfw/bin:/usr/bin:/sbin:/usr/sbin:/data/dev/ SUNWspro/bin:/data/dev/netbeans/bin:/usr/ccs/bin:/usr/dt/bin:/usr/openwin/bin:/u sr/sfw/bin:$EPATH/bin
LDFLAGS="-L/opt/csw/lib,-L/usr/sfw/lib,-R/opt/csw/lib,-R/usr/sfw/lib"
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/csw/lib/pkgconfig
CCDIR=/opt/csw/bin
CC=${CCDIR}/gcc
CXX=${CCDIR}/g++
alias tar='gtar'
alias make='gmake'
but the packages from opensolaris should work. just make usre you install other dependenies like SUNWpcre etc.
it worked for me.
Offline
Any chance I could get the binaries from you?
My email is naturerunner@yahoo.com.
Thanks in advance!
Roger
i just compiled 4.4.2 on solaris sparc. compiled the
tarball from source. grabbed the latest dependencies
from blastwave.org. my enviromentPATH=/opt/csw/bin:/opt/csw/sbin:/usr/sfw/bin:/usr/bin:/sbin:/usr/sbin:/data/dev/ SUNWspro/bin:/data/dev/netbeans/bin:/usr/ccs/bin:/usr/dt/bin:/usr/openwin/bin:/u sr/sfw/bin:$EPATH/bin
LDFLAGS="-L/opt/csw/lib,-L/usr/sfw/lib,-R/opt/csw/lib,-R/usr/sfw/lib"
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/csw/lib/pkgconfig
CCDIR=/opt/csw/bin
CC=${CCDIR}/gcc
CXX=${CCDIR}/g++alias tar='gtar'
alias make='gmake'but the packages from opensolaris should work. just make usre you install other dependenies like SUNWpcre etc.
it worked for me.
Offline
Pages: 1
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 535.65 KiB (Peak: 536.49 KiB) ]