keith-pi@raspberrypi:/tmp $ ls -l
total 0
drwx------  2 keith-pi keith-pi  80 Aug  6 11:16
org.chromium.Chromium.AwbYEG
drwx------  2 keith-pi keith-pi  60 Aug  6 11:14 ssh-dBtg9KmW8FcB
drwx------  3 root     root      60 Aug  6 11:14
systemd-private-a65e66caea4e452ea255ce26786b90bf-bluetooth.service-FTlleQ
drwx------  3 root     root      60 Aug  6 11:14
systemd-private-a65e66caea4e452ea255ce26786b90bf-polkit.service-fl0S5V
drwx------  3 root     root      60 Aug  6 11:29
systemd-private-a65e66caea4e452ea255ce26786b90bf-systemd-hostnamed.service-FVj9T4
drwx------  3 root     root      60 Aug  6 11:14
systemd-private-a65e66caea4e452ea255ce26786b90bf-systemd-logind.service-PrHSkg
drwx------  3 root     root      60 Aug  6 11:15
systemd-private-a65e66caea4e452ea255ce26786b90bf-upower.service-D4lgJt
drwxrwxr-x 10 keith-pi keith-pi 400 Dec 30  2017 wxHexEditor
keith-pi@raspberrypi:/tmp $ cd wxHexEditor
keith-pi@raspberrypi:/tmp/wxHexEditor $ make
Makefile:58: warning: ignoring prerequisites on suffix rule definition
cd udis86;./autogen.sh
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I build/m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build'.
libtoolize: copying file 'build/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build/m4'.
libtoolize: copying file 'build/m4/libtool.m4'
libtoolize: copying file 'build/m4/ltoptions.m4'
libtoolize: copying file 'build/m4/ltsugar.m4'
libtoolize: copying file 'build/m4/ltversion.m4'
libtoolize: copying file 'build/m4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I build/m4
autoreconf: running: /usr/bin/autoconf --force
configure.ac:29: warning: The macro 'AC_LIBTOOL_WIN32_DLL' is obsolete.
configure.ac:29: You should run autoupdate.
build/m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
configure.ac:29: the top level
configure.ac:29: warning: AC_LIBTOOL_WIN32_DLL: Remove this warning and the
call to _LT_SET_OPTION when you
configure.ac:29: put the 'win32-dll' option into LT_INIT's first parameter.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
build/m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
configure.ac:29: the top level
configure.ac:45: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:45: You should run autoupdate.
build/m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:45: the top level
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:43: installing 'build/compile'
configure.ac:24: installing 'build/config.guess'
configure.ac:24: installing 'build/config.sub'
configure.ac:34: installing 'build/install-sh'
configure.ac:34: installing 'build/missing'
libudis86/Makefile.am: installing 'build/depcomp'
autoreconf: Leaving directory '.'
cd udis86;./configure --host= CC="cc" CXX="g++" CFLAGS=" " CXXFLAGS=" "
CPPFLAGS=""
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/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 xargs -n works... yes
checking for gcc... cc
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 the compiler supports GNU C... yes
checking whether cc accepts -g... yes
checking for cc option to enable C11 features... none needed
checking whether cc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of cc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to
aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ranlib... ranlib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries...
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether python executable path has been provided... no
checking for python... /usr/bin/python
checking whether yasm executable path has been provided... no
checking for yasm... no
configure: WARNING: could not find the yasm
checking whether sphinx-build executable path has been provided... no
checking for sphinx-build... no
configure: WARNING: could not find the sphinx documentation tool
checking for assert.h... yes
checking for stdio.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/Makefile
config.status: creating libudis86/Makefile
config.status: creating udcli/Makefile
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/manual/Makefile
config.status: creating docs/x86/Makefile
config.status: creating tests/difftest.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
cd udis86/libudis86; make
make[1]: Entering directory '/tmp/wxHexEditor/udis86/libudis86'
/usr/bin/python ../scripts/ud_itab.py ../docs/x86/optable.xml .
make  all-am
make[2]: Entering directory '/tmp/wxHexEditor/udis86/libudis86'
  CC       itab.lo
  CC       decode.lo
  CC       syn.lo
syn.c: In function ‘ud_syn_print_addr’:
syn.c:140:25: warning: format ‘%lld’ expects argument of type ‘long long
int’, but argument 4 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
  140 |         ud_asmprintf(u, "%s%+" FMT64 "d", name, offset);
      |                         ^~~~~~                  ~~~~~~
      |                                                 |
      |                                                 int64_t {aka long
int}
syn.c:140:39: note: format string is defined here
  140 |         ud_asmprintf(u, "%s%+" FMT64 "d", name, offset);
      |                            ~~~~~~~~~~~^
      |                                       |
      |                                       long long int
