Attachments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #18: config.log

File config.log, 24.1 KB (added by aspotashev, 2 years ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by libusb configure 1.0.5, which was
5generated by GNU Autoconf 2.63.  Invocation command line was
6
7  $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-debug-log
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = myhost
14uname -m = x86_64
15uname -r = 2.6.32-rc6-00075-g7c9abfb
16uname -s = Linux
17uname -v = #6 SMP Mon Nov 9 23:50:39 MSK 2009
18
19/usr/bin/uname -p = AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
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: /usr/lib/ccache/bin
31PATH: /usr/lib64/portage/bin/ebuild-helpers
32PATH: /usr/local/sbin
33PATH: /usr/local/bin
34PATH: /usr/sbin
35PATH: /usr/bin
36PATH: /sbin
37PATH: /bin
38PATH: /opt/bin
39PATH: /usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.4.2
40PATH: /usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.4.2
41PATH: /usr/x86_64-pc-linux-gnu/mingw32/gcc-bin/4.3.3
42PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.4.2
43
44
45## ----------- ##
46## Core tests. ##
47## ----------- ##
48
49configure:2091: checking for a BSD-compatible install
50configure:2159: result: /usr/bin/install -c
51configure:2170: checking whether build environment is sane
52configure:2230: result: yes
53configure:2371: checking for a thread-safe mkdir -p
54configure:2410: result: /bin/mkdir -p
55configure:2423: checking for gawk
56configure:2439: found /usr/bin/gawk
57configure:2450: result: gawk
58configure:2461: checking whether make sets $(MAKE)
59configure:2483: result: yes
60configure:2591: checking for x86_64-pc-linux-gnu-gcc
61configure:2607: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc
62configure:2618: result: x86_64-pc-linux-gnu-gcc
63configure:2890: checking for C compiler version
64configure:2898: x86_64-pc-linux-gnu-gcc --version >&5
65x86_64-pc-linux-gnu-gcc (Gentoo 4.4.2 p1.0) 4.4.2
66Copyright (C) 2009 Free Software Foundation, Inc.
67This is free software; see the source for copying conditions.  There is NO
68warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
69
70configure:2902: $? = 0
71configure:2909: x86_64-pc-linux-gnu-gcc -v >&5
72Using built-in specs.
73Target: x86_64-pc-linux-gnu
74Configured with: /var/tmp/portage/sys-devel/gcc-4.4.2/work/gcc-4.4.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.2/python --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.2 p1.0'
75Thread model: posix
76gcc version 4.4.2 (Gentoo 4.4.2 p1.0)
77configure:2913: $? = 0
78configure:2920: x86_64-pc-linux-gnu-gcc -V >&5
79x86_64-pc-linux-gnu-gcc: '-V' option must have argument
80configure:2924: $? = 1
81configure:2947: checking for C compiler default output file name
82configure:2969: x86_64-pc-linux-gnu-gcc -march=athlon64 -fomit-frame-pointer -O2 -pipe  -Wl,-O1 conftest.c  >&5
83configure:2973: $? = 0
84configure:3011: result: a.out
85configure:3030: checking whether the C compiler works
86configure:3040: ./a.out
87configure:3044: $? = 0
88configure:3063: result: yes
89configure:3070: checking whether we are cross compiling
90configure:3072: result: no
91configure:3075: checking for suffix of executables
92configure:3082: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -fomit-frame-pointer -O2 -pipe  -Wl,-O1 conftest.c  >&5
93configure:3086: $? = 0
94configure:3112: result:
95configure:3118: checking for suffix of object files
96configure:3144: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
97configure:3148: $? = 0
98configure:3173: result: o
99configure:3177: checking whether we are using the GNU C compiler
100configure:3206: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
101configure:3213: $? = 0
102configure:3230: result: yes
103configure:3239: checking whether x86_64-pc-linux-gnu-gcc accepts -g
104configure:3269: x86_64-pc-linux-gnu-gcc -c -g  conftest.c >&5
105configure:3276: $? = 0
106configure:3377: result: yes
107configure:3394: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
108configure:3468: x86_64-pc-linux-gnu-gcc  -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
109configure:3475: $? = 0
110configure:3498: result: none needed
111configure:3527: checking for style of include used by make
112configure:3555: result: GNU
113configure:3580: checking dependency style of x86_64-pc-linux-gnu-gcc
114configure:3690: result: gcc3
115configure:3736: checking build system type
116configure:3754: result: x86_64-pc-linux-gnu
117configure:3776: checking host system type
118configure:3791: result: x86_64-pc-linux-gnu
119configure:3813: checking for a sed that does not truncate output
120configure:3879: result: /bin/sed
121configure:3897: checking for grep that handles long lines and -e
122configure:3957: result: /bin/grep
123configure:3962: checking for egrep
124configure:4026: result: /bin/grep -E
125configure:4031: checking for fgrep
126configure:4095: result: /bin/grep -F
127configure:4130: checking for ld used by x86_64-pc-linux-gnu-gcc
128configure:4197: result: /usr/x86_64-pc-linux-gnu/bin/ld
129configure:4206: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
130configure:4221: result: yes
131configure:4233: checking for BSD- or MS-compatible name lister (nm)
132configure:4282: result: /usr/bin/nm -B
133configure:4400: checking the name lister (/usr/bin/nm -B) interface
134configure:4407: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
135configure:4410: /usr/bin/nm -B "conftest.o"
136configure:4413: output
1370000000000000000 B some_variable
138configure:4420: result: BSD nm
139configure:4423: checking whether ln -s works
140configure:4427: result: yes
141configure:4435: checking the maximum length of command line arguments
142configure:4555: result: 1572864
143configure:4572: checking whether the shell understands some XSI constructs
144configure:4582: result: yes
145configure:4586: checking whether the shell understands "+="
146configure:4592: result: yes
147configure:4627: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
148configure:4634: result: -r
149configure:4663: checking for x86_64-pc-linux-gnu-objdump
150configure:4679: found /usr/bin/x86_64-pc-linux-gnu-objdump
151configure:4690: result: x86_64-pc-linux-gnu-objdump
152configure:4762: checking how to recognize dependent libraries
153configure:4958: result: pass_all
154configure:4978: checking for x86_64-pc-linux-gnu-ar
155configure:4994: found /usr/bin/x86_64-pc-linux-gnu-ar
156configure:5005: result: x86_64-pc-linux-gnu-ar
157configure:5083: checking for x86_64-pc-linux-gnu-strip
158configure:5099: found /usr/bin/x86_64-pc-linux-gnu-strip
159configure:5110: result: x86_64-pc-linux-gnu-strip
160configure:5182: checking for x86_64-pc-linux-gnu-ranlib
161configure:5198: found /usr/bin/x86_64-pc-linux-gnu-ranlib
162configure:5209: result: x86_64-pc-linux-gnu-ranlib
163configure:5339: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object
164configure:5457: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
165configure:5460: $? = 0
166configure:5464: /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
167configure:5467: $? = 0
168configure:5521: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -fomit-frame-pointer -O2 -pipe  -Wl,-O1 conftest.c conftstm.o >&5
169configure:5524: $? = 0
170configure:5562: result: ok
171configure:5658: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
172configure:5661: $? = 0
173configure:6429: checking how to run the C preprocessor
174configure:6469: x86_64-pc-linux-gnu-gcc -E  conftest.c
175configure:6476: $? = 0
176configure:6507: x86_64-pc-linux-gnu-gcc -E  conftest.c
177conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
178configure:6514: $? = 1
179configure: failed program was:
180| /* confdefs.h.  */
181| #define PACKAGE_NAME "libusb"
182| #define PACKAGE_TARNAME "libusb"
183| #define PACKAGE_VERSION "1.0.5"
184| #define PACKAGE_STRING "libusb 1.0.5"
185| #define PACKAGE_BUGREPORT ""
186| #define PACKAGE "libusb"
187| #define VERSION "1.0.5"
188| /* end confdefs.h.  */
189| #include <ac_nonexistent.h>
190configure:6547: result: x86_64-pc-linux-gnu-gcc -E
191configure:6576: x86_64-pc-linux-gnu-gcc -E  conftest.c
192configure:6583: $? = 0
193configure:6614: x86_64-pc-linux-gnu-gcc -E  conftest.c
194conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
195configure:6621: $? = 1
196configure: failed program was:
197| /* confdefs.h.  */
198| #define PACKAGE_NAME "libusb"
199| #define PACKAGE_TARNAME "libusb"
200| #define PACKAGE_VERSION "1.0.5"
201| #define PACKAGE_STRING "libusb 1.0.5"
202| #define PACKAGE_BUGREPORT ""
203| #define PACKAGE "libusb"
204| #define VERSION "1.0.5"
205| /* end confdefs.h.  */
206| #include <ac_nonexistent.h>
207configure:6661: checking for ANSI C header files
208configure:6691: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
209configure:6698: $? = 0
210configure:6797: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -fomit-frame-pointer -O2 -pipe  -Wl,-O1 conftest.c  >&5
211configure:6801: $? = 0
212configure:6807: ./conftest
213configure:6811: $? = 0
214configure:6829: result: yes
215configure:6853: checking for sys/types.h
216configure:6874: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
217configure:6881: $? = 0
218configure:6898: result: yes
219configure:6853: checking for sys/stat.h
220configure:6874: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
221configure:6881: $? = 0
222configure:6898: result: yes
223configure:6853: checking for stdlib.h
224configure:6874: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
225configure:6881: $? = 0
226configure:6898: result: yes
227configure:6853: checking for string.h
228configure:6874: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
229configure:6881: $? = 0
230configure:6898: result: yes
231configure:6853: checking for memory.h
232configure:6874: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
233configure:6881: $? = 0
234configure:6898: result: yes
235configure:6853: checking for strings.h
236configure:6874: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
237configure:6881: $? = 0
238configure:6898: result: yes
239configure:6853: checking for inttypes.h
240configure:6874: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
241configure:6881: $? = 0
242configure:6898: result: yes
243configure:6853: checking for stdint.h
244configure:6874: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
245configure:6881: $? = 0
246configure:6898: result: yes
247configure:6853: checking for unistd.h
248configure:6874: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
249configure:6881: $? = 0
250configure:6898: result: yes
251configure:6916: checking for dlfcn.h
252configure:6937: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
253configure:6944: $? = 0
254configure:6961: result: yes
255configure:7147: checking for objdir
256configure:7162: result: .libs
257configure:7454: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
258configure:7472: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  -fno-rtti -fno-exceptions conftest.c >&5
259cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
260cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
261configure:7476: $? = 0
262configure:7489: result: no
263configure:7509: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
264configure:7781: result: -fPIC -DPIC
265configure:7793: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
266configure:7811: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  -fPIC -DPIC -DPIC conftest.c >&5
267configure:7815: $? = 0
268configure:7828: result: yes
269configure:7852: checking if x86_64-pc-linux-gnu-gcc static flag -static works
270configure:7880: result: yes
271configure:7895: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
272configure:7916: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  -o out/conftest2.o conftest.c >&5
273configure:7920: $? = 0
274configure:7942: result: yes
275configure:7950: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
276configure:7997: result: yes
277configure:8030: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
278configure:9104: result: yes
279configure:9141: checking whether -lc should be explicitly linked in
280configure:9146: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
281configure:9149: $? = 0
282configure:9164: x86_64-pc-linux-gnu-gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
283configure:9167: $? = 0
284configure:9179: result: no
285configure:9343: checking dynamic linker characteristics
286configure:9799: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -fomit-frame-pointer -O2 -pipe  -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.c  >&5
287configure:9806: $? = 0
288configure:10039: result: GNU/Linux ld.so
289configure:10141: checking how to hardcode library paths into programs
290configure:10166: result: immediate
291configure:10999: checking whether stripping libraries is possible
292configure:11004: result: yes
293configure:11039: checking if libtool supports shared libraries
294configure:11041: result: yes
295configure:11044: checking whether to build shared libraries
296configure:11065: result: yes
297configure:11068: checking whether to build static libraries
298configure:11072: result: yes
299configure:11107: checking for inline
300configure:11133: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
301configure:11140: $? = 0
302configure:11158: result: inline
303configure:11178: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together
304configure:11213: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
305configure:11217: $? = 0
306configure:11223: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
307configure:11227: $? = 0
308configure:11238: cc -c conftest.c >&5
309configure:11242: $? = 0
310configure:11250: cc -c conftest.c -o conftest2.o >&5
311configure:11254: $? = 0
312configure:11260: cc -c conftest.c -o conftest2.o >&5
313configure:11264: $? = 0
314configure:11282: result: yes
315configure:11315: checking operating system
316configure:11325: result: Linux
317configure:11329: checking for clock_gettime in -lrt
318configure:11364: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -fomit-frame-pointer -O2 -pipe  -Wl,-O1 conftest.c -lrt   >&5
319configure:11371: $? = 0
320configure:11392: result: yes
321configure:11464: checking sys/timerfd.h usability
322configure:11481: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe  conftest.c >&5
323configure:11488: $? = 0
324configure:11502: result: yes
325configure:11506: checking sys/timerfd.h presence
326configure:11521: x86_64-pc-linux-gnu-gcc -E  conftest.c
327configure:11528: $? = 0
328configure:11542: result: yes
329configure:11570: checking for sys/timerfd.h
330configure:11577: result: yes
331configure:11603: checking whether to use timerfd for timing
332configure:11610: result: yes
333configure:11695: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe -fgnu89-inline  conftest.c >&5
334configure:11702: $? = 0
335configure:11742: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe -fvisibility=hidden  conftest.c >&5
336configure:11749: $? = 0
337configure:11799: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -fomit-frame-pointer -O2 -pipe -Wno-pointer-sign  conftest.c >&5
338configure:11806: $? = 0
339configure:11975: creating ./config.status
340
341## ---------------------- ##
342## Running config.status. ##
343## ---------------------- ##
344
345This file was extended by libusb config.status 1.0.5, which was
346generated by GNU Autoconf 2.63.  Invocation command line was
347
348  CONFIG_FILES    =
349  CONFIG_HEADERS  =
350  CONFIG_LINKS    =
351  CONFIG_COMMANDS =
352  $ ./config.status
353
354on myhost
355
356config.status:1010: creating libusb-1.0.pc
357config.status:1010: creating Makefile
358config.status:1010: creating libusb/Makefile
359config.status:1010: creating examples/Makefile
360config.status:1010: creating doc/Makefile
361config.status:1010: creating doc/doxygen.cfg
362config.status:1010: creating config.h
363config.status:1284: executing depfiles commands
364config.status:1284: executing libtool commands
365
366## ---------------- ##
367## Cache variables. ##
368## ---------------- ##
369
370ac_cv_build=x86_64-pc-linux-gnu
371ac_cv_c_compiler_gnu=yes
372ac_cv_c_inline=inline
373ac_cv_env_CC_set=
374ac_cv_env_CC_value=
375ac_cv_env_CFLAGS_set=set
376ac_cv_env_CFLAGS_value='-march=athlon64 -fomit-frame-pointer -O2 -pipe'
377ac_cv_env_CPPFLAGS_set=
378ac_cv_env_CPPFLAGS_value=
379ac_cv_env_CPP_set=
380ac_cv_env_CPP_value=
381ac_cv_env_LDFLAGS_set=set
382ac_cv_env_LDFLAGS_value=-Wl,-O1
383ac_cv_env_LIBS_set=
384ac_cv_env_LIBS_value=
385ac_cv_env_build_alias_set=set
386ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
387ac_cv_env_host_alias_set=set
388ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
389ac_cv_env_target_alias_set=
390ac_cv_env_target_alias_value=
391ac_cv_header_dlfcn_h=yes
392ac_cv_header_inttypes_h=yes
393ac_cv_header_memory_h=yes
394ac_cv_header_stdc=yes
395ac_cv_header_stdint_h=yes
396ac_cv_header_stdlib_h=yes
397ac_cv_header_string_h=yes
398ac_cv_header_strings_h=yes
399ac_cv_header_sys_stat_h=yes
400ac_cv_header_sys_timerfd_h=yes
401ac_cv_header_sys_types_h=yes
402ac_cv_header_unistd_h=yes
403ac_cv_host=x86_64-pc-linux-gnu
404ac_cv_lib_rt_clock_gettime=yes
405ac_cv_objext=o
406ac_cv_path_EGREP='/bin/grep -E'
407ac_cv_path_FGREP='/bin/grep -F'
408ac_cv_path_GREP=/bin/grep
409ac_cv_path_SED=/bin/sed
410ac_cv_path_install='/usr/bin/install -c'
411ac_cv_path_mkdir=/bin/mkdir
412ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
413ac_cv_prog_AWK=gawk
414ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
415ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
416ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump
417ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
418ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
419ac_cv_prog_cc_c89=
420ac_cv_prog_cc_g=yes
421ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes
422ac_cv_prog_make_make_set=yes
423am_cv_CC_dependencies_compiler_type=gcc3
424lt_cv_deplibs_check_method=pass_all
425lt_cv_file_magic_cmd='$MAGIC_CMD'
426lt_cv_file_magic_test_file=
427lt_cv_ld_reload_flag=-r
428lt_cv_nm_interface='BSD nm'
429lt_cv_objdir=.libs
430lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
431lt_cv_path_NM='/usr/bin/nm -B'
432lt_cv_prog_compiler_c_o=yes
433lt_cv_prog_compiler_pic_works=yes
434lt_cv_prog_compiler_rtti_exceptions=no
435lt_cv_prog_compiler_static_works=yes
436lt_cv_prog_gnu_ld=yes
437lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
438lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
439lt_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'\'''
440lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
441lt_cv_sys_max_cmd_len=1572864
442
443## ----------------- ##
444## Output variables. ##
445## ----------------- ##
446
447ACLOCAL='${SHELL} /var/tmp/portage/dev-libs/libusb-1.0.5/work/libusb-1.0.5/missing --run aclocal-1.11'
448AMDEPBACKSLASH='\'
449AMDEP_FALSE='#'
450AMDEP_TRUE=''
451AMTAR='${SHELL} /var/tmp/portage/dev-libs/libusb-1.0.5/work/libusb-1.0.5/missing --run tar'
452AM_BACKSLASH='\'
453AM_CFLAGS='-std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow'
454AM_DEFAULT_VERBOSITY='0'
455AM_LDFLAGS=''
456AR='x86_64-pc-linux-gnu-ar'
457AUTOCONF='${SHELL} /var/tmp/portage/dev-libs/libusb-1.0.5/work/libusb-1.0.5/missing --run autoconf'
458AUTOHEADER='${SHELL} /var/tmp/portage/dev-libs/libusb-1.0.5/work/libusb-1.0.5/missing --run autoheader'
459AUTOMAKE='${SHELL} /var/tmp/portage/dev-libs/libusb-1.0.5/work/libusb-1.0.5/missing --run automake-1.11'
460AWK='gawk'
461BUILD_EXAMPLES_FALSE=''
462BUILD_EXAMPLES_TRUE='#'
463CC='x86_64-pc-linux-gnu-gcc'
464CCDEPMODE='depmode=gcc3'
465CFLAGS='-march=athlon64 -fomit-frame-pointer -O2 -pipe'
466CPP='x86_64-pc-linux-gnu-gcc -E'
467CPPFLAGS=''
468CYGPATH_W='echo'
469DEFS='-DHAVE_CONFIG_H'
470DEPDIR='.deps'
471DSYMUTIL=''
472DUMPBIN=''
473ECHO_C=''
474ECHO_N='-n'
475ECHO_T=''
476EGREP='/bin/grep -E'
477EXEEXT=''
478FGREP='/bin/grep -F'
479GREP='/bin/grep'
480INSTALL_DATA='${INSTALL} -m 644'
481INSTALL_PROGRAM='${INSTALL}'
482INSTALL_SCRIPT='${INSTALL}'
483INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
484LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
485LDFLAGS='-Wl,-O1'
486LIBOBJS=''
487LIBS='-lrt '
488LIBTOOL='$(SHELL) $(top_builddir)/libtool'
489LIPO=''
490LN_S='ln -s'
491LTLIBOBJS=''
492MAKEINFO='${SHELL} /var/tmp/portage/dev-libs/libusb-1.0.5/work/libusb-1.0.5/missing --run makeinfo'
493MKDIR_P='/bin/mkdir -p'
494NM='/usr/bin/nm -B'
495NMEDIT=''
496OBJDUMP='x86_64-pc-linux-gnu-objdump'
497OBJEXT='o'
498OS_DARWIN=''
499OS_DARWIN_FALSE=''
500OS_DARWIN_TRUE='#'
501OS_LINUX=''
502OS_LINUX_FALSE='#'
503OS_LINUX_TRUE=''
504OTOOL64=''
505OTOOL=''
506PACKAGE='libusb'
507PACKAGE_BUGREPORT=''
508PACKAGE_NAME='libusb'
509PACKAGE_STRING='libusb 1.0.5'
510PACKAGE_TARNAME='libusb'
511PACKAGE_VERSION='1.0.5'
512PATH_SEPARATOR=':'
513RANLIB='x86_64-pc-linux-gnu-ranlib'
514SED='/bin/sed'
515SET_MAKE=''
516SHELL='/bin/sh'
517STRIP='x86_64-pc-linux-gnu-strip'
518VERSION='1.0.5'
519VISIBILITY_CFLAGS='-fvisibility=hidden'
520ac_ct_CC=''
521ac_ct_DUMPBIN=''
522am__EXEEXT_FALSE=''
523am__EXEEXT_TRUE='#'
524am__fastdepCC_FALSE='#'
525am__fastdepCC_TRUE=''
526am__include='include'
527am__isrc=''
528am__leading_dot='.'
529am__quote=''
530am__tar='${AMTAR} chof - "$$tardir"'
531am__untar='${AMTAR} xf -'
532bindir='${exec_prefix}/bin'
533build='x86_64-pc-linux-gnu'
534build_alias='x86_64-pc-linux-gnu'
535build_cpu='x86_64'
536build_os='linux-gnu'
537build_vendor='pc'
538datadir='/usr/share'
539datarootdir='${prefix}/share'
540docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
541dvidir='${docdir}'
542exec_prefix='${prefix}'
543host='x86_64-pc-linux-gnu'
544host_alias='x86_64-pc-linux-gnu'
545host_cpu='x86_64'
546host_os='linux-gnu'
547host_vendor='pc'
548htmldir='${docdir}'
549includedir='${prefix}/include'
550infodir='/usr/share/info'
551install_sh='${SHELL} /var/tmp/portage/dev-libs/libusb-1.0.5/work/libusb-1.0.5/install-sh'
552libdir='/usr/lib64'
553libexecdir='${exec_prefix}/libexec'
554localedir='${datarootdir}/locale'
555localstatedir='/var/lib'
556lt_ECHO='echo'
557lt_age='0'
558lt_major='0'
559lt_revision='0'
560mandir='/usr/share/man'
561mkdir_p='/bin/mkdir -p'
562oldincludedir='/usr/include'
563pdfdir='${docdir}'
564prefix='/usr'
565program_transform_name='s,x,x,'
566psdir='${docdir}'
567sbindir='${exec_prefix}/sbin'
568sharedstatedir='${prefix}/com'
569sysconfdir='/etc'
570target_alias=''
571
572## ----------- ##
573## confdefs.h. ##
574## ----------- ##
575
576#define PACKAGE_NAME "libusb"
577#define PACKAGE_TARNAME "libusb"
578#define PACKAGE_VERSION "1.0.5"
579#define PACKAGE_STRING "libusb 1.0.5"
580#define PACKAGE_BUGREPORT ""
581#define PACKAGE "libusb"
582#define VERSION "1.0.5"
583#define STDC_HEADERS 1
584#define HAVE_SYS_TYPES_H 1
585#define HAVE_SYS_STAT_H 1
586#define HAVE_STDLIB_H 1
587#define HAVE_STRING_H 1
588#define HAVE_MEMORY_H 1
589#define HAVE_STRINGS_H 1
590#define HAVE_INTTYPES_H 1
591#define HAVE_STDINT_H 1
592#define HAVE_UNISTD_H 1
593#define HAVE_DLFCN_H 1
594#define LT_OBJDIR ".libs/"
595#define _GNU_SOURCE /**/
596#define OS_LINUX /**/
597#define HAVE_LIBRT 1
598#define USBI_TIMERFD_AVAILABLE /**/
599#define ENABLE_LOGGING 1
600#define API_EXPORTED __attribute__((visibility("default")))
601
602configure: exit 0