Clive Crous - 2001-08-10

Logged In: YES
user_id=294278

yep, i had the same problem,
but it works fine now

diff tofix as follows :

diff -rw pkgconfig-0.6.0/glib-1.2.8/gstrfuncs.c pkgconfig-
0.6.0-patch/glib-1.2.8/gstrfuncs.c
673a674,676
> #ifdef __CYGWIN__
> extern const char *_EXFUN(strsignal, (int __signo));
> #else
674a678
> #endif

after this everything is fine

Clive