I have tried to compile glib 2.4.6 and glib-2.6.2 on Solaris 8 (and Solaris 9) with no luck. I can make it through the make,
but not the make install. The make install dies with the following (on both 2.4.6 and 2.6.2):
Libtool: install: warning: relinking 'libgobject-2.0.la'
(cd /u/user/gtk/glib-2.6.2/gobject; /bin/bash ../libtool --mode = relink gcc -g -02 -Wall -o libgobject-2.0.la -rpath /usr/local/lib
-version-info 600:2:600 -export-dynamic -export-symbols-regex "^[^_].*" gboxed.lo gclosure.lo genums.lo gobject.lo gparam.lo
gparamspecs.lo gsignal.lo gsourceclosure.lo gtype.lo gtypemodule.lo gtypeplugin.lo gvalue.lo gvaluearray.lo gvaluetransform.lo
gvaluetypes.lo ../glib/libgobject-2.0.la)
generating symbol list for 'libgobject-2.0.la'
/usr/ccs/bin/nm -p .libs/gboxed.o .libs/gclosure.o .libs/genums.o .libs/gobject.o .libs/gparam.o .libs/gparamspecs.o .libs/gsignal.o
.libs/gsourceclosure.o .libs/gtype.o .libs/gtype.o .libs/gtypemodule.o .libs/gtypeplugin.o .libs/gvalue.o .libs/gvaulearray.o
.libs/gvaluetransform.o .libs/gvauletypes.o |sed -n -e 's/^. *[ ]\([BDRT][BDRT]*\)[ ] [ ]*\(\)\([_A-Za-z0-9]*\)$/\1 \2\3 \3/p'
|/usr/xpg4/bin/sed 's/.* //' |sort uniq > .libs/libgobject-2.0.expT"
mv -f ".libs/libgobject-2.0.expT" ".libs/libgobject-2.0.exp"
mv: cannot access libgobject-2.0.so.0.600.2
libtool: install: error: relink 'libgobject-2.0.la' with the above command before installing it
This is what happens when I try to compile 2.6.2. Any thoughts on how to get around this or what is going on.
Just in case you need to know… I am installing this by being a normal user and running:
./configure
gmake
Then becoming superuser and running:
gmake install
Thanks!
-------
Clayton Bluhm