update thirdparty, add build script

This commit is contained in:
nillerusr
2020-11-04 04:02:29 +03:00
parent 85a22a3a92
commit 96dfacf659
2707 changed files with 519720 additions and 418397 deletions
+310 -153
View File
@@ -4,17 +4,17 @@ running configure, to aid debugging if configure makes a mistake.
It was created by libjpeg configure 9.1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
$ ./configure --build=i686-pc-linux-gnu CFLAGS=-m32 -Wno-narrowing CXXFLAGS=-m32 -Wno-narrowing -fpermissive LDFLAGS=-m32
## --------- ##
## Platform. ##
## --------- ##
hostname = DESKTOP-6CJ0SOQ
hostname = lostnote
uname -m = x86_64
uname -r = 4.19.128-microsoft-standard
uname -r = 5.9.2-artix1-1
uname -s = Linux
uname -v = #1 SMP Tue Jun 23 12:58:10 UTC 2020
uname -v = #1 SMP PREEMPT Thu, 29 Oct 2020 20:35:04 +0000
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
@@ -27,11 +27,13 @@ uname -v = #1 SMP Tue Jun 23 12:58:10 UTC 2020
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/nillerusr/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /usr/lib/jvm/default/bin
PATH: /home/nillerusr/.local/bin
PATH: /home/nillerusr/ndk
## ----------- ##
@@ -39,22 +41,20 @@ PATH: /usr/games
## ----------- ##
configure:2260: checking build system type
configure:2274: result: x86_64-unknown-linux-gnu
configure:2274: result: i686-pc-linux-gnu
configure:2294: checking host system type
configure:2307: result: x86_64-unknown-linux-gnu
configure:2307: result: i686-pc-linux-gnu
configure:2327: checking target system type
configure:2340: result: x86_64-unknown-linux-gnu
configure:2340: result: i686-pc-linux-gnu
configure:2385: checking for a BSD-compatible install
configure:2453: result: /usr/bin/install -c
configure:2464: checking whether build environment is sane
configure:2519: result: yes
configure:2668: checking for a thread-safe mkdir -p
configure:2707: result: /bin/mkdir -p
configure:2707: result: /usr/bin/mkdir -p
configure:2714: checking for gawk
configure:2744: result: no
configure:2714: checking for mawk
configure:2730: found /usr/bin/mawk
configure:2741: result: mawk
configure:2730: found /usr/bin/gawk
configure:2741: result: gawk
configure:2752: checking whether make sets $(MAKE)
configure:2774: result: yes
configure:2803: checking whether make supports nested variables
@@ -64,12 +64,12 @@ configure:2977: result: yes
configure:2993: checking whether to enable maintainer-specific portions of Makefiles
configure:3002: result: no
configure:3065: checking for gcc
configure:3081: found /usr/bin/gcc
configure:3081: found /home/nillerusr/.local/bin/gcc
configure:3092: result: gcc
configure:3321: checking for C compiler version
configure:3330: gcc --version >&5
gcc (Debian 8.3.0-6) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
gcc (GCC) 4.9.4
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -77,13 +77,11 @@ configure:3341: $? = 0
configure:3330: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --build=x86_64-pc-linux-gnu --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-libsanitizer --disable-bootstrap --enable-multilib --disable-werror --enable-__cxa_atexit --enable-checking=release --enable-clocale=gnu --enable-cloog-backend=isl --enable-gnu-unique-object --enable-install-libiberty --enable-languages=c,c++,fortran,go,lto,objc,obj-c++ --enable-linker-build-id --enable-lto --enable-plugin --enable-shared --enable-threads=posix --enable-version-specific-runtime-libs --infodir=/usr/share/info --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --program-suffix=-4.9 --with-bugurl=https://bugs.archlinux.org/ --with-linker-hash-style=gnu --with-system-zlib --prefix=/usr
Thread model: posix
gcc version 8.3.0 (Debian 8.3.0-6)
gcc version 4.9.4 (GCC)
configure:3341: $? = 0
configure:3330: gcc -V >&5
gcc: error: unrecognized command line option '-V'
@@ -91,32 +89,32 @@ gcc: fatal error: no input files
compilation terminated.
configure:3341: $? = 1
configure:3330: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3341: $? = 1
configure:3361: checking whether the C compiler works
configure:3383: gcc conftest.c >&5
configure:3383: gcc -m32 -Wno-narrowing -m32 conftest.c >&5
configure:3387: $? = 0
configure:3435: result: yes
configure:3438: checking for C compiler default output file name
configure:3440: result: a.out
configure:3446: checking for suffix of executables
configure:3453: gcc -o conftest conftest.c >&5
configure:3453: gcc -o conftest -m32 -Wno-narrowing -m32 conftest.c >&5
configure:3457: $? = 0
configure:3479: result:
configure:3501: checking whether we are cross compiling
configure:3509: gcc -o conftest conftest.c >&5
configure:3509: gcc -o conftest -m32 -Wno-narrowing -m32 conftest.c >&5
configure:3513: $? = 0
configure:3520: ./conftest
configure:3524: $? = 0
configure:3512: result: no
configure:3517: checking for suffix of object files
configure:3539: gcc -c conftest.c >&5
configure:3539: gcc -c -m32 -Wno-narrowing conftest.c >&5
configure:3543: $? = 0
configure:3564: result: o
configure:3568: checking whether we are using the GNU C compiler
configure:3587: gcc -c conftest.c >&5
configure:3587: gcc -c -m32 -Wno-narrowing conftest.c >&5
configure:3587: $? = 0
configure:3596: result: yes
configure:3605: checking whether gcc accepts -g
@@ -124,7 +122,7 @@ configure:3625: gcc -c -g conftest.c >&5
configure:3625: $? = 0
configure:3666: result: yes
configure:3683: checking for gcc option to accept ISO C89
configure:3746: gcc -c -g -O2 conftest.c >&5
configure:3746: gcc -c -m32 -Wno-narrowing conftest.c >&5
configure:3746: $? = 0
configure:3759: result: none needed
configure:3784: checking whether gcc understands -c and -o together
@@ -138,18 +136,180 @@ configure:3877: result: GNU
configure:3903: checking dependency style of gcc
configure:4014: result: gcc3
configure:4033: checking for gcc option to accept ISO C99
configure:4182: gcc -c -g -O2 conftest.c >&5
configure:4182: gcc -c -m32 -Wno-narrowing conftest.c >&5
conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
test_restrict (ccp restrict text)
^
conftest.c: In function 'main':
conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
char *restrict newvar = "Another string";
^
conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int i = 0; i < ia->datasize; ++i)
^
conftest.c:125:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
configure:4182: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libjpeg"
| #define PACKAGE_TARNAME "libjpeg"
| #define PACKAGE_VERSION "9.1.0"
| #define PACKAGE_STRING "libjpeg 9.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libjpeg"
| #define VERSION "9.1.0"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4182: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4182: $? = 0
configure:4195: result: none needed
configure:4303: checking for gcc option to accept ISO Standard C
configure:4314: result: none needed
configure:4202: result: -std=gnu99
configure:4303: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:4317: result: -std=gnu99
configure:4326: checking how to run the C preprocessor
configure:4357: gcc -E conftest.c
configure:4357: gcc -std=gnu99 -E conftest.c
configure:4357: $? = 0
configure:4371: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
configure:4371: gcc -std=gnu99 -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
^
compilation terminated.
configure:4371: $? = 1
configure: failed program was:
@@ -164,13 +324,13 @@ configure: failed program was:
| #define VERSION "9.1.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4396: result: gcc -E
configure:4416: gcc -E conftest.c
configure:4396: result: gcc -std=gnu99 -E
configure:4416: gcc -std=gnu99 -E conftest.c
configure:4416: $? = 0
configure:4430: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
configure:4430: gcc -std=gnu99 -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
^
compilation terminated.
configure:4430: $? = 1
configure: failed program was:
@@ -193,74 +353,74 @@ configure:4551: checking for ar
configure:4567: found /usr/bin/ar
configure:4578: result: ar
configure:4604: checking the archiver (ar) interface
configure:4620: gcc -c -g -O2 conftest.c >&5
configure:4620: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4620: $? = 0
configure:4622: ar cru libconftest.a conftest.o >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:4625: $? = 0
configure:4624: result: ar
configure:4653: checking if LD -Wl,--version-script works
configure:4677: gcc -o conftest -g -O2 -Wl,--version-script=conftest.map conftest.c >&5
configure:4677: gcc -std=gnu99 -o conftest -m32 -Wno-narrowing -m32 -Wl,--version-script=conftest.map conftest.c >&5
configure:4677: $? = 0
configure:4686: result: yes
configure:4699: checking for function prototypes
configure:4719: gcc -c -g -O2 conftest.c >&5
configure:4719: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4719: $? = 0
configure:4727: result: yes
configure:4748: checking for grep that handles long lines and -e
configure:4806: result: /bin/grep
configure:4806: result: /usr/bin/grep
configure:4811: checking for egrep
configure:4873: result: /bin/grep -E
configure:4873: result: /usr/bin/grep -E
configure:4878: checking for ANSI C header files
configure:4898: gcc -c -g -O2 conftest.c >&5
configure:4898: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4898: $? = 0
configure:4971: gcc -o conftest -g -O2 conftest.c >&5
configure:4971: gcc -std=gnu99 -o conftest -m32 -Wno-narrowing -m32 conftest.c >&5
configure:4971: $? = 0
configure:4971: ./conftest
configure:4971: $? = 0
configure:4982: result: yes
configure:4995: checking for sys/types.h
configure:4995: gcc -c -g -O2 conftest.c >&5
configure:4995: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4995: $? = 0
configure:4995: result: yes
configure:4995: checking for sys/stat.h
configure:4995: gcc -c -g -O2 conftest.c >&5
configure:4995: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4995: $? = 0
configure:4995: result: yes
configure:4995: checking for stdlib.h
configure:4995: gcc -c -g -O2 conftest.c >&5
configure:4995: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4995: $? = 0
configure:4995: result: yes
configure:4995: checking for string.h
configure:4995: gcc -c -g -O2 conftest.c >&5
configure:4995: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4995: $? = 0
configure:4995: result: yes
configure:4995: checking for memory.h
configure:4995: gcc -c -g -O2 conftest.c >&5
configure:4995: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4995: $? = 0
configure:4995: result: yes
configure:4995: checking for strings.h
configure:4995: gcc -c -g -O2 conftest.c >&5
configure:4995: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4995: $? = 0
configure:4995: result: yes
configure:4995: checking for inttypes.h
configure:4995: gcc -c -g -O2 conftest.c >&5
configure:4995: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4995: $? = 0
configure:4995: result: yes
configure:4995: checking for stdint.h
configure:4995: gcc -c -g -O2 conftest.c >&5
configure:4995: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4995: $? = 0
configure:4995: result: yes
configure:4995: checking for unistd.h
configure:4995: gcc -c -g -O2 conftest.c >&5
configure:4995: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:4995: $? = 0
configure:4995: result: yes
configure:5010: checking stddef.h usability
configure:5010: gcc -c -g -O2 conftest.c >&5
configure:5010: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking stddef.h presence
configure:5010: gcc -E conftest.c
configure:5010: gcc -std=gnu99 -E conftest.c
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking for stddef.h
@@ -268,11 +428,11 @@ configure:5010: result: yes
configure:5010: checking for stdlib.h
configure:5010: result: yes
configure:5010: checking locale.h usability
configure:5010: gcc -c -g -O2 conftest.c >&5
configure:5010: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking locale.h presence
configure:5010: gcc -E conftest.c
configure:5010: gcc -std=gnu99 -E conftest.c
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking for locale.h
@@ -280,39 +440,39 @@ configure:5010: result: yes
configure:5020: checking for string.h
configure:5020: result: yes
configure:5033: checking for size_t
configure:5060: gcc -c -g -O2 conftest.c >&5
configure:5060: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:5060: $? = 0
configure:5066: result: yes
configure:5102: checking for type unsigned char
configure:5115: gcc -c -g -O2 conftest.c >&5
configure:5115: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:5115: $? = 0
configure:5116: result: yes
configure:5127: checking for type unsigned short
configure:5140: gcc -c -g -O2 conftest.c >&5
configure:5140: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:5140: $? = 0
configure:5141: result: yes
configure:5152: checking for type void
configure:5186: gcc -c -g -O2 conftest.c >&5
configure:5186: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:5186: $? = 0
configure:5187: result: yes
configure:5197: checking for an ANSI C-conforming const
configure:5263: gcc -c -g -O2 conftest.c >&5
configure:5263: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:5263: $? = 0
configure:5270: result: yes
configure:5280: checking for inline
configure:5295: gcc -c -g -O2 conftest.c >&5
configure:5295: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:5295: $? = 0
configure:5333: result: __inline__
configure:5342: checking for broken incomplete types
configure:5355: gcc -c -g -O2 conftest.c >&5
configure:5355: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:5355: $? = 0
configure:5356: result: ok
configure:5368: checking for short external names
configure:5384: gcc -o conftest -g -O2 conftest.c >&5
configure:5384: gcc -std=gnu99 -o conftest -m32 -Wno-narrowing -m32 conftest.c >&5
configure:5384: $? = 0
configure:5385: result: ok
configure:5398: checking to see if char is signed
configure:5435: gcc -o conftest -g -O2 conftest.c >&5
configure:5435: gcc -std=gnu99 -o conftest -m32 -Wno-narrowing -m32 conftest.c >&5
configure:5435: $? = 0
configure:5435: ./conftest
configure:5435: $? = 1
@@ -372,7 +532,7 @@ configure: failed program was:
| }
configure:5442: result: yes
configure:5450: checking to see if right shift is signed
configure:5490: gcc -o conftest -g -O2 conftest.c >&5
configure:5490: gcc -std=gnu99 -o conftest -m32 -Wno-narrowing -m32 conftest.c >&5
configure:5490: $? = 0
configure:5490: ./conftest
configure:5490: $? = 1
@@ -438,7 +598,7 @@ configure: failed program was:
| }
configure:5497: result: yes
configure:5505: checking to see if fopen accepts b spec
configure:5524: gcc -o conftest -g -O2 conftest.c >&5
configure:5524: gcc -std=gnu99 -o conftest -m32 -Wno-narrowing -m32 conftest.c >&5
configure:5524: $? = 0
configure:5524: ./conftest
configure:5524: $? = 0
@@ -446,20 +606,20 @@ configure:5525: result: yes
configure:5889: checking how to print strings
configure:5916: result: printf
configure:5937: checking for a sed that does not truncate output
configure:6001: result: /bin/sed
configure:6001: result: /usr/bin/sed
configure:6019: checking for fgrep
configure:6081: result: /bin/grep -F
configure:6116: checking for ld used by gcc
configure:6081: result: /usr/bin/grep -F
configure:6116: checking for ld used by gcc -std=gnu99
configure:6183: result: /usr/bin/ld
configure:6190: checking if the linker (/usr/bin/ld) is GNU ld
configure:6205: result: yes
configure:6217: checking for BSD- or MS-compatible name lister (nm)
configure:6266: result: /usr/bin/nm -B
configure:6396: checking the name lister (/usr/bin/nm -B) interface
configure:6403: gcc -c -g -O2 conftest.c >&5
configure:6403: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:6406: /usr/bin/nm -B "conftest.o"
configure:6409: output
0000000000000000 B some_variable
00000000 B some_variable
configure:6410: result: BSD nm
configure:6414: checking the maximum length of command line arguments
configure:6544: result: 1572864
@@ -467,9 +627,9 @@ configure:6561: checking whether the shell understands some XSI constructs
configure:6570: result: yes
configure:6574: checking whether the shell understands "+="
configure:6578: result: yes
configure:6613: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:6613: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
configure:6653: result: func_convert_file_noop
configure:6660: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:6660: checking how to convert i686-pc-linux-gnu file names to toolchain format
configure:6680: result: func_convert_file_noop
configure:6687: checking for /usr/bin/ld option to reload object files
configure:6694: result: -r
@@ -482,7 +642,7 @@ configure:7138: result: dlltool
configure:7168: checking how to associate runtime and link libraries
configure:7195: result: printf %s\n
configure:7319: checking for archiver @FILE support
configure:7336: gcc -c -g -O2 conftest.c >&5
configure:7336: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:7336: $? = 0
configure:7339: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
@@ -498,59 +658,56 @@ configure:7434: result: strip
configure:7506: checking for ranlib
configure:7522: found /usr/bin/ranlib
configure:7533: result: ranlib
configure:7635: checking command to parse /usr/bin/nm -B output from gcc object
configure:7755: gcc -c -g -O2 conftest.c >&5
configure:7635: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
configure:7755: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:7758: $? = 0
configure:7762: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7765: $? = 0
configure:7831: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7831: gcc -std=gnu99 -o conftest -m32 -Wno-narrowing -m32 conftest.c conftstm.o >&5
configure:7834: $? = 0
configure:7872: result: ok
configure:7909: checking for sysroot
configure:7939: result: no
configure:8016: gcc -c -g -O2 conftest.c >&5
configure:8019: $? = 0
configure:8195: checking for mt
configure:8211: found /bin/mt
configure:8222: result: mt
configure:8245: checking if mt is a manifest tool
configure:8251: mt '-?'
configure:8225: result: no
configure:8245: checking if : is a manifest tool
configure:8251: : '-?'
configure:8259: result: no
configure:8898: checking for dlfcn.h
configure:8898: gcc -c -g -O2 conftest.c >&5
configure:8898: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:8898: $? = 0
configure:8898: result: yes
configure:9102: checking for objdir
configure:9117: result: .libs
configure:9384: checking if gcc supports -fno-rtti -fno-exceptions
configure:9402: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:9384: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:9402: gcc -std=gnu99 -c -m32 -Wno-narrowing -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:9406: $? = 0
configure:9419: result: no
configure:9746: checking for gcc option to produce PIC
configure:9746: checking for gcc -std=gnu99 option to produce PIC
configure:9753: result: -fPIC -DPIC
configure:9761: checking if gcc PIC flag -fPIC -DPIC works
configure:9779: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9761: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
configure:9779: gcc -std=gnu99 -c -m32 -Wno-narrowing -fPIC -DPIC -DPIC conftest.c >&5
configure:9783: $? = 0
configure:9796: result: yes
configure:9825: checking if gcc static flag -static works
configure:9825: checking if gcc -std=gnu99 static flag -static works
configure:9853: result: yes
configure:9868: checking if gcc supports -c -o file.o
configure:9889: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9868: checking if gcc -std=gnu99 supports -c -o file.o
configure:9889: gcc -std=gnu99 -c -m32 -Wno-narrowing -o out/conftest2.o conftest.c >&5
configure:9893: $? = 0
configure:9915: result: yes
configure:9923: checking if gcc supports -c -o file.o
configure:9923: checking if gcc -std=gnu99 supports -c -o file.o
configure:9970: result: yes
configure:10003: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:10003: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries
configure:11156: result: yes
configure:11193: checking whether -lc should be explicitly linked in
configure:11201: gcc -c -g -O2 conftest.c >&5
configure:11201: gcc -std=gnu99 -c -m32 -Wno-narrowing conftest.c >&5
configure:11204: $? = 0
configure:11219: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:11219: gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:11222: $? = 0
configure:11236: result: no
configure:11396: checking dynamic linker characteristics
configure:11907: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11907: gcc -std=gnu99 -o conftest -m32 -Wno-narrowing -m32 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11907: $? = 0
configure:12129: result: GNU/Linux ld.so
configure:12236: checking how to hardcode library paths into programs
@@ -582,10 +739,11 @@ generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_COMMANDS =
$ ./config.status
on DESKTOP-6CJ0SOQ
on lostnote
config.status:1096: creating Makefile
config.status:1096: creating jconfig.h
config.status:1277: jconfig.h is unchanged
config.status:1325: executing depfiles commands
config.status:1325: executing libtool commands
@@ -593,23 +751,23 @@ config.status:1325: executing libtool commands
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-m32 -Wno-narrowing'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-m32
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
@@ -627,29 +785,28 @@ ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_target=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
@@ -674,7 +831,7 @@ lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
@@ -687,7 +844,7 @@ lt_cv_to_tool_file_cmd=func_convert_file_noop
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg/missing aclocal-1.14'
ACLOCAL='${SHELL} /home/nillerusr/projects/source-engine/thirdparty/libjpeg/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
@@ -698,14 +855,14 @@ AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg/missing autoconf'
AUTOCONF='${SHELL} /home/nillerusr/projects/source-engine/thirdparty/libjpeg/missing autoconf'
AUTOHEADER='echo autoheader ignored'
AUTOMAKE='${SHELL} /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg/missing automake-1.14'
AWK='mawk'
CC='gcc'
AUTOMAKE='${SHELL} /home/nillerusr/projects/source-engine/thirdparty/libjpeg/missing automake-1.14'
AWK='gawk'
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CFLAGS='-m32 -Wno-narrowing'
CPP='gcc -std=gnu99 -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
@@ -716,10 +873,10 @@ DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
HAVE_LD_VERSION_SCRIPT_FALSE='#'
HAVE_LD_VERSION_SCRIPT_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
@@ -728,7 +885,7 @@ INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JPEG_LIB_VERSION='10:0:1'
LD='/usr/bin/ld'
LDFLAGS=''
LDFLAGS='-m32'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -738,10 +895,10 @@ LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg/missing makeinfo'
MAKEINFO='${SHELL} /home/nillerusr/projects/source-engine/thirdparty/libjpeg/missing makeinfo'
MANIFEST_TOOL=':'
MEMORYMGR='jmemnobs'
MKDIR_P='/bin/mkdir -p'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
@@ -757,9 +914,9 @@ PACKAGE_URL=''
PACKAGE_VERSION='9.1.0'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SHELL='/bin/sh'
STRIP='strip'
VERSION='9.1.0'
ac_ct_AR='ar'
@@ -777,25 +934,25 @@ am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_cpu='i686'
build_os='linux-gnu'
build_vendor='unknown'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_cpu='i686'
host_os='linux-gnu'
host_vendor='unknown'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg/install-sh'
install_sh='${SHELL} /home/nillerusr/projects/source-engine/thirdparty/libjpeg/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
@@ -810,11 +967,11 @@ psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_cpu='i686'
target_os='linux-gnu'
target_vendor='unknown'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##