guile testsuite failure (gnutls 3.0.1 and later) and armel and mipsel

Nikos Mavrogiannopoulos nmav at gnutls.org
Sun Nov 6 23:58:29 CET 2011


On 11/06/2011 10:35 PM, Ludovic Courtès wrote:

>> Is it a guile
>> issue or gnutls' guile code?
> 
> Try this:
> 
>   #include <libguile.h>
>   int main () {
>     printf ("%i -> %i\n", _FILE_OFFSET_BITS, sizeof (scm_t_port));
>   }  
> Compile & run with -D_FILE_OFFSET_BITS=32 then -D_FILE_OFFSET_BITS=64:
>   32 -> 96
>   64 -> 120
> Problems arise when libguile is compiled, say, with _FILE_OFFSET_BITS=32
> whereas gnutls-guile is compiled with _FILE_OFFSET_BITS=64.

So as I understand it, it doesn't really seem like a gnutls or guile
issue. Wouldn't all programs (and especially libraries) be compiled with
the same file offset bits in a system? (Andreas?)

regards,
Nikos




More information about the Gnutls-devel mailing list