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 609277 - A little automake/libtool problem
A little automake/libtool problem
Status: RESOLVED FIXED
Product: ghex
Classification: Applications
Component: general
2.24.x
Other Linux
: Normal trivial
: ---
Assigned To: GHex maintainers
GHex maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-08 00:31 UTC by Rafał Mużyło
Modified: 2010-02-08 01:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix linking order (662 bytes, patch)
2010-02-08 00:31 UTC, Rafał Mużyło
committed Details | Review

Description Rafał Mużyło 2010-02-08 00:31:01 UTC
Created attachment 153238 [details] [review]
fix linking order

Order of LDADD in src/Makefile.am should be changed,
so it links to libghex.la first, to avoiding linking
to the system copy of libghex during build.

I suggest also to add 'foreign' option to automake call,
to avoid warnings from using gnome-doc-utils.make
(most gnome packages seems to do that).
Comment 1 Javier Jardón (IRC: jjardon) 2010-02-08 01:23:39 UTC
Comment on attachment 153238 [details] [review]
fix linking order

commit 31a18b9bd5b192aeb243f1727495e58906f0d48c
Comment 2 Javier Jardón (IRC: jjardon) 2010-02-08 01:23:58 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release.

Thank you Rafal.