Now I get it. So each package has to be copied to the /runtime/prefix before
building next one.

This left just one package (jpeg) which does not seem to honor DESTDIR.

Thanks
Maggie

On Thu, Aug 20, 2009 at 2:39 AM, Tor Lillqvist <[email protected]> wrote:

> > However, when I was about to build ATK using the "configure" line as
> below:
>
> >> 'CFLAGS=-I/tmp/runtime/prefix/include/glib-2.0
> >> -I/tmp/runtime/prefix/lib/glib-2.0/include'
>
> When I said that software installed with DESTDIR can not be run
> correctly from there, I should have added that it presumably can't be
> used from there as a dependency when compiling something else either.
> After installing glib using DESTDIR=/tmp into /tmp/runtime/prefix you
> need to make sure its headers, libraries etc then are copied into (or
> in some other way appear at) their real destination, /runtime/prefix ,
> before you can compile something (like ATK) that requires them. Then
> you won't need to pass any CFLAGS pointing to those include
> directories as above, the ATK build will figure it out automatically
> using glib's pkg-config data.
>
> --tml
>
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to