On 2008-02-06 13:57:06 +0100, Manuel López-Ibáñez wrote:
> See gcc/toplev.c (print_version) for the relevant code in GCC. (It
> gives a warning when there is a mismatch between runtime and header
> versions, otherwise it just prints the latter).
OK, I didn't see that there could be a warning. In f
On 06/02/2008, Vincent Lefevre <[EMAIL PROTECTED]> wrote:
> I have here:
>
> Shouldn't it give more information about the GMP and MPFR versions,
> such as the library versions used at runtime?
Those are the library versions used at runtime, aren't they?
> FYI, I use the following code (or similar