----- Original Message From: "Magnus Hagander"
What configure command did you run, exactly?
configure --without-zlib
I did solve the problem(?) by downloading the full distribution and using it
rather than the base distribution. With the full distribution everything
worked just as expected.
Would there be a difference in how configure should be used between the two
options?
Regards,
George
My build line for crypt.c is:
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g
-I../../src/port -DFRONTEND -I../../src/include
-I./src/include/port/win32 -DEXEC_BACKEND -I/mingw/include/krb5
"-I../../src/include/port/win32" -c -o crypt.o crypt.c
notice how it has a second -I for port/win32, with proper .. prefix,
which yuors seem to be
missing.
//Magnus