Bev Clues <[email protected]> writes: > Brilliant thanks, got a lot further - problem - see last few rows of > ./configure output: > > > > /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.12.47+rpt-rpi-v8 > UNAME_SYSTEM = Linux > UNAME_VERSION = #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16) > configure: error: cannot guess build type; you must specify one > configure: error: ./configure failed for sntp > root@rp1:~/ntp/ntp-4.2.6p3-RC12#
Interesting. That is the same error. It means that even the newer
config.guess script doesn't know what your system is. Try
bash config.guess
... and let me know how that fails. It should contain a paragraph like
"If config.guess has already been updated, send the following data ...".
If you want to just get around that error, you could try passing
--host=aarch64-unknown-linux-gnu or similar ('gcc -dumpmachine' may be
able to tell you the correct value for --host= - I don't know what it'd
be without more information about your machine, though).
--
Arsen Arsenović
signature.asc
Description: PGP signature
