Bug 33676

Summary: error compiling with gutils (atexit)
Product: [Retired] Red Hat Linux Reporter: Denis Bergeron <denisbergeron>
Component: control-centerAssignee: Jonathan Blandford <jrb>
Status: CLOSED WORKSFORME QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: high    
Version: 7.1CC: ddumas
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-28 20:29:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Denis Bergeron 2001-03-28 20:25:28 UTC
I fond a problem on wolferin after upgrading for the last (gnome) library.
I not able to compile xscreensaver 3.29. I have no problem to compile the
same package on another installation on redhat 6.2.

log of the error :
gcc -Wall -Wstrict-prototypes -Wnested-externs -Wno-format -std=c89
-U__STRICT_ANSI__ -L/usr/X11R6//lib -o xscreensaver-demo-Gtk prefs.o dpms.o
remote.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o
demo-Gtk.o demo-Gtk-widgets.o  -L/usr/X11R6/lib \
-lXmu  -rdynamic -L/usr/lib -L/usr/X11R6/lib -lcapplet -lORBitCosNaming
-lORBit -lIIOP -lORBitutil -lnsl -lgnorba -lgnomeui -lart_lgpl -lgdk_imlib
-lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd
-laudiofile -lm -ldb1 -lglib -ldl -lSM -lICE -lXt -lX11  -lXext \

/usr/lib/libglib.a(gutils.o): In function `g_atexit':
gutils.o(.text+0x9e): undefined reference to `atexit'
collect2: ld returned 1 exit status
make[1]: *** [xscreensaver-demo-Gtk] Erreur 1
make[1]: Quitte le ripertoire `/root/xscreensaver-3.29/driver'
make: *** [default] Erreur 5

Comment 1 Preston Brown 2001-03-28 21:37:19 UTC
you need to make sure you have all the latest gnome, gtk, glib.  It works fine 
here.