syn.c:147:19: warning: format ‘%llx’ expects argument of type ‘long long
unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’}
[-Wformat=]
  147 |   ud_asmprintf(u, "0x%" FMT64 "x", addr);
      |                   ^~~~~            ~~~~
      |                                    |
      |                                    uint64_t {aka long unsigned int}
syn.c:147:32: note: format string is defined here
  147 |   ud_asmprintf(u, "0x%" FMT64 "x", addr);
      |                      ~~~~~~~~~~^
      |                                |
      |                                long long unsigned int
syn.c: In function ‘ud_syn_print_imm’:
syn.c:174:19: warning: format ‘%llx’ expects argument of type ‘long long
unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’}
[-Wformat=]
  174 |   ud_asmprintf(u, "0x%" FMT64 "x", v);
      |                   ^~~~~            ~
      |                                    |
      |                                    uint64_t {aka long unsigned int}
syn.c:174:32: note: format string is defined here
  174 |   ud_asmprintf(u, "0x%" FMT64 "x", v);
      |                      ~~~~~~~~~~^
      |                                |
      |                                long long unsigned int
syn.c: In function ‘ud_syn_print_mem_disp’:
syn.c:192:21: warning: format ‘%llx’ expects argument of type ‘long long
unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’}
[-Wformat=]
  192 |     ud_asmprintf(u, "0x%" FMT64 "x", v);
      |                     ^~~~~            ~
      |                                      |
      |                                      uint64_t {aka long unsigned
int}
syn.c:192:34: note: format string is defined here
  192 |     ud_asmprintf(u, "0x%" FMT64 "x", v);
      |                        ~~~~~~~~~~^
      |                                  |
      |                                  long long unsigned int
syn.c:203:23: warning: format ‘%llx’ expects argument of type ‘long long
unsigned int’, but argument 3 has type ‘int64_t’ {aka ‘long int’}
[-Wformat=]
  203 |       ud_asmprintf(u, "-0x%" FMT64 "x", -v);
      |                       ^~~~~~            ~~
      |                                         |
      |                                         int64_t {aka long int}
syn.c:203:37: note: format string is defined here
  203 |       ud_asmprintf(u, "-0x%" FMT64 "x", -v);
      |                           ~~~~~~~~~~^
      |                                     |
      |                                     long long unsigned int
syn.c:205:23: warning: format ‘%llx’ expects argument of type ‘long long
unsigned int’, but argument 4 has type ‘int64_t’ {aka ‘long int’}
[-Wformat=]
  205 |       ud_asmprintf(u, "%s0x%" FMT64 "x", sign? "+" : "", v);
      |                       ^~~~~~~                            ~
      |                                                          |
      |                                                          int64_t
{aka long int}
syn.c:205:38: note: format string is defined here
  205 |       ud_asmprintf(u, "%s0x%" FMT64 "x", sign? "+" : "", v);
      |                            ~~~~~~~~~~^
      |                                      |
      |                                      long long unsigned int
  CC       syn-intel.lo
  CC       syn-att.lo
  CC       udis86.lo
  CCLD     libudis86.la
make[2]: Leaving directory '/tmp/wxHexEditor/udis86/libudis86'
make[1]: Leaving directory '/tmp/wxHexEditor/udis86/libudis86'
cd mhash; ./configure --host= CC="cc" CXX="g++" CFLAGS=" " CXXFLAGS=" "
CPPFLAGS=""
checking build system type... ./config.guess: unable to guess system type

This script, last modified 2006-07-02, 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://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
and

http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub

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 = 2006-07-02

uname -m = aarch64
uname -r = 6.18.39+rpt-rpi-v8
uname -s = Linux
uname -v = #1 SMP PREEMPT Debian 1:6.18.39-1+rpt1 (2026-07-29)

/usr/bin/uname -p = unknown
/bin/uname -X     =

hostinfo               =
/bin/universe          =
/usr/bin/arch -k       =
/bin/arch              = aarch64
/usr/bin/oslevel       =
/usr/convex/getsysinfo =

UNAME_MACHINE = aarch64
UNAME_RELEASE = 6.18.39+rpt-rpi-v8
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1 SMP PREEMPT Debian 1:6.18.39-1+rpt1 (2026-07-29)
configure: error: cannot guess build type; you must specify one
make: *** [Makefile:77: mhash/lib/.libs/libmhash.a] Error 1
keith-pi@raspberrypi:/tmp/wxHexEditor $
  • help Homer K March

Reply via email to