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 609565 - Fix libm linking
Fix libm linking
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-10 17:48 UTC by Bastien Nocera
Modified: 2010-02-10 19:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix libm linking (1003 bytes, patch)
2010-02-10 17:48 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2010-02-10 17:48:06 UTC
SSIA
Comment 1 Bastien Nocera 2010-02-10 17:48:08 UTC
Created attachment 153440 [details] [review]
Fix libm linking

Otherwise we fail to link against libm:
/usr/bin/ld: dlg-batch-add.o: undefined reference to symbol 'floor@@GLIBC_2.2.5'
/usr/bin/ld: note: 'floor@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
/lib64/libm.so.6: could not read symbols: Invalid operation
Comment 2 Paolo Bacchilega 2010-02-10 19:34:38 UTC
patch applied, thanks.