"make all" gives a lot of warnings: Array.c: In function `arrayInit':^M Array.c:68: warning: cast from pointer to integer of different size^M Array.c: In function `arrayClean':^M Array.c:75: warning: cast from pointer to integer of different size^M Array.c: In function `arrayDestroy':^M Array.c:84: warning: cast from pointer to integer of different size^M Array.c: In function `arrayAppend':^M Array.c:92: warning: cast from pointer to integer of different size^M Array.c: In function `arrayPreAppend':^M Array.c:102: warning: cast from pointer to integer of different size^M hash.c: In function `hash_last':^M hash.c:242: warning: cast from pointer to integer of different size^M hash.c: In function `hashFreeMemory':^M hash.c:310: warning: cast from pointer to integer of different size^M heap.c: In function `delete_heap':^M heap.c:125: warning: cast from pointer to integer of different size^M Stack.c: In function `stackPop':^M Stack.c:53: warning: cast from pointer to integer of different size^M Stack.c: In function `stackTop':^M Stack.c:60: warning: cast from pointer to integer of different size^M util.c: In function `xstrndup':^M util.c:611: warning: cast from pointer to integer of different size^M cf_gen.c: In function `gen_default':^M cf_gen.c:406: warning: cast from pointer to integer of different size^M cf_gen.c:421: warning: cast from pointer to integer of different size^M cf_gen.c: In function `gen_default_if_none':^M cf_gen.c:450: warning: cast from pointer to integer of different size^M cf_gen.c:451: warning: cast from pointer to integer of different size^M cf_gen.c: In function `gen_parse':^M cf_gen.c:501: warning: cast from pointer to integer of different size^M cf_gen.c: In function `gen_dump':^M cf_gen.c:541: warning: cast from pointer to integer of different size^M cf_gen.c: In function `gen_free':^M cf_gen.c:568: warning: cast from pointer to integer of different size^M cf_gen.c: In function `defined':^M cf_gen.c:591: warning: cast from pointer to integer of different size^M cf_gen.c: In function `available_if':^M cf_gen.c:600: warning: cast from pointer to integer of different size^M cf_gen.c:602: warning: cast from pointer to integer of different size^M wb_ntlm_auth.c: In function `lc':^M wb_ntlm_auth.c:90: warning: subscript has type `char'^M wb_ntlm_auth.c: In function `uc':^M wb_ntlm_auth.c:100: warning: subscript has type `char'^M wb_check_group.c: In function `strCaseCmp':^M wb_check_group.c:130: warning: subscript has type `char'^M wb_check_group.c:130: warning: subscript has type `char'^M ================================================================ Environment: ================================================================= HP ALPHA # uname -a OSF1 GOAW25 V5.1 1885 alpha # gcc -v Reading specs from /usr/local/lib/gcc-lib/alphaev67-dec-osf5.1/3.0/specs Configured with: ../gcc-3.0/configure Thread model: single gcc version 3.0 W.Rost