<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Your `libtool` seems okay. The error message complains as if `wl=“-Wl,` was lost during libtool linking, which I don’t understand how. Could you manually compile and attach the last part of log from `make V=1`?
<div class=""><br class="">
</div>
<div class=""><br class="">
<div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
— </div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
Hui Zhou</div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<br class="">
</div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<br class="">
</div>
<br class="Apple-interchange-newline">
</div>
</div>
<br class="Apple-interchange-newline">
</div>
<br class="Apple-interchange-newline">
</div>
<br class="Apple-interchange-newline">
</div>
<br class="Apple-interchange-newline">
<br class="Apple-interchange-newline">
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Nov 7, 2019, at 11:40 AM, Je Iaa <<a href="mailto:jeiaa@gmx.com" class="">jeiaa@gmx.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">
<div style="font-family: Verdana;font-size: 12.0px;" class="">
<div class="">
<div class="">Hi again,</div>
<div class=""> </div>
<div class="">You will find below the output of this command.</div>
<div class=""> </div>
<div class="">Regards,</div>
<div class=""> </div>
<div class="">J</div>
<div class=""> </div>
<div class="">-------------------------------------------------------------</div>
<div class=""> </div>
<div class="">
<div class="">./libtool --config</div>
<div class="">...</div>
<div class=""><br class="">
# The linker used to build libraries.<br class="">
LD="/usr/bin/ld -m elf_x86_64"</div>
<div class=""># How to create reloadable object files.<br class="">
reload_flag=" -r"<br class="">
reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"</div>
<div class=""># Commands used to build an old-style archive.<br class="">
old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib"</div>
<div class=""># A language specific compiler.<br class="">
CC="clang"</div>
<div class=""># Is the compiler the GNU compiler?<br class="">
with_gcc=yes</div>
<div class=""># Compiler flag to turn off builtin functions.<br class="">
no_builtin_flag=" -fno-builtin -fno-rtti -fno-exceptions"</div>
<div class=""># Additional compiler flags for building library objects.<br class="">
pic_flag=" -fPIC -DPIC"</div>
<div class=""># How to pass a linker flag through the compiler.<br class="">
wl="-Wl,"</div>
<div class=""># Compiler flag to prevent dynamic linking.<br class="">
link_static_flag=""</div>
<div class=""># Does compiler simultaneously support -c and -o options?<br class="">
compiler_c_o="yes"</div>
<div class=""># Whether or not to add -lc for building shared libraries.<br class="">
build_libtool_need_lc=no</div>
<div class=""># Whether or not to disallow shared libs when runtime libs are static.<br class="">
allow_libtool_libs_with_static_runtimes=no</div>
<div class=""># Compiler flag to allow reflexive dlopens.<br class="">
export_dynamic_flag_spec="\$wl--export-dynamic"</div>
<div class=""># Compiler flag to generate shared objects directly from archives.<br class="">
whole_archive_flag_spec="\$wl--whole-archive\$convenience \$wl--no-whole-archive"</div>
<div class=""># Whether the compiler copes with passing no objects directly.<br class="">
compiler_needs_object="no"</div>
<div class=""># Create an old-style archive from a shared archive.<br class="">
old_archive_from_new_cmds=""</div>
<div class=""># Create a temporary old-style archive to link instead of a shared archive.<br class="">
old_archive_from_expsyms_cmds=""</div>
<div class=""># Commands used to build a shared archive.<br class="">
archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname -o \$lib"<br class="">
archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~<br class="">
            cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~<br class="">
            echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~<br class="">
            \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname \$wl-version-script \$wl\$output_objdir/\$libname.ver -o \$lib"</div>
<div class="">...</div>
</div>
<div class="">
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div name="quoted-content" class="">
<div class="">
<div class="">
<div class="">
<blockquote class=""></blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>