$ gcc -dumpversion 4.2.4 $ gcc -o test2 test2.c test2.c: In function 'main': test2.c:29: warning: left shift count >= width of type ld: Unsatisfied symbol "__UINT64_C" in file /tmp/ccAAXIbg.o 1 errors. $ gcc -mlp64 -fno-strict-aliasing -pipe -fPIC -o test2 test2.c test2.c: In function 'main': test2.c:29: warning: left shift count >= width of type ld: Unsatisfied symbol "__UINT64_C" in file /tmp/ccvHbmFn.o 1 errors.