1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
❯ cmake .
-- The C compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found Git: /usr/bin/git (found version "2.39.2")
-- Looking for sys/auxv.h
-- Looking for sys/auxv.h - found
-- Looking for asm/hwcap.h
-- Looking for asm/hwcap.h - not found
-- Looking for sys/sysctl.h
-- Looking for sys/sysctl.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for glob.h
-- Looking for glob.h - found
-- Looking for utmp.h
-- Looking for utmp.h - found
-- Looking for utmpx.h
-- Looking for utmpx.h - found
-- Looking for futimes
-- Looking for futimes - found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - found
-- Looking for posix_openpt
-- Looking for posix_openpt - found
-- Looking for ptsname
-- Looking for ptsname - found
-- Looking for setresuid
-- Looking for setresuid - found
-- Looking for setresgid
-- Looking for setresgid - found
-- Looking for strsignal
-- Looking for strsignal - found
-- Looking for updwtmpx
-- Looking for updwtmpx - found
-- Looking for fstatat
-- Looking for fstatat - found
-- Looking for dirfd
-- Looking for dirfd - found
-- Looking for setpwent
-- Looking for setpwent - found
-- Looking for endpwent
-- Looking for endpwent - found
-- Looking for getauxval
-- Looking for getauxval - found
-- Looking for elf_aux_info
-- Looking for elf_aux_info - not found
-- Looking for sysctlbyname
-- Looking for sysctlbyname - not found
-- Looking for CLOCK_MONOTONIC
-- Looking for CLOCK_MONOTONIC - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Performing Test HAVE_SO_PEERCRED
-- Performing Test HAVE_SO_PEERCRED - Success
-- Performing Test HAVE_NULLARY_SETPGRP
-- Performing Test HAVE_NULLARY_SETPGRP - Success
-- Performing Test HAVE_BINARY_SETPGRP
-- Performing Test HAVE_BINARY_SETPGRP - Failed
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Checking for module 'gtk+-3.0'
-- Package 'gtk+-3.0', required by 'virtual:world', not found
-- Checking for module 'gtk+-2.0'
-- Package 'gtk+-2.0', required by 'virtual:world', not found
-- Checking for GTK1 (via gtk-config)
-- Looking for pow in m
-- Looking for pow in m - found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for socket in xnet
-- Looking for socket in xnet - not found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Performing Test HAVE_ALIGNED_ALLOC
-- Performing Test HAVE_ALIGNED_ALLOC - Success
-- Found Perl: /usr/bin/perl (found version "5.36.0")
-- Performing Test HAVE_WMMINTRIN_H
-- Performing Test HAVE_WMMINTRIN_H - Success
-- Performing Test HAVE_AES_NI
-- Performing Test HAVE_AES_NI - Success
-- Performing Test HAVE_SHAINTRIN_H
-- Performing Test HAVE_SHAINTRIN_H - Success
-- Performing Test HAVE_SHA_NI
-- Performing Test HAVE_SHA_NI - Success
-- Performing Test HAVE_CLMUL
-- Performing Test HAVE_CLMUL - Success
-- Performing Test HAVE_ARM_NEON_H
-- Performing Test HAVE_ARM_NEON_H - Failed
-- Performing Test HAVE_ARM64_NEON_H
-- Performing Test HAVE_ARM64_NEON_H - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: /home/testaccount/Downloads/putty-0.81
|