I am getting error message during "make"
gthr-posix.h:482: warning: function declaration isn't a prototype
gthr-posix.h: In function `__gthread_mutex_lock':
gthr-posix.h:484: warning: implicit declaration of function
`pthread_mutex_lock'
gthr-posix.h:484: `mutex' undeclared (first use in this function)
gthr-posix.h: At top level:
gthr-posix.h:490: parse error before '*' token
gthr-posix.h:491: warning: function declaration isn't a prototype
gthr-posix.h: In function `__gthread_mutex_trylock':
gthr-posix.h:493: warning: implicit declaration of function
`pthread_mutex_trylo
ck'
gthr-posix.h:493: `mutex' undeclared (first use in this function)
gthr-posix.h: At top level:
gthr-posix.h:499: parse error before '*' token
gthr-posix.h:500: warning: function declaration isn't a prototype
gthr-posix.h: In function `__gthread_mutex_unlock':
gthr-posix.h:502: warning: implicit declaration of function
`pthread_mutex_unloc
k'
gthr-posix.h:502: `mutex' undeclared (first use in this function)
unwind-dw2.c: In function `extract_cie_info':
unwind-dw2.c:226: warning: implicit declaration of function `strlen'
unwind-dw2.c: In function `uw_frame_state_for':
unwind-dw2.c:899: warning: implicit declaration of function `memset'
unwind-dw2.c: In function `uw_install_context_1':
unwind-dw2.c:1166: syntax error before "once_regsizes"
unwind-dw2.c:1167: warning: implicit declaration of function
`__gthread_once'
unwind-dw2.c:1167: `once_regsizes' undeclared (first use in this function)
unwind-dw2.c:1181: warning: implicit declaration of function `memcpy'
make[2]: *** [libgcc/./unwind-dw2.o] Error 1
make[2]: Leaving directory `/usr/src/gcc-3.2/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/usr/src/gcc-3.2/gcc'
make: *** [all-gcc] Error 2
IDSmachine:/usr/src/gcc-3.2 #