I think the –xilib option is invalid when using:
$ xilink –xilib …
This just gives me an “unrecognized option '/xilib'; ignored” warning, but if I
use
$ xilink –lib …
Then it calls xilib similar to how
$ link.exe –lib …
calls lib.exe
Or in short:
$ xilink.exe –lib = xilib.exe
$ link.exe –lib = l
sav...@ukr.net writes:
> In case you're interested, there is a patch to 'lib/ar-lib', which I use for
> libiconv builds using Windows ICC:
> ===
> diff --git a/build-aux/ar-lib b/build-aux/ar-lib
> index 463b9ec..3cfddbc 100644
> --- a/b
sav...@ukr.net writes:
> --- Оригінальне повідомлення ---
> Від кого: "Mathieu Lirzin"
> Дата: 18 січня 2018, 00:45:20
>
> > I have took a quick look a GMP “configure.ac” and it seems that they
>> have an option ’--enable-cxx’ which triggers the use of the AC_PROG_CXX
>> macro which I guess shou