1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = localhost
14uname -m = x86_64
15uname -r = 4.4.0-87-generic
16uname -s = Linux
17uname -v = #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017
18
19/usr/bin/uname -p = unknown
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = unknown
26/bin/machine           = unknown
27/usr/bin/oslevel       = unknown
28/bin/universe          = unknown
29
30PATH: /home/luokui.lk/miniconda3/condabin
31PATH: /workspace/cmake-3.19.2-Linux-x86_64/bin
32PATH: /home/luokui.lk/.vscode-server/bin/ea3859d4ba2f3e577a159bc91e3074c5d85c0523/bin
33PATH: /home/luokui.lk/bin
34PATH: /home/luokui.lk/.local/bin
35PATH: /usr/local/sbin
36PATH: /usr/local/bin
37PATH: /usr/sbin
38PATH: /usr/bin
39PATH: /sbin
40PATH: /bin
41PATH: /usr/games
42
43
44## ----------- ##
45## Core tests. ##
46## ----------- ##
47
48configure:2561: checking build system type
49configure:2575: result: x86_64-pc-linux-gnu
50configure:2595: checking host system type
51configure:2608: result: x86_64-pc-linux-gnu
52configure:2679: checking for gcc
53configure:2695: found /usr/bin/gcc
54configure:2706: result: gcc
55configure:2935: checking for C compiler version
56configure:2944: gcc --version >&5
57gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
58Copyright (C) 2015 Free Software Foundation, Inc.
59This is free software; see the source for copying conditions.  There is NO
60warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
61
62configure:2955: $? = 0
63configure:2944: gcc -v >&5
64Using built-in specs.
65COLLECT_GCC=gcc
66COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
67Target: x86_64-linux-gnu
68Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.11' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --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 --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
69Thread model: posix
70gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11)
71configure:2955: $? = 0
72configure:2944: gcc -V >&5
73gcc: error: unrecognized command line option '-V'
74gcc: fatal error: no input files
75compilation terminated.
76configure:2955: $? = 1
77configure:2944: gcc -qversion >&5
78gcc: error: unrecognized command line option '-qversion'
79gcc: fatal error: no input files
80compilation terminated.
81configure:2955: $? = 1
82configure:2975: checking whether the C compiler works
83configure:2997: gcc    conftest.c  >&5
84configure:3001: $? = 0
85configure:3049: result: yes
86configure:3052: checking for C compiler default output file name
87configure:3054: result: a.out
88configure:3060: checking for suffix of executables
89configure:3067: gcc -o conftest    conftest.c  >&5
90configure:3071: $? = 0
91configure:3093: result:
92configure:3115: checking whether we are cross compiling
93configure:3123: gcc -o conftest    conftest.c  >&5
94configure:3127: $? = 0
95configure:3134: ./conftest
96configure:3138: $? = 0
97configure:3153: result: no
98configure:3158: checking for suffix of object files
99configure:3180: gcc -c   conftest.c >&5
100configure:3184: $? = 0
101configure:3205: result: o
102configure:3209: checking whether we are using the GNU C compiler
103configure:3228: gcc -c   conftest.c >&5
104configure:3228: $? = 0
105configure:3237: result: yes
106configure:3246: checking whether gcc accepts -g
107configure:3266: gcc -c -g  conftest.c >&5
108configure:3266: $? = 0
109configure:3307: result: yes
110configure:3324: checking for gcc option to accept ISO C89
111configure:3387: gcc  -c -g -O2  conftest.c >&5
112configure:3387: $? = 0
113configure:3400: result: none needed
114configure:3425: checking whether gcc understands -c and -o together
115configure:3447: gcc -c conftest.c -o conftest2.o
116configure:3450: $? = 0
117configure:3447: gcc -c conftest.c -o conftest2.o
118configure:3450: $? = 0
119configure:3462: result: yes
120configure:3479: checking for a sed that does not truncate output
121configure:3543: result: /bin/sed
122configure:3561: checking for grep that handles long lines and -e
123configure:3619: result: /bin/grep
124configure:3624: checking for egrep
125configure:3686: result: /bin/grep -E
126configure:3691: checking for fgrep
127configure:3753: result: /bin/grep -F
128configure:3788: checking for ld used by gcc
129configure:3855: result: /usr/bin/ld
130configure:3862: checking if the linker (/usr/bin/ld) is GNU ld
131configure:3877: result: yes
132configure:3889: checking for BSD- or MS-compatible name lister (nm)
133configure:3938: result: /usr/bin/nm -B
134configure:4056: checking the name lister (/usr/bin/nm -B) interface
135configure:4063: gcc -c -g -O2  conftest.c >&5
136configure:4066: /usr/bin/nm -B "conftest.o"
137configure:4069: output
1380000000000000000 B some_variable
139configure:4076: result: BSD nm
140configure:4079: checking whether ln -s works
141configure:4083: result: yes
142configure:4091: checking the maximum length of command line arguments
143configure:4217: result: 1572864
144configure:4234: checking whether the shell understands some XSI constructs
145configure:4244: result: yes
146configure:4248: checking whether the shell understands "+="
147configure:4254: result: yes
148configure:4289: checking for /usr/bin/ld option to reload object files
149configure:4296: result: -r
150configure:4365: checking for objdump
151configure:4381: found /usr/bin/objdump
152configure:4392: result: objdump
153configure:4421: checking how to recognize dependent libraries
154configure:4619: result: pass_all
155configure:4679: checking for ar
156configure:4695: found /usr/bin/ar
157configure:4706: result: ar
158configure:4784: checking for strip
159configure:4800: found /usr/bin/strip
160configure:4811: result: strip
161configure:4883: checking for ranlib
162configure:4899: found /usr/bin/ranlib
163configure:4910: result: ranlib
164configure:5000: checking command to parse /usr/bin/nm -B output from gcc object
165configure:5118: gcc -c -g -O2  conftest.c >&5
166configure:5121: $? = 0
167configure:5125: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
168configure:5128: $? = 0
169configure:5182: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
170configure:5185: $? = 0
171configure:5223: result: ok
172configure:5319: gcc -c -g -O2  conftest.c >&5
173configure:5322: $? = 0
174configure:6035: checking how to run the C preprocessor
175configure:6066: gcc -E  conftest.c
176configure:6066: $? = 0
177configure:6080: gcc -E  conftest.c
178conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
179compilation terminated.
180configure:6080: $? = 1
181configure: failed program was:
182| /* confdefs.h */
183| #define PACKAGE_NAME ""
184| #define PACKAGE_TARNAME ""
185| #define PACKAGE_VERSION ""
186| #define PACKAGE_STRING ""
187| #define PACKAGE_BUGREPORT ""
188| #define PACKAGE_URL ""
189| /* end confdefs.h.  */
190| #include <ac_nonexistent.h>
191configure:6105: result: gcc -E
192configure:6125: gcc -E  conftest.c
193configure:6125: $? = 0
194configure:6139: gcc -E  conftest.c
195conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
196compilation terminated.
197configure:6139: $? = 1
198configure: failed program was:
199| /* confdefs.h */
200| #define PACKAGE_NAME ""
201| #define PACKAGE_TARNAME ""
202| #define PACKAGE_VERSION ""
203| #define PACKAGE_STRING ""
204| #define PACKAGE_BUGREPORT ""
205| #define PACKAGE_URL ""
206| /* end confdefs.h.  */
207| #include <ac_nonexistent.h>
208configure:6168: checking for ANSI C header files
209configure:6188: gcc -c -g -O2  conftest.c >&5
210configure:6188: $? = 0
211configure:6261: gcc -o conftest -g -O2   conftest.c  >&5
212configure:6261: $? = 0
213configure:6261: ./conftest
214configure:6261: $? = 0
215configure:6272: result: yes
216configure:6285: checking for sys/types.h
217configure:6285: gcc -c -g -O2  conftest.c >&5
218configure:6285: $? = 0
219configure:6285: result: yes
220configure:6285: checking for sys/stat.h
221configure:6285: gcc -c -g -O2  conftest.c >&5
222configure:6285: $? = 0
223configure:6285: result: yes
224configure:6285: checking for stdlib.h
225configure:6285: gcc -c -g -O2  conftest.c >&5
226configure:6285: $? = 0
227configure:6285: result: yes
228configure:6285: checking for string.h
229configure:6285: gcc -c -g -O2  conftest.c >&5
230configure:6285: $? = 0
231configure:6285: result: yes
232configure:6285: checking for memory.h
233configure:6285: gcc -c -g -O2  conftest.c >&5
234configure:6285: $? = 0
235configure:6285: result: yes
236configure:6285: checking for strings.h
237configure:6285: gcc -c -g -O2  conftest.c >&5
238configure:6285: $? = 0
239configure:6285: result: yes
240configure:6285: checking for inttypes.h
241configure:6285: gcc -c -g -O2  conftest.c >&5
242configure:6285: $? = 0
243configure:6285: result: yes
244configure:6285: checking for stdint.h
245configure:6285: gcc -c -g -O2  conftest.c >&5
246configure:6285: $? = 0
247configure:6285: result: yes
248configure:6285: checking for unistd.h
249configure:6285: gcc -c -g -O2  conftest.c >&5
250configure:6285: $? = 0
251configure:6285: result: yes
252configure:6299: checking for dlfcn.h
253configure:6299: gcc -c -g -O2  conftest.c >&5
254configure:6299: $? = 0
255configure:6299: result: yes
256configure:6781: checking for objdir
257configure:6796: result: .libs
258configure:7092: checking if gcc supports -fno-rtti -fno-exceptions
259configure:7110: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
260cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
261configure:7114: $? = 0
262configure:7127: result: no
263configure:7147: checking for gcc option to produce PIC
264configure:7419: result: -fPIC -DPIC
265configure:7431: checking if gcc PIC flag -fPIC -DPIC works
266configure:7449: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
267configure:7453: $? = 0
268configure:7466: result: yes
269configure:7490: checking if gcc static flag -static works
270configure:7518: result: yes
271configure:7533: checking if gcc supports -c -o file.o
272configure:7554: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
273configure:7558: $? = 0
274configure:7580: result: yes
275configure:7588: checking if gcc supports -c -o file.o
276configure:7635: result: yes
277configure:7668: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
278configure:8654: result: yes
279configure:8691: checking whether -lc should be explicitly linked in
280configure:8696: gcc -c -g -O2  conftest.c >&5
281configure:8699: $? = 0
282configure:8714: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
283configure:8717: $? = 0
284configure:8729: result: no
285configure:8893: checking dynamic linker characteristics
286configure:9328: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
287configure:9328: $? = 0
288configure:9546: result: GNU/Linux ld.so
289configure:9648: checking how to hardcode library paths into programs
290configure:9673: result: immediate
291configure:10193: checking whether stripping libraries is possible
292configure:10198: result: yes
293configure:10233: checking if libtool supports shared libraries
294configure:10235: result: yes
295configure:10238: checking whether to build shared libraries
296configure:10259: result: yes
297configure:10262: checking whether to build static libraries
298configure:10266: result: yes
299configure:10330: checking for a BSD-compatible install
300configure:10398: result: /usr/bin/install -c
301configure:10409: checking whether build environment is sane
302configure:10464: result: yes
303configure:10612: checking for a thread-safe mkdir -p
304configure:10651: result: /bin/mkdir -p
305configure:10658: checking for gawk
306configure:10674: found /usr/bin/gawk
307configure:10685: result: gawk
308configure:10696: checking whether make sets $(MAKE)
309configure:10718: result: yes
310configure:10748: checking for style of include used by make
311configure:10776: result: GNU
312configure:10810: checking whether make supports nested variables
313configure:10827: result: yes
314configure:10913: checking dependency style of gcc
315configure:11024: result: gcc3
316configure:11132: checking for gcc
317configure:11159: result: gcc
318configure:11388: checking for C compiler version
319configure:11397: gcc --version >&5
320gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
321Copyright (C) 2015 Free Software Foundation, Inc.
322This is free software; see the source for copying conditions.  There is NO
323warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
324
325configure:11408: $? = 0
326configure:11397: gcc -v >&5
327Using built-in specs.
328COLLECT_GCC=gcc
329COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
330Target: x86_64-linux-gnu
331Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.11' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --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 --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
332Thread model: posix
333gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11)
334configure:11408: $? = 0
335configure:11397: gcc -V >&5
336gcc: error: unrecognized command line option '-V'
337gcc: fatal error: no input files
338compilation terminated.
339configure:11408: $? = 1
340configure:11397: gcc -qversion >&5
341gcc: error: unrecognized command line option '-qversion'
342gcc: fatal error: no input files
343compilation terminated.
344configure:11408: $? = 1
345configure:11412: checking whether we are using the GNU C compiler
346configure:11440: result: yes
347configure:11449: checking whether gcc accepts -g
348configure:11510: result: yes
349configure:11527: checking for gcc option to accept ISO C89
350configure:11603: result: none needed
351configure:11628: checking whether gcc understands -c and -o together
352configure:11665: result: yes
353configure:11736: checking for gcc
354configure:11752: found /usr/bin/gcc
355configure:11763: result: gcc
356configure:11788: checking for Objective C compiler version
357configure:11797: gcc --version >&5
358gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
359Copyright (C) 2015 Free Software Foundation, Inc.
360This is free software; see the source for copying conditions.  There is NO
361warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
362
363configure:11808: $? = 0
364configure:11797: gcc -v >&5
365Using built-in specs.
366COLLECT_GCC=gcc
367COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
368Target: x86_64-linux-gnu
369Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.11' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --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 --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
370Thread model: posix
371gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11)
372configure:11808: $? = 0
373configure:11797: gcc -V >&5
374gcc: error: unrecognized command line option '-V'
375gcc: fatal error: no input files
376compilation terminated.
377configure:11808: $? = 1
378configure:11797: gcc -qversion >&5
379gcc: error: unrecognized command line option '-qversion'
380gcc: fatal error: no input files
381compilation terminated.
382configure:11808: $? = 1
383configure:11812: checking whether we are using the GNU Objective C compiler
384configure:11831: gcc -c   conftest.m >&5
385gcc: error trying to exec 'cc1obj': execvp: No such file or directory
386configure:11831: $? = 1
387configure: failed program was:
388| /* confdefs.h */
389| #define PACKAGE_NAME ""
390| #define PACKAGE_TARNAME ""
391| #define PACKAGE_VERSION ""
392| #define PACKAGE_STRING ""
393| #define PACKAGE_BUGREPORT ""
394| #define PACKAGE_URL ""
395| #define STDC_HEADERS 1
396| #define HAVE_SYS_TYPES_H 1
397| #define HAVE_SYS_STAT_H 1
398| #define HAVE_STDLIB_H 1
399| #define HAVE_STRING_H 1
400| #define HAVE_MEMORY_H 1
401| #define HAVE_STRINGS_H 1
402| #define HAVE_INTTYPES_H 1
403| #define HAVE_STDINT_H 1
404| #define HAVE_UNISTD_H 1
405| #define HAVE_DLFCN_H 1
406| #define LT_OBJDIR ".libs/"
407| #define PACKAGE "SDL2_image"
408| #define VERSION "2.0.5"
409| /* end confdefs.h.  */
410|
411| int
412| main ()
413| {
414| #ifndef __GNUC__
415|        choke me
416| #endif
417|
418|   ;
419|   return 0;
420| }
421configure:11840: result: no
422configure:11849: checking whether gcc accepts -g
423configure:11869: gcc -c -g  conftest.m >&5
424gcc: error trying to exec 'cc1obj': execvp: No such file or directory
425configure:11869: $? = 1
426configure: failed program was:
427| /* confdefs.h */
428| #define PACKAGE_NAME ""
429| #define PACKAGE_TARNAME ""
430| #define PACKAGE_VERSION ""
431| #define PACKAGE_STRING ""
432| #define PACKAGE_BUGREPORT ""
433| #define PACKAGE_URL ""
434| #define STDC_HEADERS 1
435| #define HAVE_SYS_TYPES_H 1
436| #define HAVE_SYS_STAT_H 1
437| #define HAVE_STDLIB_H 1
438| #define HAVE_STRING_H 1
439| #define HAVE_MEMORY_H 1
440| #define HAVE_STRINGS_H 1
441| #define HAVE_INTTYPES_H 1
442| #define HAVE_STDINT_H 1
443| #define HAVE_UNISTD_H 1
444| #define HAVE_DLFCN_H 1
445| #define LT_OBJDIR ".libs/"
446| #define PACKAGE "SDL2_image"
447| #define VERSION "2.0.5"
448| /* end confdefs.h.  */
449|
450| int
451| main ()
452| {
453|
454|   ;
455|   return 0;
456| }
457configure:11884: gcc -c   conftest.m >&5
458gcc: error trying to exec 'cc1obj': execvp: No such file or directory
459configure:11884: $? = 1
460configure: failed program was:
461| /* confdefs.h */
462| #define PACKAGE_NAME ""
463| #define PACKAGE_TARNAME ""
464| #define PACKAGE_VERSION ""
465| #define PACKAGE_STRING ""
466| #define PACKAGE_BUGREPORT ""
467| #define PACKAGE_URL ""
468| #define STDC_HEADERS 1
469| #define HAVE_SYS_TYPES_H 1
470| #define HAVE_SYS_STAT_H 1
471| #define HAVE_STDLIB_H 1
472| #define HAVE_STRING_H 1
473| #define HAVE_MEMORY_H 1
474| #define HAVE_STRINGS_H 1
475| #define HAVE_INTTYPES_H 1
476| #define HAVE_STDINT_H 1
477| #define HAVE_UNISTD_H 1
478| #define HAVE_DLFCN_H 1
479| #define LT_OBJDIR ".libs/"
480| #define PACKAGE "SDL2_image"
481| #define VERSION "2.0.5"
482| /* end confdefs.h.  */
483|
484| int
485| main ()
486| {
487|
488|   ;
489|   return 0;
490| }
491configure:11900: gcc -c -g  conftest.m >&5
492gcc: error trying to exec 'cc1obj': execvp: No such file or directory
493configure:11900: $? = 1
494configure: failed program was:
495| /* confdefs.h */
496| #define PACKAGE_NAME ""
497| #define PACKAGE_TARNAME ""
498| #define PACKAGE_VERSION ""
499| #define PACKAGE_STRING ""
500| #define PACKAGE_BUGREPORT ""
501| #define PACKAGE_URL ""
502| #define STDC_HEADERS 1
503| #define HAVE_SYS_TYPES_H 1
504| #define HAVE_SYS_STAT_H 1
505| #define HAVE_STDLIB_H 1
506| #define HAVE_STRING_H 1
507| #define HAVE_MEMORY_H 1
508| #define HAVE_STRINGS_H 1
509| #define HAVE_INTTYPES_H 1
510| #define HAVE_STDINT_H 1
511| #define HAVE_UNISTD_H 1
512| #define HAVE_DLFCN_H 1
513| #define LT_OBJDIR ".libs/"
514| #define PACKAGE "SDL2_image"
515| #define VERSION "2.0.5"
516| /* end confdefs.h.  */
517|
518| int
519| main ()
520| {
521|
522|   ;
523|   return 0;
524| }
525configure:11910: result: no
526configure:11935: checking dependency style of gcc
527configure:12044: result: gcc3
528configure:12059: checking for inline
529configure:12075: gcc -c -g -O2  conftest.c >&5
530configure:12075: $? = 0
531configure:12083: result: inline
532configure:12102: checking whether make sets $(MAKE)
533configure:12124: result: yes
534configure:12142: checking for windres
535configure:12172: result: no
536configure:12142: checking for linux-gnu-windres
537configure:12172: result: no
538configure:12307: checking for pkg-config
539configure:12325: found /usr/bin/pkg-config
540configure:12337: result: /usr/bin/pkg-config
541configure:12362: checking pkg-config is at least version 0.9.0
542configure:12365: result: yes
543configure:12403: checking for SDL
544configure:12411: $PKG_CONFIG --exists --print-errors "sdl2 >= $min_sdl_version"
545configure:12414: $? = 0
546configure:12429: $PKG_CONFIG --exists --print-errors "sdl2 >= $min_sdl_version"
547configure:12432: $? = 0
548configure:12468: result: yes
549configure:12847: checking jpeglib.h usability
550configure:12847: gcc -c -g -O2 -D_REENTRANT -I/usr/local/include/SDL2  conftest.c >&5
551conftest.c:56:21: fatal error: jpeglib.h: No such file or directory
552compilation terminated.
553configure:12847: $? = 1
554configure: failed program was:
555| /* confdefs.h */
556| #define PACKAGE_NAME ""
557| #define PACKAGE_TARNAME ""
558| #define PACKAGE_VERSION ""
559| #define PACKAGE_STRING ""
560| #define PACKAGE_BUGREPORT ""
561| #define PACKAGE_URL ""
562| #define STDC_HEADERS 1
563| #define HAVE_SYS_TYPES_H 1
564| #define HAVE_SYS_STAT_H 1
565| #define HAVE_STDLIB_H 1
566| #define HAVE_STRING_H 1
567| #define HAVE_MEMORY_H 1
568| #define HAVE_STRINGS_H 1
569| #define HAVE_INTTYPES_H 1
570| #define HAVE_STDINT_H 1
571| #define HAVE_UNISTD_H 1
572| #define HAVE_DLFCN_H 1
573| #define LT_OBJDIR ".libs/"
574| #define PACKAGE "SDL2_image"
575| #define VERSION "2.0.5"
576| /* end confdefs.h.  */
577| #include <stdio.h>
578| #ifdef HAVE_SYS_TYPES_H
579| # include <sys/types.h>
580| #endif
581| #ifdef HAVE_SYS_STAT_H
582| # include <sys/stat.h>
583| #endif
584| #ifdef STDC_HEADERS
585| # include <stdlib.h>
586| # include <stddef.h>
587| #else
588| # ifdef HAVE_STDLIB_H
589| #  include <stdlib.h>
590| # endif
591| #endif
592| #ifdef HAVE_STRING_H
593| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
594| #  include <memory.h>
595| # endif
596| # include <string.h>
597| #endif
598| #ifdef HAVE_STRINGS_H
599| # include <strings.h>
600| #endif
601| #ifdef HAVE_INTTYPES_H
602| # include <inttypes.h>
603| #endif
604| #ifdef HAVE_STDINT_H
605| # include <stdint.h>
606| #endif
607| #ifdef HAVE_UNISTD_H
608| # include <unistd.h>
609| #endif
610| #include <jpeglib.h>
611configure:12847: result: no
612configure:12847: checking jpeglib.h presence
613configure:12847: gcc -E  conftest.c
614conftest.c:23:21: fatal error: jpeglib.h: No such file or directory
615compilation terminated.
616configure:12847: $? = 1
617configure: failed program was:
618| /* confdefs.h */
619| #define PACKAGE_NAME ""
620| #define PACKAGE_TARNAME ""
621| #define PACKAGE_VERSION ""
622| #define PACKAGE_STRING ""
623| #define PACKAGE_BUGREPORT ""
624| #define PACKAGE_URL ""
625| #define STDC_HEADERS 1
626| #define HAVE_SYS_TYPES_H 1
627| #define HAVE_SYS_STAT_H 1
628| #define HAVE_STDLIB_H 1
629| #define HAVE_STRING_H 1
630| #define HAVE_MEMORY_H 1
631| #define HAVE_STRINGS_H 1
632| #define HAVE_INTTYPES_H 1
633| #define HAVE_STDINT_H 1
634| #define HAVE_UNISTD_H 1
635| #define HAVE_DLFCN_H 1
636| #define LT_OBJDIR ".libs/"
637| #define PACKAGE "SDL2_image"
638| #define VERSION "2.0.5"
639| /* end confdefs.h.  */
640| #include <jpeglib.h>
641configure:12847: result: no
642configure:12847: checking for jpeglib.h
643configure:12847: result: no
644configure:12853: checking for jpeg_CreateDecompress in -ljpeg
645configure:12878: gcc -o conftest -g -O2 -D_REENTRANT -I/usr/local/include/SDL2   conftest.c -ljpeg   -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2 >&5
646/usr/bin/ld: cannot find -ljpeg
647collect2: error: ld returned 1 exit status
648configure:12878: $? = 1
649configure: failed program was:
650| /* confdefs.h */
651| #define PACKAGE_NAME ""
652| #define PACKAGE_TARNAME ""
653| #define PACKAGE_VERSION ""
654| #define PACKAGE_STRING ""
655| #define PACKAGE_BUGREPORT ""
656| #define PACKAGE_URL ""
657| #define STDC_HEADERS 1
658| #define HAVE_SYS_TYPES_H 1
659| #define HAVE_SYS_STAT_H 1
660| #define HAVE_STDLIB_H 1
661| #define HAVE_STRING_H 1
662| #define HAVE_MEMORY_H 1
663| #define HAVE_STRINGS_H 1
664| #define HAVE_INTTYPES_H 1
665| #define HAVE_STDINT_H 1
666| #define HAVE_UNISTD_H 1
667| #define HAVE_DLFCN_H 1
668| #define LT_OBJDIR ".libs/"
669| #define PACKAGE "SDL2_image"
670| #define VERSION "2.0.5"
671| /* end confdefs.h.  */
672|
673| /* Override any GCC internal prototype to avoid an error.
674|    Use char because int might match the return type of a GCC
675|    builtin and then its argument prototype would still apply.  */
676| #ifdef __cplusplus
677| extern "C"
678| #endif
679| char jpeg_CreateDecompress ();
680| int
681| main ()
682| {
683| return jpeg_CreateDecompress ();
684|   ;
685|   return 0;
686| }
687configure:12887: result: no
688configure:12915: WARNING: *** Unable to find JPEG library (http://www.ijg.org/)
689configure:12917: WARNING: JPG image loading disabled
690configure:12925: checking for LIBPNG
691configure:12933: $PKG_CONFIG --exists --print-errors "libpng"
692Package libpng was not found in the pkg-config search path.
693Perhaps you should add the directory containing `libpng.pc'
694to the PKG_CONFIG_PATH environment variable
695No package 'libpng' found
696configure:12936: $? = 1
697configure:12951: $PKG_CONFIG --exists --print-errors "libpng"
698Package libpng was not found in the pkg-config search path.
699Perhaps you should add the directory containing `libpng.pc'
700to the PKG_CONFIG_PATH environment variable
701No package 'libpng' found
702configure:12954: $? = 1
703No package 'libpng' found
704configure:12982: result: no
705configure:12984: checking png.h usability
706configure:12984: gcc -c -g -O2 -D_REENTRANT -I/usr/local/include/SDL2  conftest.c >&5
707conftest.c:56:17: fatal error: png.h: No such file or directory
708compilation terminated.
709configure:12984: $? = 1
710configure: failed program was:
711| /* confdefs.h */
712| #define PACKAGE_NAME ""
713| #define PACKAGE_TARNAME ""
714| #define PACKAGE_VERSION ""
715| #define PACKAGE_STRING ""
716| #define PACKAGE_BUGREPORT ""
717| #define PACKAGE_URL ""
718| #define STDC_HEADERS 1
719| #define HAVE_SYS_TYPES_H 1
720| #define HAVE_SYS_STAT_H 1
721| #define HAVE_STDLIB_H 1
722| #define HAVE_STRING_H 1
723| #define HAVE_MEMORY_H 1
724| #define HAVE_STRINGS_H 1
725| #define HAVE_INTTYPES_H 1
726| #define HAVE_STDINT_H 1
727| #define HAVE_UNISTD_H 1
728| #define HAVE_DLFCN_H 1
729| #define LT_OBJDIR ".libs/"
730| #define PACKAGE "SDL2_image"
731| #define VERSION "2.0.5"
732| /* end confdefs.h.  */
733| #include <stdio.h>
734| #ifdef HAVE_SYS_TYPES_H
735| # include <sys/types.h>
736| #endif
737| #ifdef HAVE_SYS_STAT_H
738| # include <sys/stat.h>
739| #endif
740| #ifdef STDC_HEADERS
741| # include <stdlib.h>
742| # include <stddef.h>
743| #else
744| # ifdef HAVE_STDLIB_H
745| #  include <stdlib.h>
746| # endif
747| #endif
748| #ifdef HAVE_STRING_H
749| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
750| #  include <memory.h>
751| # endif
752| # include <string.h>
753| #endif
754| #ifdef HAVE_STRINGS_H
755| # include <strings.h>
756| #endif
757| #ifdef HAVE_INTTYPES_H
758| # include <inttypes.h>
759| #endif
760| #ifdef HAVE_STDINT_H
761| # include <stdint.h>
762| #endif
763| #ifdef HAVE_UNISTD_H
764| # include <unistd.h>
765| #endif
766| #include <png.h>
767configure:12984: result: no
768configure:12984: checking png.h presence
769configure:12984: gcc -E  conftest.c
770conftest.c:23:17: fatal error: png.h: No such file or directory
771compilation terminated.
772configure:12984: $? = 1
773configure: failed program was:
774| /* confdefs.h */
775| #define PACKAGE_NAME ""
776| #define PACKAGE_TARNAME ""
777| #define PACKAGE_VERSION ""
778| #define PACKAGE_STRING ""
779| #define PACKAGE_BUGREPORT ""
780| #define PACKAGE_URL ""
781| #define STDC_HEADERS 1
782| #define HAVE_SYS_TYPES_H 1
783| #define HAVE_SYS_STAT_H 1
784| #define HAVE_STDLIB_H 1
785| #define HAVE_STRING_H 1
786| #define HAVE_MEMORY_H 1
787| #define HAVE_STRINGS_H 1
788| #define HAVE_INTTYPES_H 1
789| #define HAVE_STDINT_H 1
790| #define HAVE_UNISTD_H 1
791| #define HAVE_DLFCN_H 1
792| #define LT_OBJDIR ".libs/"
793| #define PACKAGE "SDL2_image"
794| #define VERSION "2.0.5"
795| /* end confdefs.h.  */
796| #include <png.h>
797configure:12984: result: no
798configure:12984: checking for png.h
799configure:12984: result: no
800configure:12993: checking for png_create_read_struct in -lpng
801configure:13018: gcc -o conftest -g -O2 -D_REENTRANT -I/usr/local/include/SDL2   conftest.c -lpng -lz  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2 >&5
802/usr/bin/ld: cannot find -lpng
803collect2: error: ld returned 1 exit status
804configure:13018: $? = 1
805configure: failed program was:
806| /* confdefs.h */
807| #define PACKAGE_NAME ""
808| #define PACKAGE_TARNAME ""
809| #define PACKAGE_VERSION ""
810| #define PACKAGE_STRING ""
811| #define PACKAGE_BUGREPORT ""
812| #define PACKAGE_URL ""
813| #define STDC_HEADERS 1
814| #define HAVE_SYS_TYPES_H 1
815| #define HAVE_SYS_STAT_H 1
816| #define HAVE_STDLIB_H 1
817| #define HAVE_STRING_H 1
818| #define HAVE_MEMORY_H 1
819| #define HAVE_STRINGS_H 1
820| #define HAVE_INTTYPES_H 1
821| #define HAVE_STDINT_H 1
822| #define HAVE_UNISTD_H 1
823| #define HAVE_DLFCN_H 1
824| #define LT_OBJDIR ".libs/"
825| #define PACKAGE "SDL2_image"
826| #define VERSION "2.0.5"
827| /* end confdefs.h.  */
828|
829| /* Override any GCC internal prototype to avoid an error.
830|    Use char because int might match the return type of a GCC
831|    builtin and then its argument prototype would still apply.  */
832| #ifdef __cplusplus
833| extern "C"
834| #endif
835| char png_create_read_struct ();
836| int
837| main ()
838| {
839| return png_create_read_struct ();
840|   ;
841|   return 0;
842| }
843configure:13027: result: no
844configure:13119: WARNING: *** Unable to find PNG library (http://www.libpng.org/pub/png/libpng.html)
845configure:13121: WARNING: PNG image loading disabled
846configure:13127: checking tiffio.h usability
847configure:13127: gcc -c -g -O2 -D_REENTRANT -I/usr/local/include/SDL2  conftest.c >&5
848conftest.c:56:20: fatal error: tiffio.h: No such file or directory
849compilation terminated.
850configure:13127: $? = 1
851configure: failed program was:
852| /* confdefs.h */
853| #define PACKAGE_NAME ""
854| #define PACKAGE_TARNAME ""
855| #define PACKAGE_VERSION ""
856| #define PACKAGE_STRING ""
857| #define PACKAGE_BUGREPORT ""
858| #define PACKAGE_URL ""
859| #define STDC_HEADERS 1
860| #define HAVE_SYS_TYPES_H 1
861| #define HAVE_SYS_STAT_H 1
862| #define HAVE_STDLIB_H 1
863| #define HAVE_STRING_H 1
864| #define HAVE_MEMORY_H 1
865| #define HAVE_STRINGS_H 1
866| #define HAVE_INTTYPES_H 1
867| #define HAVE_STDINT_H 1
868| #define HAVE_UNISTD_H 1
869| #define HAVE_DLFCN_H 1
870| #define LT_OBJDIR ".libs/"
871| #define PACKAGE "SDL2_image"
872| #define VERSION "2.0.5"
873| /* end confdefs.h.  */
874| #include <stdio.h>
875| #ifdef HAVE_SYS_TYPES_H
876| # include <sys/types.h>
877| #endif
878| #ifdef HAVE_SYS_STAT_H
879| # include <sys/stat.h>
880| #endif
881| #ifdef STDC_HEADERS
882| # include <stdlib.h>
883| # include <stddef.h>
884| #else
885| # ifdef HAVE_STDLIB_H
886| #  include <stdlib.h>
887| # endif
888| #endif
889| #ifdef HAVE_STRING_H
890| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
891| #  include <memory.h>
892| # endif
893| # include <string.h>
894| #endif
895| #ifdef HAVE_STRINGS_H
896| # include <strings.h>
897| #endif
898| #ifdef HAVE_INTTYPES_H
899| # include <inttypes.h>
900| #endif
901| #ifdef HAVE_STDINT_H
902| # include <stdint.h>
903| #endif
904| #ifdef HAVE_UNISTD_H
905| # include <unistd.h>
906| #endif
907| #include <tiffio.h>
908configure:13127: result: no
909configure:13127: checking tiffio.h presence
910configure:13127: gcc -E  conftest.c
911conftest.c:23:20: fatal error: tiffio.h: No such file or directory
912compilation terminated.
913configure:13127: $? = 1
914configure: failed program was:
915| /* confdefs.h */
916| #define PACKAGE_NAME ""
917| #define PACKAGE_TARNAME ""
918| #define PACKAGE_VERSION ""
919| #define PACKAGE_STRING ""
920| #define PACKAGE_BUGREPORT ""
921| #define PACKAGE_URL ""
922| #define STDC_HEADERS 1
923| #define HAVE_SYS_TYPES_H 1
924| #define HAVE_SYS_STAT_H 1
925| #define HAVE_STDLIB_H 1
926| #define HAVE_STRING_H 1
927| #define HAVE_MEMORY_H 1
928| #define HAVE_STRINGS_H 1
929| #define HAVE_INTTYPES_H 1
930| #define HAVE_STDINT_H 1
931| #define HAVE_UNISTD_H 1
932| #define HAVE_DLFCN_H 1
933| #define LT_OBJDIR ".libs/"
934| #define PACKAGE "SDL2_image"
935| #define VERSION "2.0.5"
936| /* end confdefs.h.  */
937| #include <tiffio.h>
938configure:13127: result: no
939configure:13127: checking for tiffio.h
940configure:13127: result: no
941configure:13133: checking for TIFFClientOpen in -ltiff
942configure:13158: gcc -o conftest -g -O2 -D_REENTRANT -I/usr/local/include/SDL2   conftest.c -ltiff -lz  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2 >&5
943/usr/bin/ld: cannot find -ltiff
944collect2: error: ld returned 1 exit status
945configure:13158: $? = 1
946configure: failed program was:
947| /* confdefs.h */
948| #define PACKAGE_NAME ""
949| #define PACKAGE_TARNAME ""
950| #define PACKAGE_VERSION ""
951| #define PACKAGE_STRING ""
952| #define PACKAGE_BUGREPORT ""
953| #define PACKAGE_URL ""
954| #define STDC_HEADERS 1
955| #define HAVE_SYS_TYPES_H 1
956| #define HAVE_SYS_STAT_H 1
957| #define HAVE_STDLIB_H 1
958| #define HAVE_STRING_H 1
959| #define HAVE_MEMORY_H 1
960| #define HAVE_STRINGS_H 1
961| #define HAVE_INTTYPES_H 1
962| #define HAVE_STDINT_H 1
963| #define HAVE_UNISTD_H 1
964| #define HAVE_DLFCN_H 1
965| #define LT_OBJDIR ".libs/"
966| #define PACKAGE "SDL2_image"
967| #define VERSION "2.0.5"
968| /* end confdefs.h.  */
969|
970| /* Override any GCC internal prototype to avoid an error.
971|    Use char because int might match the return type of a GCC
972|    builtin and then its argument prototype would still apply.  */
973| #ifdef __cplusplus
974| extern "C"
975| #endif
976| char TIFFClientOpen ();
977| int
978| main ()
979| {
980| return TIFFClientOpen ();
981|   ;
982|   return 0;
983| }
984configure:13167: result: no
985configure:13192: WARNING: *** Unable to find Tiff library (http://www.remotesensing.org/libtiff/)
986configure:13194: WARNING: TIF image loading disabled
987configure:13202: checking for LIBWEBP
988configure:13210: $PKG_CONFIG --exists --print-errors "libwebp"
989Package libwebp was not found in the pkg-config search path.
990Perhaps you should add the directory containing `libwebp.pc'
991to the PKG_CONFIG_PATH environment variable
992No package 'libwebp' found
993configure:13213: $? = 1
994configure:13228: $PKG_CONFIG --exists --print-errors "libwebp"
995Package libwebp was not found in the pkg-config search path.
996Perhaps you should add the directory containing `libwebp.pc'
997to the PKG_CONFIG_PATH environment variable
998No package 'libwebp' found
999configure:13231: $? = 1
1000No package 'libwebp' found
1001configure:13259: result: no
1002configure:13261: checking webp/decode.h usability
1003configure:13261: gcc -c -g -O2 -D_REENTRANT -I/usr/local/include/SDL2  conftest.c >&5
1004conftest.c:56:25: fatal error: webp/decode.h: No such file or directory
1005compilation terminated.
1006configure:13261: $? = 1
1007configure: failed program was:
1008| /* confdefs.h */
1009| #define PACKAGE_NAME ""
1010| #define PACKAGE_TARNAME ""
1011| #define PACKAGE_VERSION ""
1012| #define PACKAGE_STRING ""
1013| #define PACKAGE_BUGREPORT ""
1014| #define PACKAGE_URL ""
1015| #define STDC_HEADERS 1
1016| #define HAVE_SYS_TYPES_H 1
1017| #define HAVE_SYS_STAT_H 1
1018| #define HAVE_STDLIB_H 1
1019| #define HAVE_STRING_H 1
1020| #define HAVE_MEMORY_H 1
1021| #define HAVE_STRINGS_H 1
1022| #define HAVE_INTTYPES_H 1
1023| #define HAVE_STDINT_H 1
1024| #define HAVE_UNISTD_H 1
1025| #define HAVE_DLFCN_H 1
1026| #define LT_OBJDIR ".libs/"
1027| #define PACKAGE "SDL2_image"
1028| #define VERSION "2.0.5"
1029| /* end confdefs.h.  */
1030| #include <stdio.h>
1031| #ifdef HAVE_SYS_TYPES_H
1032| # include <sys/types.h>
1033| #endif
1034| #ifdef HAVE_SYS_STAT_H
1035| # include <sys/stat.h>
1036| #endif
1037| #ifdef STDC_HEADERS
1038| # include <stdlib.h>
1039| # include <stddef.h>
1040| #else
1041| # ifdef HAVE_STDLIB_H
1042| #  include <stdlib.h>
1043| # endif
1044| #endif
1045| #ifdef HAVE_STRING_H
1046| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1047| #  include <memory.h>
1048| # endif
1049| # include <string.h>
1050| #endif
1051| #ifdef HAVE_STRINGS_H
1052| # include <strings.h>
1053| #endif
1054| #ifdef HAVE_INTTYPES_H
1055| # include <inttypes.h>
1056| #endif
1057| #ifdef HAVE_STDINT_H
1058| # include <stdint.h>
1059| #endif
1060| #ifdef HAVE_UNISTD_H
1061| # include <unistd.h>
1062| #endif
1063| #include <webp/decode.h>
1064configure:13261: result: no
1065configure:13261: checking webp/decode.h presence
1066configure:13261: gcc -E  conftest.c
1067conftest.c:23:25: fatal error: webp/decode.h: No such file or directory
1068compilation terminated.
1069configure:13261: $? = 1
1070configure: failed program was:
1071| /* confdefs.h */
1072| #define PACKAGE_NAME ""
1073| #define PACKAGE_TARNAME ""
1074| #define PACKAGE_VERSION ""
1075| #define PACKAGE_STRING ""
1076| #define PACKAGE_BUGREPORT ""
1077| #define PACKAGE_URL ""
1078| #define STDC_HEADERS 1
1079| #define HAVE_SYS_TYPES_H 1
1080| #define HAVE_SYS_STAT_H 1
1081| #define HAVE_STDLIB_H 1
1082| #define HAVE_STRING_H 1
1083| #define HAVE_MEMORY_H 1
1084| #define HAVE_STRINGS_H 1
1085| #define HAVE_INTTYPES_H 1
1086| #define HAVE_STDINT_H 1
1087| #define HAVE_UNISTD_H 1
1088| #define HAVE_DLFCN_H 1
1089| #define LT_OBJDIR ".libs/"
1090| #define PACKAGE "SDL2_image"
1091| #define VERSION "2.0.5"
1092| /* end confdefs.h.  */
1093| #include <webp/decode.h>
1094configure:13261: result: no
1095configure:13261: checking for webp/decode.h
1096configure:13261: result: no
1097configure:13270: checking for WebPGetDecoderVersion in -lwebp
1098configure:13295: gcc -o conftest -g -O2 -D_REENTRANT -I/usr/local/include/SDL2   conftest.c -lwebp -lm  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2 >&5
1099/usr/bin/ld: cannot find -lwebp
1100collect2: error: ld returned 1 exit status
1101configure:13295: $? = 1
1102configure: failed program was:
1103| /* confdefs.h */
1104| #define PACKAGE_NAME ""
1105| #define PACKAGE_TARNAME ""
1106| #define PACKAGE_VERSION ""
1107| #define PACKAGE_STRING ""
1108| #define PACKAGE_BUGREPORT ""
1109| #define PACKAGE_URL ""
1110| #define STDC_HEADERS 1
1111| #define HAVE_SYS_TYPES_H 1
1112| #define HAVE_SYS_STAT_H 1
1113| #define HAVE_STDLIB_H 1
1114| #define HAVE_STRING_H 1
1115| #define HAVE_MEMORY_H 1
1116| #define HAVE_STRINGS_H 1
1117| #define HAVE_INTTYPES_H 1
1118| #define HAVE_STDINT_H 1
1119| #define HAVE_UNISTD_H 1
1120| #define HAVE_DLFCN_H 1
1121| #define LT_OBJDIR ".libs/"
1122| #define PACKAGE "SDL2_image"
1123| #define VERSION "2.0.5"
1124| /* end confdefs.h.  */
1125|
1126| /* Override any GCC internal prototype to avoid an error.
1127|    Use char because int might match the return type of a GCC
1128|    builtin and then its argument prototype would still apply.  */
1129| #ifdef __cplusplus
1130| extern "C"
1131| #endif
1132| char WebPGetDecoderVersion ();
1133| int
1134| main ()
1135| {
1136| return WebPGetDecoderVersion ();
1137|   ;
1138|   return 0;
1139| }
1140configure:13304: result: no
1141configure:13396: WARNING: *** Unable to find WEBP library (http://code.google.com/intl/en-US/speed/webp/index.html)
1142configure:13398: WARNING: WEBP Pimage loading disabled
1143configure:13660: checking that generated files are newer than configure
1144configure:13666: result: done
1145configure:13701: creating ./config.status
1146
1147## ---------------------- ##
1148## Running config.status. ##
1149## ---------------------- ##
1150
1151This file was extended by config.status, which was
1152generated by GNU Autoconf 2.69.  Invocation command line was
1153
1154  CONFIG_FILES    =
1155  CONFIG_HEADERS  =
1156  CONFIG_LINKS    =
1157  CONFIG_COMMANDS =
1158  $ ./config.status
1159
1160on localhost
1161
1162config.status:1024: creating Makefile
1163config.status:1024: creating SDL2_image.spec
1164config.status:1024: creating SDL2_image.pc
1165config.status:1196: executing libtool commands
1166config.status:1196: executing depfiles commands
1167
1168## ---------------- ##
1169## Cache variables. ##
1170## ---------------- ##
1171
1172ac_cv_build=x86_64-pc-linux-gnu
1173ac_cv_c_compiler_gnu=yes
1174ac_cv_c_inline=inline
1175ac_cv_env_CC_set=
1176ac_cv_env_CC_value=
1177ac_cv_env_CFLAGS_set=
1178ac_cv_env_CFLAGS_value=
1179ac_cv_env_CPPFLAGS_set=
1180ac_cv_env_CPPFLAGS_value=
1181ac_cv_env_CPP_set=
1182ac_cv_env_CPP_value=
1183ac_cv_env_LDFLAGS_set=
1184ac_cv_env_LDFLAGS_value=
1185ac_cv_env_LIBPNG_CFLAGS_set=
1186ac_cv_env_LIBPNG_CFLAGS_value=
1187ac_cv_env_LIBPNG_LIBS_set=
1188ac_cv_env_LIBPNG_LIBS_value=
1189ac_cv_env_LIBS_set=
1190ac_cv_env_LIBS_value=
1191ac_cv_env_LIBWEBP_CFLAGS_set=
1192ac_cv_env_LIBWEBP_CFLAGS_value=
1193ac_cv_env_LIBWEBP_LIBS_set=
1194ac_cv_env_LIBWEBP_LIBS_value=
1195ac_cv_env_OBJCFLAGS_set=
1196ac_cv_env_OBJCFLAGS_value=
1197ac_cv_env_OBJC_set=
1198ac_cv_env_OBJC_value=
1199ac_cv_env_PKG_CONFIG_set=
1200ac_cv_env_PKG_CONFIG_value=
1201ac_cv_env_SDL_CFLAGS_set=
1202ac_cv_env_SDL_CFLAGS_value=
1203ac_cv_env_SDL_LIBS_set=
1204ac_cv_env_SDL_LIBS_value=
1205ac_cv_env_build_alias_set=
1206ac_cv_env_build_alias_value=
1207ac_cv_env_host_alias_set=
1208ac_cv_env_host_alias_value=
1209ac_cv_env_target_alias_set=
1210ac_cv_env_target_alias_value=
1211ac_cv_header_dlfcn_h=yes
1212ac_cv_header_inttypes_h=yes
1213ac_cv_header_jpeglib_h=no
1214ac_cv_header_memory_h=yes
1215ac_cv_header_png_h=no
1216ac_cv_header_stdc=yes
1217ac_cv_header_stdint_h=yes
1218ac_cv_header_stdlib_h=yes
1219ac_cv_header_string_h=yes
1220ac_cv_header_strings_h=yes
1221ac_cv_header_sys_stat_h=yes
1222ac_cv_header_sys_types_h=yes
1223ac_cv_header_tiffio_h=no
1224ac_cv_header_unistd_h=yes
1225ac_cv_header_webp_decode_h=no
1226ac_cv_host=x86_64-pc-linux-gnu
1227ac_cv_lib_jpeg_jpeg_CreateDecompress=no
1228ac_cv_lib_png_png_create_read_struct=no
1229ac_cv_lib_tiff_TIFFClientOpen=no
1230ac_cv_lib_webp_WebPGetDecoderVersion=no
1231ac_cv_objc_compiler_gnu=no
1232ac_cv_objext=o
1233ac_cv_path_EGREP='/bin/grep -E'
1234ac_cv_path_FGREP='/bin/grep -F'
1235ac_cv_path_GREP=/bin/grep
1236ac_cv_path_SED=/bin/sed
1237ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
1238ac_cv_path_install='/usr/bin/install -c'
1239ac_cv_path_mkdir=/bin/mkdir
1240ac_cv_prog_AWK=gawk
1241ac_cv_prog_CPP='gcc -E'
1242ac_cv_prog_ac_ct_AR=ar
1243ac_cv_prog_ac_ct_CC=gcc
1244ac_cv_prog_ac_ct_OBJC=gcc
1245ac_cv_prog_ac_ct_OBJDUMP=objdump
1246ac_cv_prog_ac_ct_RANLIB=ranlib
1247ac_cv_prog_ac_ct_STRIP=strip
1248ac_cv_prog_cc_c89=
1249ac_cv_prog_cc_g=yes
1250ac_cv_prog_make_make_set=yes
1251ac_cv_prog_objc_g=no
1252am_cv_CC_dependencies_compiler_type=gcc3
1253am_cv_OBJC_dependencies_compiler_type=gcc3
1254am_cv_make_support_nested_variables=yes
1255am_cv_prog_cc_c_o=yes
1256lt_cv_deplibs_check_method=pass_all
1257lt_cv_file_magic_cmd='$MAGIC_CMD'
1258lt_cv_file_magic_test_file=
1259lt_cv_ld_reload_flag=-r
1260lt_cv_nm_interface='BSD nm'
1261lt_cv_objdir=.libs
1262lt_cv_path_LD=/usr/bin/ld
1263lt_cv_path_NM='/usr/bin/nm -B'
1264lt_cv_prog_compiler_c_o=yes
1265lt_cv_prog_compiler_pic_works=yes
1266lt_cv_prog_compiler_rtti_exceptions=no
1267lt_cv_prog_compiler_static_works=yes
1268lt_cv_prog_gnu_ld=yes
1269lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
1270lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1271lt_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'\'''
1272lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
1273lt_cv_sys_max_cmd_len=1572864
1274pkg_cv_SDL_CFLAGS='-D_REENTRANT -I/usr/local/include/SDL2'
1275pkg_cv_SDL_LIBS='-L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2'
1276
1277## ----------------- ##
1278## Output variables. ##
1279## ----------------- ##
1280
1281ACLOCAL='${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/missing aclocal-1.15'
1282AMDEPBACKSLASH='\'
1283AMDEP_FALSE='#'
1284AMDEP_TRUE=''
1285AMTAR='$${TAR-tar}'
1286AM_BACKSLASH='\'
1287AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1288AM_DEFAULT_VERBOSITY='1'
1289AM_V='$(V)'
1290AR='ar'
1291AS='as'
1292AUTOCONF='${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/missing autoconf'
1293AUTOHEADER='${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/missing autoheader'
1294AUTOMAKE='${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/missing automake-1.15'
1295AWK='gawk'
1296BINARY_AGE='5'
1297CC='gcc'
1298CCDEPMODE='depmode=gcc3'
1299CFLAGS='-g -O2 -D_REENTRANT -I/usr/local/include/SDL2'
1300CPP='gcc -E'
1301CPPFLAGS=''
1302CYGPATH_W='echo'
1303DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1'
1304DEPDIR='.deps'
1305DLLTOOL='dlltool'
1306DSYMUTIL=''
1307DUMPBIN=''
1308ECHO_C=''
1309ECHO_N='-n'
1310ECHO_T=''
1311EGREP='/bin/grep -E'
1312EXEEXT=''
1313FGREP='/bin/grep -F'
1314GREP='/bin/grep'
1315IMG_LIBS=''
1316INSTALL_DATA='${INSTALL} -m 644'
1317INSTALL_PROGRAM='${INSTALL}'
1318INSTALL_SCRIPT='${INSTALL}'
1319INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1320INTERFACE_AGE='3'
1321LD='/usr/bin/ld -m elf_x86_64'
1322LDFLAGS=''
1323LIBOBJS=''
1324LIBPNG_CFLAGS=''
1325LIBPNG_LIBS=''
1326LIBS=' -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2'
1327LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1328LIBWEBP_CFLAGS=''
1329LIBWEBP_LIBS=''
1330LIPO=''
1331LN_S='ln -s'
1332LTLIBOBJS=''
1333LT_AGE='2'
1334LT_CURRENT='2'
1335LT_RELEASE='2.0'
1336LT_REVISION='3'
1337MAJOR_VERSION='2'
1338MAKEINFO='${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/missing makeinfo'
1339MICRO_VERSION='5'
1340MINOR_VERSION='0'
1341MKDIR_P='/bin/mkdir -p'
1342NM='/usr/bin/nm -B'
1343NMEDIT=''
1344OBJC='gcc'
1345OBJCDEPMODE='depmode=gcc3'
1346OBJCFLAGS='-g -O2 -D_REENTRANT -I/usr/local/include/SDL2'
1347OBJDUMP='objdump'
1348OBJEXT='o'
1349OTOOL64=''
1350OTOOL=''
1351PACKAGE='SDL2_image'
1352PACKAGE_BUGREPORT=''
1353PACKAGE_NAME=''
1354PACKAGE_STRING=''
1355PACKAGE_TARNAME=''
1356PACKAGE_URL=''
1357PACKAGE_VERSION=''
1358PATH_SEPARATOR=':'
1359PKG_CONFIG='/usr/bin/pkg-config'
1360RANLIB='ranlib'
1361SDL2_CONFIG='pkg-config sdl2'
1362SDL_CFLAGS='-D_REENTRANT -I/usr/local/include/SDL2'
1363SDL_LIBS='-L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2'
1364SDL_VERSION='2.0.8'
1365SED='/bin/sed'
1366SET_MAKE=''
1367SHELL='/bin/bash'
1368STRIP='strip'
1369USE_IMAGEIO_FALSE=''
1370USE_IMAGEIO_TRUE='#'
1371USE_VERSION_RC_FALSE=''
1372USE_VERSION_RC_TRUE='#'
1373VERSION='2.0.5'
1374WINDRES=''
1375ac_ct_CC='gcc'
1376ac_ct_DUMPBIN=''
1377ac_ct_OBJC='gcc'
1378am__EXEEXT_FALSE=''
1379am__EXEEXT_TRUE='#'
1380am__fastdepCC_FALSE='#'
1381am__fastdepCC_TRUE=''
1382am__fastdepOBJC_FALSE='#'
1383am__fastdepOBJC_TRUE=''
1384am__include='include'
1385am__isrc=''
1386am__leading_dot='.'
1387am__nodep='_no'
1388am__quote=''
1389am__tar='$${TAR-tar} chof - "$$tardir"'
1390am__untar='$${TAR-tar} xf -'
1391bindir='${exec_prefix}/bin'
1392build='x86_64-pc-linux-gnu'
1393build_alias=''
1394build_cpu='x86_64'
1395build_os='linux-gnu'
1396build_vendor='pc'
1397datadir='${datarootdir}'
1398datarootdir='${prefix}/share'
1399docdir='${datarootdir}/doc/${PACKAGE}'
1400dvidir='${docdir}'
1401exec_prefix='${prefix}'
1402host='x86_64-pc-linux-gnu'
1403host_alias=''
1404host_cpu='x86_64'
1405host_os='linux-gnu'
1406host_vendor='pc'
1407htmldir='${docdir}'
1408includedir='${prefix}/include'
1409infodir='${datarootdir}/info'
1410install_sh='${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/install-sh'
1411libdir='${exec_prefix}/lib'
1412libexecdir='${exec_prefix}/libexec'
1413localedir='${datarootdir}/locale'
1414localstatedir='${prefix}/var'
1415lt_ECHO='echo'
1416mandir='${datarootdir}/man'
1417mkdir_p='$(MKDIR_P)'
1418oldincludedir='/usr/include'
1419pdfdir='${docdir}'
1420prefix='/usr/local'
1421program_transform_name='s,x,x,'
1422psdir='${docdir}'
1423runstatedir='${localstatedir}/run'
1424sbindir='${exec_prefix}/sbin'
1425sharedstatedir='${prefix}/com'
1426sysconfdir='${prefix}/etc'
1427target_alias=''
1428
1429## ----------- ##
1430## confdefs.h. ##
1431## ----------- ##
1432
1433/* confdefs.h */
1434#define PACKAGE_NAME ""
1435#define PACKAGE_TARNAME ""
1436#define PACKAGE_VERSION ""
1437#define PACKAGE_STRING ""
1438#define PACKAGE_BUGREPORT ""
1439#define PACKAGE_URL ""
1440#define STDC_HEADERS 1
1441#define HAVE_SYS_TYPES_H 1
1442#define HAVE_SYS_STAT_H 1
1443#define HAVE_STDLIB_H 1
1444#define HAVE_STRING_H 1
1445#define HAVE_MEMORY_H 1
1446#define HAVE_STRINGS_H 1
1447#define HAVE_INTTYPES_H 1
1448#define HAVE_STDINT_H 1
1449#define HAVE_UNISTD_H 1
1450#define HAVE_DLFCN_H 1
1451#define LT_OBJDIR ".libs/"
1452#define PACKAGE "SDL2_image"
1453#define VERSION "2.0.5"
1454#define LOAD_BMP 1
1455#define LOAD_GIF 1
1456#define LOAD_LBM 1
1457#define LOAD_PCX 1
1458#define LOAD_PNM 1
1459#define LOAD_SVG 1
1460#define LOAD_TGA 1
1461#define LOAD_XCF 1
1462#define LOAD_XPM 1
1463#define LOAD_XV 1
1464
1465configure: exit 0
1466