freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] freetype-config fixes


From: Werner LEMBERG
Subject: Re: [Freetype] freetype-config fixes
Date: Sat, 16 Mar 2002 08:20:07 +0100 (CET)

> First (using 2.0.9), the --libs option doesn't print out the library
> path (-L).
>
> [...]
>
> Second, the --cflags option seems to only print out one -I path, even though
> two are needed.

For me both works.  I tried the usual incantation

  ./configure --prefix=/xxx
  make
  make install

Then calling

  /xxx/bin/freetype-config --cflags

I get

  -I/xxx/include -I/xxx/include/freetype2       .

And

  /xxx/bin/freetype-config --libs

yields

  -L/xxx/lib -lfreetype      .

Is it possible that you are calling the wrong freetype-config script?


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]