[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] A problem to compile freetype-2.1.4rc2
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] A problem to compile freetype-2.1.4rc2 |
Date: |
Thu, 24 Apr 2003 08:06:45 +0200 (CEST) |
Sorry for the late reply.
> I have use a little shell script for to configure the compilation :
> <c.sh>
> #!/bin/sh
>
> CPPFLAGS="-I/mnt/part1/lib/zlib/include"
> LDFLAGS="-L/mnt/part1/lib/zlib/lib"
>
> export CPPFLAGS
> export LDFLAGS
>
> ./configure --prefix=/mnt/part1/lib/freetype/freetype-2.1.4rc2 --with-gnu-ld
This didn't work as expected since CPPFLAGS wasn't used in the
makefiles of FreeType. I've fixed this now in the CVS for the Unix
build.
Thanks for the report.
Werner
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Devel] A problem to compile freetype-2.1.4rc2,
Werner LEMBERG <=