[GRASS-user] Grass7 on FreeBSD 9.0 : Still the same error

Markus Neteler neteler at osgeo.org
Tue Dec 4 10:04:54 PST 2012


On Tue, Dec 4, 2012 at 5:59 PM, Pierre Stévens <pierre at geobsd.com> wrote:
> Despite of the update of : "config.guess" and "confi.sub" (found here :
> http://git.savannah.gnu.org/cgit/config.git/tree),

It is now also in GRASS 7.svn.

> The outcome of "./configure" is still the same :
>
> " configure: error: ***Unknown platform: i386-unknown-freebsd9.0*** "
>
> Anyone an idea ?

Supported is this in config.guess:

    *:FreeBSD:*:*)
        UNAME_PROCESSOR=`/usr/bin/uname -p`
        case ${UNAME_PROCESSOR} in
            amd64)
                echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed
-e 's/[-(].*//'` ;;
            *)
                echo ${UNAME_PROCESSOR}-unknown-freebsd`echo
${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
        esac
        exit ;;

Can you please post the result of
uname -a
?

Markus


More information about the grass-user mailing list