freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Compiling freetype on uclinux


From: Werner LEMBERG
Subject: Re: [Freetype] Compiling freetype on uclinux
Date: Mon, 01 Mar 2004 23:48:20 +0100 (CET)

> >You have written
> >
> >  ./configure CFLAGS="..."  LDFLAGS="..."
> >
> >haven't you (note the double quotes)?
>

> Yes, it has the double quotes. I am running it from a script ( I
> think this make no difference, or does it?).

It makes a difference if you use the Freetype's top-level configure
wrapper (instead of the real configure script in builds/unix).  Then
you have to protect the arguments like this

  ./configure CFLAGS="\"...\""  LDFLAGS="\"...\""

Sorry for not mentioning it.

> It is 2.53 autoconf here. So, no info. I will try an update. Can this be 
> the problem with the parameter order?

No.  Note that the `autoconf' package is only used to create configure
scripts, not to execute it.  With other words, it is a developer
tool.  Anyway, the autoconf documentation provides a lot of tips how
to write portable shell scripts, which programs work strange for a
given platform, etc.


    Werner



reply via email to

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