Мне нужна помощь пользователей MacOS. Я хочу узнать список команд для сборки GNU Screen из исходников в последней версии MacOS.
Самой MacOS у меня под рукой нет, поэтому я и спрашиваю о помощи. Я настраиваю CI (action github), которая собирала бы исходники в соответствующем окружении. Пока лишь пару первых команд. Заканчивается все ошибкой configure: no select - no screen, т.е. он не находит select. Поиск, увы, мне много не дал. Я добавлял и libevent и libSystem... одна и та же ошибка.
Код: Выделить всё
> brew install automake make gcc ncurses
> ./autogen.sh
> ./configure --disable-pam CFLAGS="-Wall -DDEBUG"
this is screen version 4.9.0
checking for prefix by checking for screen... /usr/bin/screen
checking for gcc... clang
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 clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether clang needs -traditional... no
checking for library containing strerror... none required
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 wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for a BSD-compatible install... /usr/bin/install -c
configure: checking for buggy tools...
- sh is 'GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin21)'.
checking if a system-wide socket dir should be used... yes
checking for the socket dir... (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
configure: checking for MIPS...
configure: checking for Ultrix...
configure: checking for butterfly...
configure: checking for POSIX.1...
- you have a POSIX system
configure: checking for System V...
configure: checking for sequent/ptx...
configure: checking SVR4...
checking for stropts.h... no
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
configure: checking for Solaris 2.x...
configure: checking BSD job jontrol...
- you don't have jobcontrol
configure: checking setresuid...
configure: checking setreuid...
configure: checking seteuid...
configure: checking execvpe...
configure: checking select...
configure: checking select with -lnet -lnsl...
configure: error: !!! no select - no screen