Hi,

> Then i run the command automake --version and i see that the automake
> version is still the preinstalled 1.8.5 instead of the one that i just
> installed.

Scratchbox will use host version of binaries if they exist. This
is mainly for performance reasons, so they don't need to be run
over ARM emulation or across network on real device, but there
are sometimes also other reasons.  If you want to override
this, use something like:
        SBOX_REDIRECT_IGNORE=/usr/bin/automake

Scratchbox actually offers you several versions of automake
(1.4, 1.7, 1.8), you just need to use SBOX_DEFAULT_AUTOMAKE
environment variable to select which one you want to use.
For more info, see:
        http://www.scratchbox.org/wiki/EnvironmentVariables


        - Eero

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to