On 3/27/07, Rhythmic Fistman <[EMAIL PROTECTED]> wrote:
I can't configure and make a no-cygwin build of freetype 2.3.2 under cygwin:


./configure CC="gcc -mno-cygwin" && make

gives me the attached output, which finishes with

However, I can work around the prob with the following:
./configure CFLAGS="-mno-cygwin"  --without-zlib

I have to disable zlib, because it's not there in the no-cygwin directories.
I don't know why configure doesn't pick that up. Am I misusing configure?

Cheers,
RF.


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to