Hello,

I am trying to install glog on Ubuntu 14.04. It is running on a Nvidia Jetson 
Tegra X1. It fails because it cannot guess the build type, see attached file. 
Definning a build type didn't work either, see last 2 commands.
Is glog not supported on a Tegra platform with architecture aarch64?

Mit freundlichen Grüßen / Kind regards


Manuel Glashauser
Electronics, Masterand
R&D Navigation - Campus Freiburg

Stryker Leibinger GmbH & Co. KG
Bötzinger Strasse 41
79111 Freiburg
Germany

+49 761 4512 1351

ubuntu@tegra-ubuntu:/usr/include/ceres/glog$ ./configure 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/usr/include/ceres/glog/missing: Unknown `--is-lightweight' option
Try `/usr/include/ceres/glog/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... ./config.guess: unable to guess system type

This script, last modified 2008-01-23, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

  
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
and
  
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD

If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <[email protected]> in order to provide the needed
information to handle your system.

config.guess timestamp = 2008-01-23

uname -m = aarch64
uname -r = 3.10.96-tegra
uname -s = Linux
uname -v = #1 SMP PREEMPT Tue May 17 16:31:40 PDT 2016

/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 = 3.10.96-tegra
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1 SMP PREEMPT Tue May 17 16:31:40 PDT 2016
configure: error: cannot guess build type; you must specify one

failed:
ubuntu@tegra-ubuntu:/usr/include/ceres/glog$ ./configure --build=3.10.96-tegra


ubuntu@tegra-ubuntu:/usr/include/ceres/glog$ ./configure --build=aarch64


_______________________________________________
config-patches mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/config-patches

Reply via email to