GNOME Bugzilla – Bug 755308
Mac OS X: linker error
Last modified: 2015-10-11 10:16:40 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.
Thanks for the bug report. We'll try to fix it for the 3.18.1 release.
3.18.1 is released. Does it fix this bug? The macros in the tarball should come from autoconf-archive >= 2015.09.25.
Perfect Thanks!