Richard Black wrote:
Trying to build tsocks on Cygwin 64bit on Windows 11.
[...]
This script, last modified 2001-07-12, 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
[...]
config.guess timestamp = 2001-07-12
uname -m = x86_64
uname -r = 3.3.4(0.341/5/3)
uname -s = CYGWIN_NT-10.0
uname -v = 2022-01-31 19:35
[...]
Try: (in the tsocks source directory)
$ wget https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
-O config.guess
$ wget https://git.savannah.gnu.org/cgit/config.git/plain/config.sub -O
config.sub
That version of config.guess is older than your CPU architecture.
Replacing config.guess and config.sub with current versions may be all
you need to do to solve the problem; if so and this is a current release
of tsocks, reporting this issue to the tsocks maintainers may get them
to update the versions of those scripts they ship in the release tarball.
-- Jacob