On Wed, Mar 29, 2017 at 3:33 AM, Tim Rühsen <tim.rueh...@gmx.de> wrote: > > > On 03/28/2017 08:53 PM, Jeffrey Walton wrote: >> I'm in the process of building libidn2 for libraries required by Git. >> It looks like libtool is having a little trouble, and the process ends >> with: >> >> ./libtool[1086]: eval: syntax error at line 1: `|' unexpected >> >> Unfortunately, I'm not an Autotools guy, so I cannot be of much help >> with matters involving libtool. However, I can provide remote access >> to the machine if I have an authorized_keys file. > > ./libtool is a script. You can add some debug output around line 1086 to > see what is going on. > > Maybe this helps you: > http://stackoverflow.com/questions/23587972/libtool-error-during-linkage > > >> About the only thing special I did was set MAKE=gmake. > > Likely nothing to do with this. > > If the above doesn't help, try asking on bug-libt...@gnu.org
Thanks. Something looks a bit off. It almost looks like a command is missing from between two pipes. Making all in lib make all-recursive Making all in . /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -fvisibility=hidden -m64 -version-info 1:4:1 -no-undefined -export-symbols-regex '^idn2_.*|_idn2_punycode_..code' -o libidn2.la -rpath /usr/local/lib64 idna.lo lookup.lo register.lo bidi.lo version.lo error.lo punycode.lo free.lo data.lo tr46map.lo tables.lo context.lo -L/usr/local/lib64 -liconv -R/usr/local/lib64 -L/usr/local/lib64 -lunistring -L/usr/local/lib64 -liconv -ldl -lpthread -R/usr/local/lib64 lib/libgnu.la -ldl -lpthread libtool: link: /bin/nm -p .libs/idna.o .libs/lookup.o .libs/register.o .libs/bidi.o .libs/version.o .libs/error.o .libs/punycode.o .libs/free.o .libs/data.o .libs/tr46map.o .libs/tables.o .libs/context.o lib/.libs/libgnu.a | | /bin/gsed 's/.* //' | sort | uniq > .libs/libidn2.exp ./libtool[1086]: eval: syntax error at line 1: `|' unexpected *** Error code 3 make: Fatal error: Command failed for target `libidn2.la' Jeff _______________________________________________ Help-libidn mailing list Help-libidn@gnu.org https://lists.gnu.org/mailman/listinfo/help-libidn