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

Previous Next

Package: automake;

Reported by: sav_ix <at> ukr.net

Date: Mon, 15 Jan 2018 16:17:04 UTC

Severity: normal

Full log


View this message in rfc822 format

From: sav_ix <at> ukr.net
To: Mathieu Lirzin <mthl <at> gnu.org>
Cc: 30128 <at> debbugs.gnu.org
Subject: bug#30128: Re[2]: bug#30128: MSVC: 'invalid numeric argument '/Wl,-DLL,-IMPLIB:.libs...' error for shared GMP builds on Windows
Date: Sun, 21 Jan 2018 15:11:03 +0200
[Message part 1 (text/plain, inline)]
  

--- Оригінальне повідомлення ---
Від кого: "Mathieu Lirzin" <mthl <at> gnu.org>
Дата: 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 should set things properly (I am not an Autoconf
> expert), If not this is either an issue with GMP configuration or with
> With AC_PROG_CXX implementation.
> 
> Could you investigate with the ’--enable-cxx’ option?

Me run GMP builds with '--enable-cxx' flag. But it has no effect on this issue, presumably since it doesn't call any subroutine, which enable 'compile' use for MSVC explicitly or as a side effect.

Taking into account your tips, considered to replace 'CC="cl" CXX="cl"' with 'CC="$PWD/compile cl" CXX="$PWD/compile cl"' options in GMP build commands. This fixed this issue and ensures no problems, when '_AM_PROG_CC_C_O' would be removed from Automake.

Thus I assume this issue could be closed. Thank you for help.


Best,

Alexander

[Message part 2 (text/html, inline)]

This bug report was last modified 7 years and 145 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.