[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: parallel 3.0.0 released
From: |
Orion Poplawski |
Subject: |
Re: parallel 3.0.0 released |
Date: |
Tue, 14 Jul 2015 10:11:58 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 |
On 07/14/2015 09:50 AM, Olaf Till wrote:
>
> Thanks for checking. I've added a configure link test for this
> symbol. Hope it works, did not check the negative case since I'd have
> to recompile gnutls fot this ...
I'm afraid the check doesn't work when compiled with -O2 because the
optimization throws away the variable. Would need -O0 or to do something with
the values, like:
[AC_LANG_PROGRAM([[#include <gnutls/gnutls.h>]
[#include <stdio.h>]],
[[printf("%x",&gnutls_srp_2048_group_prime);]])],
> The potential patent issue does not make me happy, of course.
Yeah.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane address@hidden
Boulder, CO 80301 http://www.nwra.com
Message not available
Message not available
Re: parallel 3.0.0 released, Orion Poplawski, 2015/07/14