anita setty <[EMAIL PROTECTED]> writes: > I think you need to use gmake. > Hope this helps.
It did, thanks. I'd previosly tried gnumake with Suns compiler, but that didn't help. Using gcc and gnumake, the make completed. Thanks again. > --- Dan Espen <[EMAIL PROTECTED]> wrote: > > > > I'm having a little trouble installing glib 2.0.1 on > > a Solaris 2.6 system. > > > > I've installed pkg-config 0.12.0, that seemed to go > > OK. > > > > For glib, I did: > > > > ./configure --prefix=/opt/public > > make > > > > The make ran for a while, but then produced this: > > > > Making all in gobject > > /u/tools/dane/glib-2.0.1/gobject > > /opt/forte61/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. > > -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" > > -I.. -I../glib -I.. > > -DGOBJECT_COMPILATION > > -DG_DISABLE_CONST_RETURNS libglib = > > ../glib/libglib-2.0.la -g -D_REENTRANT -c > > glib-genmarshal.c > > "../config.h", line 425: warning: macro redefined: > > _FILE_OFFSET_BITS > > /bin/ksh ../libtool --mode=link > > /opt/forte61/SUNWspro/bin/cc -g -D_REENTRANT -o > > glib-genmarshal glib-genmarshal.o > > mkdir .libs > > /opt/forte61/SUNWspro/bin/cc -g -D_REENTRANT -o > > glib-genmarshal glib-genmarshal.o > > ild: (undefined symbol) g_scanner_destroy -- > > referenced in the text segment of glib-genmarshal.o > > > > > > Any hints? > > > > Thanks, > > -- > > Dan Espen E-mail: > > [EMAIL PROTECTED] > > 444 Hoes Lane Room RRC 1C-214 Phone: (732) > > 699-5570 > > Piscataway, NJ 08854 > > _______________________________________________ > > gtk-list mailing list > > [EMAIL PROTECTED] > > http://mail.gnome.org/mailman/listinfo/gtk-list > > > ===== > "Some cause happiness wherever they go; others whenever they go." > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > _______________________________________________ > gtk-list mailing list > [EMAIL PROTECTED] > http://mail.gnome.org/mailman/listinfo/gtk-list -- Dan Espen E-mail: [EMAIL PROTECTED] 444 Hoes Lane Room RRC 1C-214 Phone: (732) 699-5570 Piscataway, NJ 08854 _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
