<html><head></head><body>Ok but correct value for GCC is gcc-nm (also gcc-ranlib and gcc-ar so you could argue that it's a preexisting condition).<br><br><div class="gmail_quote">Le 29 avril 2020 23:40:49 GMT+03:00, Alexandre Janniaux <ajanni@videolabs.io> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">ffmpeg rules.make is passing the variable to configure, and nm can be<br>present in different flavour, for example in linux/macosx<br>cross-compilation environments.<hr> contrib/src/main.mak | 2 ++<br> 1 file changed, 2 insertions(+)<br><br>diff --git a/contrib/src/main.mak b/contrib/src/main.mak<br>index 0a731f11dcc..534f1d11349 100644<br>--- a/contrib/src/main.mak<br>+++ b/contrib/src/main.mak<br>@@ -70,6 +70,7 @@ endif<br> ifneq ($(findstring $(origin AR),undefined default),)<br> AR := ar<br> endif<br>+NM ?= nm<br> RANLIB ?= ranlib<br> STRIP ?= strip<br> WIDL ?= widl<br>@@ -88,6 +89,7 @@ endif<br> ifneq ($(findstring $(origin AR),undefined default),)<br> AR := $(HOST)-ar<br> endif<br>+NM ?= $(HOST)-nm<br> RANLIB ?= $(HOST)-ranlib<br> STRIP ?= $(HOST)-strip<br> WIDL ?= $(HOST)-widl</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>