Hi,
I am trying to install some software on a Nvidia Jetson Nano and through the endless web of dependencies, two installs (libtiff-4 and sndfile) gave me an error message with this email on it.
I did try updating config.guess and config.sub using the git urls given. But it just changed the config.guess timestamp by a few weeks.
My Jetson Nano computer has a ARM64-bit cpu and is running tegra linux which is based on ubuntu 18.04 LTS.
From what I can tell from reading '.\configure --help', I need to use '.\configure --build=' to get it to configure properly, but I don't know what to put as the build.
./configure output:
config.guess timestamp = 2008-01-23
uname -m = aarch64
uname -r = 4.9.140-tegra
uname -s = Linux
uname -v = #1 SMP PREEMPT Sat Oct 19 15:54:06 PDT 2019
/usr/bin/uname -p =
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch =
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.9.140-tegra
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP PREEMPT Sat Oct 19 15:54:06 PDT 2019
configure: error: cannot guess build type; you must specify one