GNOME Bugzilla – Bug 758779
gupnp-tools: build error on Mac OS X with clang
Last modified: 2019-02-22 05:57:23 UTC
While updating the gupnp-tools Formula on Homebrew to 0.8.11 I noticed the following linker error: CC main.o CC gui.o CC playlist-treeview.o CC renderer-controls.o CC renderer-combo.o CCLD gupnp-av-cp ld: unknown option: --no-as-needed clang: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [gupnp-av-cp] Error 1 make[2]: *** [install] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 see 758778: same problem, same fix
Created attachment 324799 [details] [review] build: Update included m4 macros Signed-off-by: Jens Georg <mail@jensge.org>
Attachment 324799 [details] pushed as 94a4429 - build: Update included m4 macros