Created
June 28, 2024 00:36
-
-
Save icculus/eed03946e3f8106dd049b0eb75f75b9f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC=cc CFLAGS="-O0 -g" ../configure | |
checking build system type... x86_64-pc-solaris2.10 | |
checking host system type... x86_64-pc-solaris2.10 | |
checking how to print strings... printf | |
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 we are using the GNU C compiler... no | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep | |
checking for egrep... /usr/sfw/bin/ggrep -E | |
checking for fgrep... /usr/sfw/bin/ggrep -F | |
checking for non-GNU ld... /usr/ucb/ld | |
checking if the linker (/usr/ucb/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/ccs/bin/nm -p | |
checking the name lister (/usr/ccs/bin/nm -p) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 786240 | |
checking how to convert x86_64-pc-solaris2.10 file names to x86_64-pc-solaris2.10 format... func_convert_file_noop | |
checking how to convert x86_64-pc-solaris2.10 file names to toolchain format... func_convert_file_noop | |
checking for /usr/ucb/ld option to reload object files... -r | |
checking for objdump... no | |
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 ar... no | |
checking for archiver @FILE support... no | |
checking for strip... no | |
checking for ranlib... no | |
checking for gawk... gawk | |
checking command to parse /usr/ccs/bin/nm -p 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 how to run the C preprocessor... cc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking for cc option to produce PIC... -KPIC -DPIC | |
checking if cc PIC flag -KPIC -DPIC works... yes | |
checking if cc static flag -Bstatic 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/ucb/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... solaris2.10 ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... no | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for windres... no | |
checking for gawk... (cached) gawk | |
checking for gcc... (cached) cc | |
checking whether we are using the GNU C compiler... (cached) no | |
checking whether cc accepts -g... (cached) yes | |
checking for cc option to accept ISO C89... (cached) none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/ucb/ld | |
checking if the linker (/usr/ucb/ld) is GNU ld... no | |
checking whether the g++ linker (/usr/ucb/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... no | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/ucb/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... solaris2.10 ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for egrep... (cached) /usr/sfw/bin/ggrep -E | |
checking for fgrep... (cached) /usr/sfw/bin/ggrep -F | |
checking for a BSD-compatible install... ../build-scripts/install-sh -c | |
checking whether make sets $(MAKE)... no | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for gsort... no | |
checking for sort... sort | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
configure: WARNING: sort(1) that supports the -V option is required to find dynamic libraries | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... 64 | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for working volatile... yes | |
checking for GCC -MMD -MT option... no | |
checking for linker option --no-undefined... no | |
checking for linker option --dynamicbase... no | |
checking for linker option --nxcompat... no | |
checking for linker option --high-entropy-va... no | |
checking for ANSI C header files... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... no | |
configure: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: stdio.h: proceeding with the compiler's result | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... no | |
configure: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: stddef.h: proceeding with the compiler's result | |
checking for stddef.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... no | |
configure: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: stdarg.h: proceeding with the compiler's result | |
checking for stdarg.h... yes | |
checking malloc.h usability... yes | |
checking malloc.h presence... no | |
configure: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: malloc.h: proceeding with the compiler's result | |
checking for malloc.h... yes | |
checking for memory.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... no | |
configure: WARNING: wchar.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: wchar.h: proceeding with the compiler's result | |
checking for wchar.h... yes | |
checking for inttypes.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... no | |
configure: WARNING: limits.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: limits.h: proceeding with the compiler's result | |
checking for limits.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... no | |
configure: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: ctype.h: proceeding with the compiler's result | |
checking for ctype.h... yes | |
checking math.h usability... yes | |
checking math.h presence... no | |
configure: WARNING: math.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: math.h: proceeding with the compiler's result | |
checking for math.h... yes | |
checking float.h usability... yes | |
checking float.h presence... no | |
configure: WARNING: float.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: float.h: proceeding with the compiler's result | |
checking for float.h... yes | |
checking iconv.h usability... yes | |
checking iconv.h presence... no | |
configure: WARNING: iconv.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: iconv.h: proceeding with the compiler's result | |
checking for iconv.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... no | |
configure: WARNING: signal.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: signal.h: proceeding with the compiler's result | |
checking for signal.h... yes | |
checking for size_t... yes | |
checking for M_PI in math.h... yes | |
checking for working alloca.h... no | |
checking for alloca... no | |
checking whether `alloca.c' needs Cray hooks... no | |
checking stack direction for C alloca... -1 | |
checking for mprotect... no | |
checking for malloc... no | |
checking for calloc... no | |
checking for realloc... no | |
checking for free... no | |
checking for getenv... no | |
checking for setenv... no | |
checking for putenv... no | |
checking for unsetenv... no | |
checking for bsearch... no | |
checking for qsort... no | |
checking for abs... no | |
checking for bcopy... no | |
checking for memset... no | |
checking for memcmp... no | |
checking for memcpy... no | |
checking for memmove... no | |
checking for wcslen... no | |
checking for wcslcpy... no | |
checking for wcslcat... no | |
checking for _wcsdup... no | |
checking for wcsdup... no | |
checking for wcsstr... no | |
checking for wcscmp... no | |
checking for wcsncmp... no | |
checking for wcscasecmp... no | |
checking for _wcsicmp... no | |
checking for wcsncasecmp... no | |
checking for _wcsnicmp... no | |
checking for strlen... no | |
checking for strlcpy... no | |
checking for strlcat... no | |
checking for _strrev... no | |
checking for _strupr... no | |
checking for _strlwr... no | |
checking for index... no | |
checking for rindex... no | |
checking for strchr... no | |
checking for strrchr... no | |
checking for strstr... no | |
checking for strtok_r... no | |
checking for itoa... no | |
checking for _ltoa... no | |
checking for _uitoa... no | |
checking for _ultoa... no | |
checking for strtod... no | |
checking for strtol... no | |
checking for strtoul... no | |
checking for _i64toa... no | |
checking for _ui64toa... no | |
checking for strtoll... no | |
checking for strtoull... no | |
checking for atoi... no | |
checking for atof... no | |
checking for strcmp... no | |
checking for strncmp... no | |
checking for _stricmp... no | |
checking for strcasecmp... no | |
checking for _strnicmp... no | |
checking for strncasecmp... no | |
checking for strcasestr... no | |
checking for vsscanf... no | |
checking for vsnprintf... no | |
checking for fopen64... no | |
checking for fseeko... no | |
checking for fseeko64... no | |
checking for sigaction... no | |
checking for setjmp... no | |
checking for nanosleep... no | |
checking for sysconf... no | |
checking for sysctlbyname... no | |
checking for getauxval... no | |
checking for elf_aux_info... no | |
checking for poll... no | |
checking for memfd_create... no | |
checking for posix_fallocate... no | |
checking for _Exit... no | |
checking for pow in -lm... no | |
checking for acos... no | |
checking for acosf... no | |
checking for asin... no | |
checking for asinf... no | |
checking for atan... no | |
checking for atanf... no | |
checking for atan2... no | |
checking for atan2f... no | |
checking for ceil... no | |
checking for ceilf... no | |
checking for copysign... no | |
checking for copysignf... no | |
checking for cos... no | |
checking for cosf... no | |
checking for exp... no | |
checking for expf... no | |
checking for fabs... no | |
checking for fabsf... no | |
checking for floor... no | |
checking for floorf... no | |
checking for trunc... no | |
checking for truncf... no | |
checking for fmod... no | |
checking for fmodf... no | |
checking for log... no | |
checking for logf... no | |
checking for log10... no | |
checking for log10f... no | |
checking for lround... no | |
checking for lroundf... no | |
checking for pow... no | |
checking for powf... no | |
checking for round... no | |
checking for roundf... no | |
checking for scalbn... no | |
checking for scalbnf... no | |
checking for sin... no | |
checking for sinf... no | |
checking for sqrt... no | |
checking for sqrtf... no | |
checking for tan... no | |
checking for tanf... no | |
checking for iconv in libc... no | |
checking for iconv in libiconv... no | |
checking for struct sigaction.sa_sigaction... yes | |
checking libunwind.h usability... no | |
checking libunwind.h presence... no | |
checking for libunwind.h... no | |
checking for GCC builtin atomic operations... no | |
checking for GCC -mmmx option... no | |
checking for GCC -m3dnow option... no | |
checking for GCC -msse option... no | |
checking for GCC -msse2 option... no | |
checking for GCC -msse3 option... no | |
checking for immintrin.h... yes | |
checking for Altivec with GCC altivec.h and -maltivec option... no | |
checking for Altivec with GCC -maltivec option... no | |
checking for Altivec with GCC altivec.h and -faltivec option... no | |
checking for Altivec with GCC -faltivec option... no | |
checking for GCC -mlsx option... no | |
checking for lsxintrin.h... no | |
checking for GCC -Wall option... no | |
checking for GCC -Wunused-local-typedefs option... no | |
checking for GCC -fno-strict-aliasing option... yes | |
checking for GCC -fvisibility=hidden option... no | |
checking for GCC -Wdeclaration-after-statement option... no | |
checking for dlfcn.h... (cached) yes | |
checking for dlopen in -lc... no | |
checking for dlopen in -ldl... no | |
checking for dlopen... no | |
checking for O_CLOEXEC... no | |
checking for OSS audio support... no | |
checking for ALSA CFLAGS... | |
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread | |
checking for libasound headers version >= 1.0.11... not present. | |
checking for snd_ctl_open in -lasound... no | |
checking for libpipewire-0.3 >= 0.3.20... no | |
checking for libpulse >= 0.9.15... no | |
checking for jack >= 0.125... no | |
checking for artsc-config... no | |
checking for esound >= 0.2.8... yes | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
configure: WARNING: You must have SDL_LoadObject() support for dynamic ESD loading | |
checking audio/audiolib.h usability... no | |
checking audio/audiolib.h presence... no | |
checking for audio/audiolib.h... no | |
checking for AuOpenServer in -laudio... no | |
checking for NAS audio support... no | |
checking for sndio... no | |
checking samplerate.h usability... no | |
checking samplerate.h presence... no | |
checking for samplerate.h... no | |
checking for bcm_host... no | |
checking for brcmegl... no | |
checking for Raspberry Pi 0-3... no | |
checking for X... libraries /usr/lib, headers /usr/include | |
checking whether -R must be followed by a space... neither works | |
checking for dnet_ntoa in -ldnet... no | |
checking for dnet_ntoa in -ldnet_stub... no | |
checking for gethostbyname... no | |
checking for gethostbyname in -lnsl... no | |
checking for gethostbyname in -lbsd... no | |
checking for connect... no | |
checking for connect in -lsocket... no | |
checking for remove... no | |
checking for remove in -lposix... no | |
checking for shmat... no | |
checking for shmat in -lipc... no | |
checking for IceConnectionNumber in -lICE... no | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- s | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
sort: illegal option -- V | |
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz] | |
[-dfiMnr] [-b] [-t char] [-k keydef] [+pos1 [-pos2]] files... | |
checking for X11/extensions/Xext.h... yes | |
configure: WARNING: You must have SDL_LoadObject() support for dynamic X11 loading | |
checking for XGenericEvent... no | |
checking for XkbKeycodeToKeysym in -lX11... no | |
checking for X11/Xcursor/Xcursor.h... yes | |
checking for XcursorImageCreate in -lXcursor... no | |
checking for X11/extensions/Xdbe.h... yes | |
checking for X11/extensions/XInput2.h... no | |
checking for X11/extensions/Xfixes.h... no | |
checking for X11/extensions/scrnsaver.h... yes | |
checking for XScreenSaverSuspend in -lXss... no | |
checking for X11/extensions/shape.h... no | |
checking for EGL support... no | |
checking for GLX support... yes | |
checking for OpenGL headers... yes | |
checking for OpenGL ES v1 headers... no | |
checking for OpenGL ES v2 headers... no | |
configure: WARNING: Vulkan does not work on this configuration. | |
configure: WARNING: Vulkan support is available, but disabled because there's no loadso. | |
checking for Wayland support... no | |
checking linux/input.h usability... no | |
checking linux/input.h presence... no | |
checking for linux/input.h... no | |
checking for Linux 2.4 unified input interface... no | |
checking libudev.h usability... no | |
checking libudev.h presence... no | |
checking for libudev.h... no | |
checking for dbus-1... no | |
checking dbus/dbus.h usability... no | |
checking dbus/dbus.h presence... no | |
checking for dbus/dbus.h... no | |
checking sys/inotify.h usability... no | |
checking sys/inotify.h presence... no | |
checking for sys/inotify.h... no | |
checking for inotify_init... no | |
checking for inotify_init1... no | |
checking for ibus-1.0... no | |
checking ibus-1.0/ibus.h usability... no | |
checking ibus-1.0/ibus.h presence... no | |
checking for ibus-1.0/ibus.h... no | |
checking for fcitx support... configure: WARNING: DBus support is required for fcitx. | |
no | |
checking for hidapi joystick support... yes | |
checking for pthreads... no | |
checking for clock_gettime in -lc... no | |
checking for clock_gettime in -lrt... no | |
checking linux/version.h usability... no | |
checking linux/version.h presence... no | |
checking for linux/version.h... no | |
checking for Vivante VDK API... no | |
checking for Vivante FB API... no | |
checking whether to install sdl2-config... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating sdl2-config | |
config.status: creating sdl2-config.cmake | |
config.status: creating sdl2-config-version.cmake | |
config.status: creating SDL2.spec | |
config.status: creating sdl2.pc | |
config.status: creating include/SDL_config.h | |
config.status: executing libtool commands | |
config.status: executing sdl2_config commands | |
config.status: executing summary commands | |
SDL2 Configure Summary: | |
Building Shared Libraries | |
Building Static Libraries | |
Enabled modules : atomic audio video render events joystick haptic hidapi sensor power filesystem threads timers file misc locale loadso cpuinfo assembly | |
Assembly Math : | |
Audio drivers : disk dummy esd sun | |
Video drivers : dummy offscreen x11 opengl | |
X11 libraries : xdbe | |
Input drivers : | |
Enable virtual joystick APIs : YES | |
Using libsamplerate : NO | |
Using libudev : NO | |
Using dbus : NO | |
Using ime : YES | |
Using ibus : NO | |
Using fcitx : NO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment