SPARC's GCC to compile GNU m4 warning
I am a newbie in Solaris. Below is the warning message i received when i install GNU m4 with GCC for SPARC(SUN C compiler).
Q1) Is Gnu product is not compatible with sun gcc?
Q2) Do anyone can help me to sort this out?
regex.c: In function 're_match_2_internal':
regex.c:4064: warning: passing argument 1 of 'bcmp_translate' discards qualifiers from pointer target type
regex.c:4064: warning: passing argument 2 of 'bcmp_translate' discards qualifiers from pointer target type
getopt.c: In function '_getopt_internal':
getopt.c:488: warning: incompatible implicit declaration of built-in function 'strlen'
obstack.c: In function '_obstack_free':
obstack.c:337: warning: incompatible implicit declaration of built-in function 'abort'

