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 755308 - Mac OS X: linker error
Mac OS X: linker error
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: General
3.18.x
Other Mac OS
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-20 15:26 UTC by Tom Schoonjans
Modified: 2015-10-11 10:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tom Schoonjans 2015-09-20 15:26:36 UTC
While compiling the newly released 3.18.0, I noticed a linking error:

  CCLD     libgtksourceview-core.la
  CCLD     libgtksourceview-3.0.la
ld: unknown option: --no-as-needed
clang: error: linker command failed with exit code 1 (use -v to see invocation)

which is caused by an outdated version of the AX_COMPILER_FLAGS macro in configure.ac. The same problem was reported for easytag in https://bugzilla.gnome.org/show_bug.cgi?id=750981 and was fixed by simply pulling in the latest version of the autoconf archive macros.
Comment 1 Sébastien Wilmet 2015-09-20 15:35:40 UTC
Thanks for the bug report. We'll try to fix it for the 3.18.1 release.
Comment 2 Sébastien Wilmet 2015-10-11 09:37:51 UTC
3.18.1 is released. Does it fix this bug?

The macros in the tarball should come from autoconf-archive >= 2015.09.25.
Comment 3 Tom Schoonjans 2015-10-11 09:55:43 UTC
Perfect

Thanks!