bug#30126: Do not require “ltmain.sh” for out-of-tree libtool

2018-01-15 Thread Mathieu Lirzin
Hello Paolo, Mathieu Lirzin writes: >>From a936b7d4cf8583ace0be6756b4b066a2c1aebe18 Mon Sep 17 00:00:00 2001 > From: Paolo Bonzini > Date: Mon, 31 Oct 2016 13:30:50 +0100 > Subject: [PATCH] automake: Do not require ltmain.sh for out-of-tree libtool > > If

bug#30127: ICC: 'entry point must be defined' error for shared builds on Windows

2018-01-15 Thread sav_ix
Hello everyone, For libiconv builds using Windows ICC got error: === builddir="`pwd`"; cd libcharset && make all && make install-lib libdir="$builddir/lib" includedir="$builddir/lib" make[1]: Entering directory

bug#30128: MSVC: 'invalid numeric argument '/Wl, -DLL, -IMPLIB:.libs...' error for shared GMP builds on Windows

2018-01-15 Thread sav_ix
Hello everyone, For GMP build using MSVC got error: === make[2]: Entering directory '/c/libGMP-6.1.99-dev/build' /bin/sh ./libtool  --tag=CXX   --mode=link cl  -Zc:wchar_t -FS -nologo -DWIN32 -D_WIN32 -DWIN64 -D_WIN64 -DUNICODE

bug#30126: Do not require “ltmain.sh” for out-of-tree libtool

2018-01-15 Thread Mathieu Lirzin
I am opening a bug to keep track of this. Mathieu Lirzin writes: > Paolo Bonzini writes: > >> On 31/10/2016 13:30, Paolo Bonzini wrote: >>> If Automake does not see LT_SUPPORTED_TAG, it assumes an old libtool >>> that does not know about AC_REQUIRE_AUX_FILE.