Package Details: mingw-w64-gmp 6.3.0-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-gmp.git (read-only, click to copy)
Package Base: mingw-w64-gmp
Description: A free library for arbitrary precision arithmetic (mingw-w64)
Upstream URL: http://gmplib.org
Licenses: LGPL3
Submitter: Schala
Maintainer: xantares
Last Packager: xantares
Votes: 14
Popularity: 0.000000
First Submitted: 2012-08-08 04:25 (UTC)
Last Updated: 2024-03-24 16:50 (UTC)

Latest Comments

1 2 3 Next › Last »

WizeWizard commented on 2024-03-23 18:00 (UTC) (edited on 2024-03-23 18:01 (UTC) by WizeWizard)

Hey! I've been getting this error while the package is configuring:

`checking C++ compiler i686-w64-mingw32-g++ -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS -O2 -pip

configure: error: C++ compiler not available, see config.log for details`

I resolved it by changing --enable-cxx in PKGBUILD to --enable-cxx=detect. Could you please patch the PKGBUILD to include this? Thank you!

LineGM commented on 2024-02-09 06:52 (UTC) (edited on 2024-02-09 06:54 (UTC) by LineGM)

If you have problems with access to https://gmplib.org/

PKGBUILD:
    url="https://ftp.gnu.org/gnu/gmp/"
    source=(https://ftp.gnu.org/gnu/gmp/gmp-$pkgver.tar.lz{,.sig})

xantares commented on 2021-01-19 08:15 (UTC) (edited on 2021-01-19 10:19 (UTC) by xantares)

I cannot reproduce in a clean build from a container with or without wine, but I feel your patch doesnt hurt :)

blueowl commented on 2021-01-18 21:18 (UTC)

I also get checking for build system executable suffix... configure: error: Cannot determine executable suffix

Please fix it by using CC_FOR_BUILD variable. Here is a patch
https://paste.ee/p/QQMAs

xDShot commented on 2020-12-05 08:42 (UTC)

checking for build system executable suffix... configure: error: Cannot determine executable suffix

xantares commented on 2020-12-02 10:31 (UTC)

maybe its because of binfmt, or wine ?

ssorgatem commented on 2020-12-02 07:57 (UTC)

I'm having this error with the latest version:

checking for build system executable suffix... configure: error: Cannot determine executable suffix

xantares commented on 2018-07-09 16:21 (UTC)

yes, sorry

mcerb commented on 2018-07-08 23:12 (UTC)

Fails with same error. You need to also patch aclocal.m4 line 3936 to change (./conftest) to (./conftest$i) Credit to dreisner from #archlinux on freenode.