[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH: Fix detection of GMP include dir
From: |
Gaius Mulley |
Subject: |
Re: PATCH: Fix detection of GMP include dir |
Date: |
Mon, 26 Apr 2021 11:45:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Brian Callahan <bcallah@protonmail.com> writes:
> Hello --
>
> When building m2rte.so, if you dig far enough through the includes
> list, you eventually stumble upon gmp.h being included via gcc's
> system.h. However, the build infrastructure does not account for
> the location of gmp.h's include directory.
>
> The attached diff fixes this. Discovered when building on OpenBSD.
>
> Thanks.
>
> ~Brian
Hello Brian,
many thanks for the gmp.h header fix - most appreciated!
regards,
Gaius