problem 'make'-ing glib on Solaris 9



Hi all-

I am trying to install GTK+ on my Solaris 9 machine and I'm slowly making my way through the dependencies and the dependencies of dependencies and so on and so forth. ;)

I'm trying to get glib v2.2.3 to compile and install, but I'm running into the following error when 'make'-ing:

Making all in gobject
make[2]: Entering directory `/home/ja144169/downloads/gtk-deps/glib-2.2.3/gobject' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -threads -g -O2 -Wall -c glib-genmarshal.c /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o glib-genmarshal glib-genmarshal.o ../glib/libglib-2.0.la
mkdir .libs
gcc -g -O2 -Wall -o .libs/glib-genmarshal glib-genmarshal.o ../glib/.libs/libglib-2.0.so -lm -R/usr/local/lib
creating glib-genmarshal
echo "#ifndef __G_MARSHAL_H__" > xgen-gmh \
&& echo "#define __G_MARSHAL_H__" >> xgen-gmh \
&& ./glib-genmarshal --nostdinc --prefix=g_cclosure_marshal ./gmarshal.list --header >> xgen-gmh \
&& echo "#endif /* __G_MARSHAL_H__ */" >> xgen-gmh \
&& (cmp -s xgen-gmh ./gmarshal.h || cp xgen-gmh ./gmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~ \
&& echo timestamp > stamp-gmarshal.h
ld.so.1: /home/ja144169/downloads/gtk-deps/glib-2.2.3/gobject/.libs/lt-glib-genmarshal: fatal: libgcc_s.so.1: open failed: No such file or directory
make[2]: *** [stamp-gmarshal.h] Error 137
make[2]: Leaving directory `/home/ja144169/downloads/gtk-deps/glib-2.2.3/gobject'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ja144169/downloads/gtk-deps/glib-2.2.3'
make: *** [all-recursive-am] Error 2


I'm not a newbie, but I'm no expert either. I did some investigating but couldn't find anything that would cause this error.

Any help is appreciated.

Thanks in advance.

-Micah Abbott




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]