After having to comment out the strsignal prototype in
gstrfunc.c, the build continues per normal until:
gcc -g -O2 -o pkg-config pkg.o partial-glib.o parse.o
main.o findme.o popt.o pop
tconfig.o popthelp.o poptparse.o glib-1.2.8/.libs/libglib.a
parse.o: In function `read_one_line':
/cygdrive/c/gtk/pkgconfig-0.5.0/parse.c:29: undefined
reference to `flockfile'
/cygdrive/c/gtk/pkgconfig-0.5.0/parse.c:37: undefined
reference to `getc_unlocke
d'
/cygdrive/c/gtk/pkgconfig-0.5.0/parse.c:61: undefined
reference to `getc_unlocke
d'
/cygdrive/c/gtk/pkgconfig-0.5.0/parse.c:88: undefined
reference to `getc_unlocke
d'
/cygdrive/c/gtk/pkgconfig-0.5.0/parse.c:106: undefined
reference to `funlockfile
'
popt.o: In function `execCommand':
/cygdrive/c/gtk/pkgconfig-0.5.0/popt.c:213: undefined
reference to `setreuid'
collect2: ld returned 1 exit status
Logged In: NO
I fixed these, I'm sure there are other issues on Windows, I
can't really test it....