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 609570 - Fix libm linking
Fix libm linking
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-10 18:21 UTC by Bastien Nocera
Modified: 2010-02-10 18:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix libm linking (992 bytes, patch)
2010-02-10 18:21 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2010-02-10 18:21:27 UTC
SSIA
Comment 1 Bastien Nocera 2010-02-10 18:21:29 UTC
Created attachment 153450 [details] [review]
Fix libm linking

Otherwise we get:
/usr/bin/ld: gnome-mouse-properties.o: undefined reference to symbol 'floor@@GLIBC_2.0'
/usr/bin/ld: note: 'floor@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
Comment 2 Bastien Nocera 2010-02-10 18:21:48 UTC
Attachment 153450 [details] pushed as a4eef67 - Fix libm linking