[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] Re: no-cygwin configure / freetype 2.3.2 bug
From: |
Rhythmic Fistman |
Subject: |
[ft-devel] Re: no-cygwin configure / freetype 2.3.2 bug |
Date: |
Tue, 27 Mar 2007 14:38:09 +0100 |
On 3/27/07, Rhythmic Fistman <address@hidden> 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.