Hi Everyone,

I'm building Nettle 3.5.1 on an old PowerMac G5.

gcc -I. -I/usr/local/include -DNDEBUG -DHAVE_CONFIG_H -g2 -O2 -fPIC
-pthread -ggdb3 -Wno-pointer-sign -Wall -W   -Wmissing-prototypes
-Wmissing-declarations -Wstrict-prototypes   -Wpointer-arith
-Wbad-function-cast -Wnested-externs -fPIC -MT xts-aes128.o -MD -MP
-MF xts-aes128.o.d -c xts-aes128.c \
        && true
xts.c: In function 'xts_shift':
xts.c:59: warning: integer constant is too large for 'long' type
xts.c:59: warning: integer constant is too large for 'long' type
xts.c:60: warning: integer constant is too large for 'long' type
xts.c:60: warning: integer constant is too large for 'long' type
xts.c:60: warning: integer constant is too large for 'long' type

One self test failure, unrelated to XTS mode:

PASS: symbols
dlopen failed: dlopen(../libnettle.so, 2): image not found
../run-tests: line 57: 86075 Abort trap              "$1" $testflags
FAIL: dlopen
_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs

Reply via email to