cygwin help
I am trying out that cygwin program and I get it install am I am trying to install glibc. I configure properly but when I do make I get this at the end:
gstrfuncs.c: In function `g_strsignal':
gstrfuncs.c:672: error: conflicting types for `strsignal'
/usr/include/string.h:75: error: previous declaration of `strsignal'
gstrfuncs.c:672: warning: extern declaration of `strsignal' doesn't match global
one
make[2]: *** [gstrfuncs.lo] Error 1
make[2]: Leaving directory `/home/admin/downloads/glib/1.2/glib-1.2.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/admin/downloads/glib/1.2/glib-1.2.2'
make: *** [all-recursive-am] Error 2
any ideas on how to fix?
|