After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103397 - Compile fails on Solaris 8
Compile fails on Solaris 8
Status: RESOLVED DUPLICATE of bug 65011
Product: system-monitor
Classification: Core
Component: general
unspecified
Other Solaris
: Normal blocker
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-13 17:13 UTC by Peter O'Shea
Modified: 2011-11-11 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter O'Shea 2003-01-13 17:13:58 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
Comment 1 Kevin Vandersloot 2003-02-14 02:21:17 UTC

*** This bug has been marked as a duplicate of 65011 ***