Eric Pouech eric.pouech@orange.fr writes:
@@ -969,7 +972,7 @@ static void build(struct options* opts) if (fake_module) return; /* nothing else to do */
/* link everything together now */
- strarray_addall(link_args, get_translator(opts));
- strarray_addall(link_args, get_translator(opts, NULL));
Why do you want to use a different version when linking?