GNOME Bugzilla – Bug 103397
Compile fails on Solaris 8
Last modified: 2011-11-11 10:03:55 UTC
Using gcc-3.2. The following is the error output, it looks like it's failing during linking of gnome-system-monitor. /home/poshea/usr/bin/gcc -O2 -I/home/poshea/usr/gnome2.2/include -I/home/poshea/usr/gnome1.4/include -L/home/poshea/usr/gnome2.2/lib -L/home/poshea/usr/gnome1.4/lib -o gnome-system-monitor procman.o interface.o callbacks.o load-graph.o proctable.o prettytable.o util.o infoview.o procactions.o procdialogs.o memmaps.o favorites.o -threads -R/usr/openwin/lib -L/home/poshea/usr/gnome2.2/lib -L/usr/openwin/lib -L/home/poshea/usr/gnome2.2/lib -L/home/poshea/usr/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lbonobo-2 -lgnomevfs-2 -lbonobo-activation -lgconf-2 -lORBit-2 -lnsl -lsocket -llinc -lgthread-2.0 -lgtop-2.0 -lgtop_sysdeps-2.0 -lgtop_common-2.0 -lwnck-1 -lstartup-notification-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lintl -liconv -liconv Undefined first referenced symbol in file getpt util.o _glibtop_init_hook_p /home/poshea/usr/gnome2.2/lib/libgtop_sysdeps_suid-2.0.so.0 asprintf util.o ld: fatal: Symbol referencing errors. No output written to gnome-system-monitor collect2: ld returned 1 exit status gmake[2]: *** [gnome-system-monitor] Error 1 gmake[2]: Leaving directory `/home/poshea/usr/source/gnome2.1/gnome-system-monitor-2.0.4/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/poshea/usr/source/gnome2.1/gnome-system-monitor-2.0.4' gmake: *** [all-recursive-am] Error 2
*** This bug has been marked as a duplicate of 65011 ***