Hello, I found the difference in common.h: GEMLIB 30: #define _int_out (&_intout[0]) GEMLIB 31: #define _int_out ((int *)(&_intout[0])) after changing this, compilation of common.c gives exactly the same results ! Dirk