Ticket #64602: config.log

File config.log, 62.1 KB (added by judaew (Vadym-Valdis Yudaiev), 3 years ago)
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-1.0 configure 1.0.25, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ /opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/configure --enable-examples-build --enable-tests-build --prefix=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = test.local
14uname -m = x86_64
15uname -r = 21.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 21.3.0: Wed Jan  5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
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      = Mach kernel version:
26         Darwin Kernel Version 21.3.0: Wed Jan  5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 8.00 gigabytes
33Default processor set: 483 tasks, 1618 threads, 8 processors
34Load average: 1.40, Mach factor: 6.59
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin/
40PATH: /opt/local/sbin/
41PATH: /bin/
42PATH: /sbin/
43PATH: /usr/bin/
44PATH: /usr/sbin/
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2873: looking for aux files: config.guess config.sub ltmain.sh missing install-sh compile
52configure:2886:  trying ./
53configure:2915:   ./config.guess found
54configure:2915:   ./config.sub found
55configure:2915:   ./ltmain.sh found
56configure:2915:   ./missing found
57configure:2897:   ./install-sh found
58configure:2915:   ./compile found
59configure:3092: checking for gcc
60configure:3124: result: ccache /usr/bin/clang
61configure:3477: checking for C compiler version
62configure:3486: ccache /usr/bin/clang --version >&5
63Apple clang version 13.0.0 (clang-1300.0.29.30)
64Target: x86_64-apple-darwin21.3.0
65Thread model: posix
66InstalledDir: /Library/Developer/CommandLineTools/usr/bin
67configure:3497: $? = 0
68configure:3486: ccache /usr/bin/clang -v >&5
69Apple clang version 13.0.0 (clang-1300.0.29.30)
70Target: x86_64-apple-darwin21.3.0
71Thread model: posix
72InstalledDir: /Library/Developer/CommandLineTools/usr/bin
73configure:3497: $? = 0
74configure:3486: ccache /usr/bin/clang -V >&5
75clang: error: argument to '-V' is missing (expected 1 value)
76clang: error: no input files
77configure:3497: $? = 1
78configure:3486: ccache /usr/bin/clang -qversion >&5
79clang: error: unknown argument '-qversion'; did you mean '--version'?
80clang: error: no input files
81configure:3497: $? = 1
82configure:3486: ccache /usr/bin/clang -version >&5
83clang: error: unknown argument '-version'; did you mean '--version'?
84clang: error: no input files
85configure:3497: $? = 1
86configure:3517: checking whether the C compiler works
87configure:3539: ccache /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c  >&5
88configure:3543: $? = 0
89configure:3593: result: yes
90configure:3596: checking for C compiler default output file name
91configure:3598: result: a.out
92configure:3604: checking for suffix of executables
93configure:3611: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c  >&5
94configure:3615: $? = 0
95configure:3638: result:
96configure:3660: checking whether we are cross compiling
97configure:3668: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c  >&5
98configure:3672: $? = 0
99configure:3679: ./conftest
100configure:3683: $? = 0
101configure:3698: result: no
102configure:3703: checking for suffix of object files
103configure:3726: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
104configure:3730: $? = 0
105configure:3752: result: o
106configure:3756: checking whether the compiler supports GNU C
107configure:3776: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
108configure:3776: $? = 0
109configure:3786: result: yes
110configure:3797: checking whether ccache /usr/bin/clang accepts -g
111configure:3818: ccache /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
112configure:3818: $? = 0
113configure:3862: result: yes
114configure:3882: checking for ccache /usr/bin/clang option to enable C11 features
115configure:3897: ccache /usr/bin/clang  -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
116configure:3897: $? = 0
117configure:3915: result: none needed
118configure:4036: checking whether ccache /usr/bin/clang understands -c and -o together
119configure:4059: ccache /usr/bin/clang -c conftest.c -o conftest2.o
120configure:4062: $? = 0
121configure:4059: ccache /usr/bin/clang -c conftest.c -o conftest2.o
122configure:4062: $? = 0
123configure:4074: result: yes
124configure:4219: checking for C++ compiler version
125configure:4228: ccache /usr/bin/clang++ --version >&5
126Apple clang version 13.0.0 (clang-1300.0.29.30)
127Target: x86_64-apple-darwin21.3.0
128Thread model: posix
129InstalledDir: /Library/Developer/CommandLineTools/usr/bin
130configure:4239: $? = 0
131configure:4228: ccache /usr/bin/clang++ -v >&5
132Apple clang version 13.0.0 (clang-1300.0.29.30)
133Target: x86_64-apple-darwin21.3.0
134Thread model: posix
135InstalledDir: /Library/Developer/CommandLineTools/usr/bin
136configure:4239: $? = 0
137configure:4228: ccache /usr/bin/clang++ -V >&5
138clang: error: argument to '-V' is missing (expected 1 value)
139clang: error: no input files
140configure:4239: $? = 1
141configure:4228: ccache /usr/bin/clang++ -qversion >&5
142clang: error: unknown argument '-qversion'; did you mean '--version'?
143clang: error: no input files
144configure:4239: $? = 1
145configure:4243: checking whether the compiler supports GNU C++
146configure:4263: ccache /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp >&5
147configure:4263: $? = 0
148configure:4273: result: yes
149configure:4284: checking whether ccache /usr/bin/clang++ accepts -g
150configure:4305: ccache /usr/bin/clang++ -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp >&5
151configure:4305: $? = 0
152configure:4349: result: yes
153configure:4369: checking for ccache /usr/bin/clang++ option to enable C++11 features
154configure:4384: ccache /usr/bin/clang++  -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp >&5
155conftest.cpp:55:3: error: "Compiler does not advertise C++11 conformance"
156# error "Compiler does not advertise C++11 conformance"
157  ^
158conftest.cpp:60:3: error: unknown type name 'constexpr'
159  constexpr int get_val() { return 20; }
160  ^
161conftest.cpp:72:17: error: delegating constructors are permitted only in C++11
162    delegate(): delegate(2354) {}
163                ^~~~~~~~
164conftest.cpp:83:26: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
165    virtual int getval() override final { return this->n * 2; }
166                         ^
167conftest.cpp:83:35: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions]
168    virtual int getval() override final { return this->n * 2; }
169                                  ^
170conftest.cpp:90:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
171    nocopy() = default;
172               ^
173conftest.cpp:91:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
174    nocopy(const nocopy&) = delete;
175                            ^
176conftest.cpp:92:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
177    nocopy & operator=(const nocopy&) = delete;
178                                        ^
179conftest.cpp:104:25: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
180  template <typename V> auto sum(V first) -> V
181                        ^
182conftest.cpp:104:25: error: 'auto' not allowed in function return type
183  template <typename V> auto sum(V first) -> V
184                        ^~~~
185conftest.cpp:104:42: error: expected ';' at end of declaration
186  template <typename V> auto sum(V first) -> V
187                                         ^
188                                         ;
189conftest.cpp:104:43: error: cannot use arrow operator on a type
190  template <typename V> auto sum(V first) -> V
191                                          ^
192conftest.cpp:108:33: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
193  template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
194                                ^
195conftest.cpp:108:43: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
196  template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
197                                          ^
198conftest.cpp:108:43: error: 'auto' not allowed in function return type
199  template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
200                                          ^~~~
201conftest.cpp:108:74: error: expected ';' at end of declaration
202  template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
203                                                                         ^
204                                                                         ;
205conftest.cpp:108:75: error: cannot use arrow operator on a type
206  template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
207                                                                          ^
208conftest.cpp:132:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
209  auto a1 = 6538;
210  ^
211conftest.cpp:133:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
212  auto a2 = 48573953.4;
213  ^
214conftest.cpp:134:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
215  auto a3 = "String literal";
216  ^
217conftest.cpp:137:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
218  for (auto i = a3; *i; ++i) { total += *i; }
219       ^
220conftest.cpp:153:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
221  for (auto &x : array) { x += 23; }
222       ^
223conftest.cpp:153:16: warning: range-based for loop is a C++11 extension [-Wc++11-extensions]
224  for (auto &x : array) { x += 23; }
225               ^
226conftest.cpp:158:17: error: expected expression
227  assert (eval ([](int x) { return x*2; }, 21) == 42);
228                ^
229conftest.cpp:160:17: error: expected expression
230  assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
231                ^
232conftest.cpp:162:17: error: expected expression
233  assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
234                ^
235conftest.cpp:168:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
236  auto a = sum(1);
237  ^
238conftest.cpp:168:12: error: no matching function for call to 'sum'
239  auto a = sum(1);
240           ^~~
241conftest.cpp:169:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
242  auto b = sum(1, 2);
243  ^
244conftest.cpp:169:12: error: no matching function for call to 'sum'
245  auto b = sum(1, 2);
246           ^~~
247conftest.cpp:170:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
248  auto c = sum(1.0, 2.0, 3.0);
249  ^
250conftest.cpp:170:12: error: no matching function for call to 'sum'
251  auto c = sum(1.0, 2.0, 3.0);
252           ^~~
253conftest.cpp:175:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
254  cxx11test::delegate d2();
255                        ^~
256conftest.cpp:175:25: note: remove parentheses to declare a variable
257  cxx11test::delegate d2();
258                        ^~
259conftest.cpp:188:16: error: found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?
260  test_template<::test_template<int>> v(test_template<int>(12));
261               ^~~
262               < ::
263conftest.cpp:188:36: error: a space is required between consecutive right angle brackets (use '> >')
264  test_template<::test_template<int>> v(test_template<int>(12));
265                                   ^~
266                                   > >
267conftest.cpp:192:22: error: use of undeclared identifier 'u8'
268  char const *utf8 = u8"UTF-8 string \u2500";
269                     ^
270conftest.cpp:192:24: error: expected ';' at end of declaration
271  char const *utf8 = u8"UTF-8 string \u2500";
272                       ^
273                       ;
274fatal error: too many errors emitted, stopping now [-ferror-limit=]
27518 warnings and 20 errors generated.
276configure:4384: $? = 1
277configure: failed program was:
278| /* confdefs.h */
279| #define PACKAGE_NAME "libusb-1.0"
280| #define PACKAGE_TARNAME "libusb-1.0"
281| #define PACKAGE_VERSION "1.0.25"
282| #define PACKAGE_STRING "libusb-1.0 1.0.25"
283| #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net"
284| #define PACKAGE_URL "http://libusb.info"
285| /* end confdefs.h.  */
286|
287| // Does the compiler advertise C++98 conformance?
288| #if !defined __cplusplus || __cplusplus < 199711L
289| # error "Compiler does not advertise C++98 conformance"
290| #endif
291|
292| // These inclusions are to reject old compilers that
293| // lack the unsuffixed header files.
294| #include <cstdlib>
295| #include <exception>
296|
297| // <cassert> and <cstring> are *not* freestanding headers in C++98.
298| extern void assert (int);
299| namespace std {
300|   extern int strcmp (const char *, const char *);
301| }
302|
303| // Namespaces, exceptions, and templates were all added after "C++ 2.0".
304| using std::exception;
305| using std::strcmp;
306|
307| namespace {
308|
309| void test_exception_syntax()
310| {
311|   try {
312|     throw "test";
313|   } catch (const char *s) {
314|     // Extra parentheses suppress a warning when building autoconf itself,
315|     // due to lint rules shared with more typical C programs.
316|     assert (!(strcmp) (s, "test"));
317|   }
318| }
319|
320| template <typename T> struct test_template
321| {
322|   T const val;
323|   explicit test_template(T t) : val(t) {}
324|   template <typename U> T add(U u) { return static_cast<T>(u) + val; }
325| };
326|
327| } // anonymous namespace
328|
329|
330| // Does the compiler advertise C++ 2011 conformance?
331| #if !defined __cplusplus || __cplusplus < 201103L
332| # error "Compiler does not advertise C++11 conformance"
333| #endif
334|
335| namespace cxx11test
336| {
337|   constexpr int get_val() { return 20; }
338|
339|   struct testinit
340|   {
341|     int i;
342|     double d;
343|   };
344|
345|   class delegate
346|   {
347|   public:
348|     delegate(int n) : n(n) {}
349|     delegate(): delegate(2354) {}
350|
351|     virtual int getval() { return this->n; };
352|   protected:
353|     int n;
354|   };
355|
356|   class overridden : public delegate
357|   {
358|   public:
359|     overridden(int n): delegate(n) {}
360|     virtual int getval() override final { return this->n * 2; }
361|   };
362|
363|   class nocopy
364|   {
365|   public:
366|     nocopy(int i): i(i) {}
367|     nocopy() = default;
368|     nocopy(const nocopy&) = delete;
369|     nocopy & operator=(const nocopy&) = delete;
370|   private:
371|     int i;
372|   };
373|
374|   // for testing lambda expressions
375|   template <typename Ret, typename Fn> Ret eval(Fn f, Ret v)
376|   {
377|     return f(v);
378|   }
379|
380|   // for testing variadic templates and trailing return types
381|   template <typename V> auto sum(V first) -> V
382|   {
383|     return first;
384|   }
385|   template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
386|   {
387|     return first + sum(rest...);
388|   }
389| }
390|
391|
392| int
393| main (int argc, char **argv)
394| {
395|   int ok = 0;
396|   
397|   assert (argc);
398|   assert (! argv[0]);
399| {
400|   test_exception_syntax ();
401|   test_template<double> tt (2.0);
402|   assert (tt.add (4) == 6.0);
403|   assert (true && !false);
404| }
405|
406|   
407| {
408|   // Test auto and decltype
409|   auto a1 = 6538;
410|   auto a2 = 48573953.4;
411|   auto a3 = "String literal";
412|
413|   int total = 0;
414|   for (auto i = a3; *i; ++i) { total += *i; }
415|
416|   decltype(a2) a4 = 34895.034;
417| }
418| {
419|   // Test constexpr
420|   short sa[cxx11test::get_val()] = { 0 };
421| }
422| {
423|   // Test initializer lists
424|   cxx11test::testinit il = { 4323, 435234.23544 };
425| }
426| {
427|   // Test range-based for
428|   int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
429|                  14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
430|   for (auto &x : array) { x += 23; }
431| }
432| {
433|   // Test lambda expressions
434|   using cxx11test::eval;
435|   assert (eval ([](int x) { return x*2; }, 21) == 42);
436|   double d = 2.0;
437|   assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
438|   assert (d == 5.0);
439|   assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
440|   assert (d == 5.0);
441| }
442| {
443|   // Test use of variadic templates
444|   using cxx11test::sum;
445|   auto a = sum(1);
446|   auto b = sum(1, 2);
447|   auto c = sum(1.0, 2.0, 3.0);
448| }
449| {
450|   // Test constructor delegation
451|   cxx11test::delegate d1;
452|   cxx11test::delegate d2();
453|   cxx11test::delegate d3(45);
454| }
455| {
456|   // Test override and final
457|   cxx11test::overridden o1(55464);
458| }
459| {
460|   // Test nullptr
461|   char *c = nullptr;
462| }
463| {
464|   // Test template brackets
465|   test_template<::test_template<int>> v(test_template<int>(12));
466| }
467| {
468|   // Unicode literals
469|   char const *utf8 = u8"UTF-8 string \u2500";
470|   char16_t const *utf16 = u"UTF-8 string \u2500";
471|   char32_t const *utf32 = U"UTF-32 string \u2500";
472| }
473|
474|   return ok;
475| }
476|
477configure:4402: result: none needed
478configure:4467: checking for inline
479configure:4484: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
480configure:4484: $? = 0
481configure:4493: result: inline
482configure:4528: checking for a BSD-compatible install
483configure:4601: result: /usr/bin/install -c
484configure:4612: checking whether build environment is sane
485configure:4667: result: yes
486configure:4822: checking for a race-free mkdir -p
487configure:4866: result: ./install-sh -c -d
488configure:4873: checking for gawk
489configure:4908: result: no
490configure:4873: checking for mawk
491configure:4908: result: no
492configure:4873: checking for nawk
493configure:4908: result: no
494configure:4873: checking for awk
495configure:4894: found /usr/bin/awk
496configure:4905: result: awk
497configure:4916: checking whether make sets $(MAKE)
498configure:4939: result: yes
499configure:4961: checking whether make supports the include directive
500configure:4976: make -f confmf.GNU && cat confinc.out
501this is the am__doit target
502configure:4979: $? = 0
503configure:4998: result: yes (GNU style)
504configure:5033: checking whether make supports nested variables
505configure:5051: result: yes
506configure:5132: checking dependency style of ccache /usr/bin/clang
507configure:5244: result: gcc3
508configure:5261: checking dependency style of ccache /usr/bin/clang++
509configure:5373: result: gcc3
510configure:5477: checking build system type
511configure:5492: result: x86_64-apple-darwin21.3.0
512configure:5512: checking host system type
513configure:5526: result: x86_64-apple-darwin21.3.0
514configure:5567: checking how to print strings
515configure:5594: result: printf
516configure:5615: checking for a sed that does not truncate output
517configure:5685: result: /usr/bin/sed
518configure:5703: checking for grep that handles long lines and -e
519configure:5767: result: /usr/bin/grep
520configure:5772: checking for egrep
521configure:5840: result: /usr/bin/grep -E
522configure:5845: checking for fgrep
523configure:5913: result: /usr/bin/grep -F
524configure:5949: checking for ld used by ccache /usr/bin/clang
525configure:6017: result: /Library/Developer/CommandLineTools/usr/bin/ld
526configure:6024: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
527configure:6040: result: no
528configure:6052: checking for BSD- or MS-compatible name lister (nm)
529configure:6107: result: /usr/bin/nm -B
530configure:6247: checking the name lister (/usr/bin/nm -B) interface
531configure:6255: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
532configure:6258: /usr/bin/nm -B "conftest.o"
533configure:6261: output
5340000000000000000 S _some_variable
535configure:6268: result: BSD nm
536configure:6271: checking whether ln -s works
537configure:6275: result: yes
538configure:6283: checking the maximum length of command line arguments
539configure:6415: result: 786432
540configure:6463: checking how to convert x86_64-apple-darwin21.3.0 file names to x86_64-apple-darwin21.3.0 format
541configure:6504: result: func_convert_file_noop
542configure:6511: checking how to convert x86_64-apple-darwin21.3.0 file names to toolchain format
543configure:6532: result: func_convert_file_noop
544configure:6539: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
545configure:6547: result: -r
546configure:6626: checking for objdump
547configure:6647: found /usr/bin/objdump
548configure:6658: result: objdump
549configure:6690: checking how to recognize dependent libraries
550configure:6891: result: pass_all
551configure:6981: checking for dlltool
552configure:7016: result: no
553configure:7046: checking how to associate runtime and link libraries
554configure:7074: result: printf %s\n
555configure:7139: checking for ar
556configure:7160: found /usr/bin/ar
557configure:7171: result: ar
558configure:7208: checking for archiver @FILE support
559configure:7226: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
560configure:7226: $? = 0
561configure:7230: ar cru libconftest.a @conftest.lst >&5
562ar: @conftest.lst: No such file or directory
563configure:7233: $? = 1
564configure:7253: result: no
565configure:7316: checking for strip
566configure:7337: found /usr/bin/strip
567configure:7348: result: strip
568configure:7425: checking for ranlib
569configure:7446: found /usr/bin/ranlib
570configure:7457: result: ranlib
571configure:7559: checking command to parse /usr/bin/nm -B output from ccache /usr/bin/clang object
572configure:7713: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
573configure:7716: $? = 0
574configure:7720: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
575configure:7723: $? = 0
576cannot find nm_test_var in conftest.nm
577configure:7713: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
578configure:7716: $? = 0
579configure:7720: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
580configure:7723: $? = 0
581configure:7789: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c conftstm.o >&5
582configure:7792: $? = 0
583configure:7830: result: ok
584configure:7877: checking for sysroot
585configure:7908: result: no
586configure:7915: checking for a working dd
587configure:7959: result: /bin/dd
588configure:7963: checking how to truncate binary pipes
589configure:7979: result: /bin/dd bs=4096 count=1
590configure:8316: checking for mt
591configure:8351: result: no
592configure:8371: checking if : is a manifest tool
593configure:8378: : '-?'
594configure:8386: result: no
595configure:8447: checking for dsymutil
596configure:8468: found /usr/bin/dsymutil
597configure:8479: result: dsymutil
598configure:8549: checking for nmedit
599configure:8570: found /usr/bin/nmedit
600configure:8581: result: nmedit
601configure:8651: checking for lipo
602configure:8672: found /usr/bin/lipo
603configure:8683: result: lipo
604configure:8753: checking for otool
605configure:8774: found /usr/bin/otool
606configure:8785: result: otool
607configure:8855: checking for otool64
608configure:8890: result: no
609configure:8935: checking for -single_module linker flag
610ccache /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
611configure:8969: result: yes
612configure:8972: checking for -exported_symbols_list linker flag
613configure:8993: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
614configure:8993: $? = 0
615configure:9004: result: yes
616configure:9007: checking for -force_load linker flag
617ccache /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -c -o conftest.o conftest.c
618ar cru libconftest.a conftest.o
619ranlib libconftest.a
620ccache /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
621configure:9040: result: yes
622configure:9111: checking for stdio.h
623configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
624configure:9111: $? = 0
625configure:9111: result: yes
626configure:9111: checking for stdlib.h
627configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
628configure:9111: $? = 0
629configure:9111: result: yes
630configure:9111: checking for string.h
631configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
632configure:9111: $? = 0
633configure:9111: result: yes
634configure:9111: checking for inttypes.h
635configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
636configure:9111: $? = 0
637configure:9111: result: yes
638configure:9111: checking for stdint.h
639configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
640configure:9111: $? = 0
641configure:9111: result: yes
642configure:9111: checking for strings.h
643configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
644configure:9111: $? = 0
645configure:9111: result: yes
646configure:9111: checking for sys/stat.h
647configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
648configure:9111: $? = 0
649configure:9111: result: yes
650configure:9111: checking for sys/types.h
651configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
652configure:9111: $? = 0
653configure:9111: result: yes
654configure:9111: checking for unistd.h
655configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
656configure:9111: $? = 0
657configure:9111: result: yes
658configure:9136: checking for dlfcn.h
659configure:9136: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
660configure:9136: $? = 0
661configure:9136: result: yes
662configure:9406: checking for objdir
663configure:9422: result: .libs
664configure:9686: checking if ccache /usr/bin/clang supports -fno-rtti -fno-exceptions
665configure:9705: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -fno-rtti -fno-exceptions conftest.c >&5
666configure:9709: $? = 0
667configure:9722: result: yes
668configure:10080: checking for ccache /usr/bin/clang option to produce PIC
669configure:10088: result: -fno-common -DPIC
670configure:10096: checking if ccache /usr/bin/clang PIC flag -fno-common -DPIC works
671configure:10115: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -fno-common -DPIC -DPIC conftest.c >&5
672configure:10119: $? = 0
673configure:10132: result: yes
674configure:10161: checking if ccache /usr/bin/clang static flag -static works
675configure:10190: result: no
676configure:10205: checking if ccache /usr/bin/clang supports -c -o file.o
677configure:10227: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -o out/conftest2.o conftest.c >&5
678configure:10231: $? = 0
679configure:10253: result: yes
680configure:10261: checking if ccache /usr/bin/clang supports -c -o file.o
681configure:10309: result: yes
682configure:10342: checking whether the ccache /usr/bin/clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
683configure:11608: result: yes
684configure:11849: checking dynamic linker characteristics
685configure:12670: result: darwin21.3.0 dyld
686configure:12792: checking how to hardcode library paths into programs
687configure:12817: result: immediate
688configure:13369: checking whether stripping libraries is possible
689configure:13383: result: yes
690configure:13409: checking if libtool supports shared libraries
691configure:13411: result: yes
692configure:13414: checking whether to build shared libraries
693configure:13439: result: yes
694configure:13442: checking whether to build static libraries
695configure:13446: result: yes
696configure:13469: checking how to run the C++ preprocessor
697configure:13491: ccache /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp
698configure:13491: $? = 0
699configure:13506: ccache /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp
700conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
701#include <ac_nonexistent.h>
702         ^~~~~~~~~~~~~~~~~~
7031 error generated.
704configure:13506: $? = 1
705configure: failed program was:
706| /* confdefs.h */
707| #define PACKAGE_NAME "libusb-1.0"
708| #define PACKAGE_TARNAME "libusb-1.0"
709| #define PACKAGE_VERSION "1.0.25"
710| #define PACKAGE_STRING "libusb-1.0 1.0.25"
711| #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net"
712| #define PACKAGE_URL "http://libusb.info"
713| #define PACKAGE "libusb-1.0"
714| #define VERSION "1.0.25"
715| #define HAVE_STDIO_H 1
716| #define HAVE_STDLIB_H 1
717| #define HAVE_STRING_H 1
718| #define HAVE_INTTYPES_H 1
719| #define HAVE_STDINT_H 1
720| #define HAVE_STRINGS_H 1
721| #define HAVE_SYS_STAT_H 1
722| #define HAVE_SYS_TYPES_H 1
723| #define HAVE_UNISTD_H 1
724| #define STDC_HEADERS 1
725| #define HAVE_DLFCN_H 1
726| #define LT_OBJDIR ".libs/"
727| /* end confdefs.h.  */
728| #include <ac_nonexistent.h>
729configure:13533: result: ccache /usr/bin/clang++ -E
730configure:13547: ccache /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp
731configure:13547: $? = 0
732configure:13562: ccache /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp
733conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
734#include <ac_nonexistent.h>
735         ^~~~~~~~~~~~~~~~~~
7361 error generated.
737configure:13562: $? = 1
738configure: failed program was:
739| /* confdefs.h */
740| #define PACKAGE_NAME "libusb-1.0"
741| #define PACKAGE_TARNAME "libusb-1.0"
742| #define PACKAGE_VERSION "1.0.25"
743| #define PACKAGE_STRING "libusb-1.0 1.0.25"
744| #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net"
745| #define PACKAGE_URL "http://libusb.info"
746| #define PACKAGE "libusb-1.0"
747| #define VERSION "1.0.25"
748| #define HAVE_STDIO_H 1
749| #define HAVE_STDLIB_H 1
750| #define HAVE_STRING_H 1
751| #define HAVE_INTTYPES_H 1
752| #define HAVE_STDINT_H 1
753| #define HAVE_STRINGS_H 1
754| #define HAVE_SYS_STAT_H 1
755| #define HAVE_SYS_TYPES_H 1
756| #define HAVE_UNISTD_H 1
757| #define STDC_HEADERS 1
758| #define HAVE_DLFCN_H 1
759| #define LT_OBJDIR ".libs/"
760| /* end confdefs.h.  */
761| #include <ac_nonexistent.h>
762configure:13727: checking for ld used by ccache /usr/bin/clang++
763configure:13795: result: /Library/Developer/CommandLineTools/usr/bin/ld
764configure:13802: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
765configure:13818: result: no
766configure:13873: checking whether the ccache /usr/bin/clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
767configure:14950: result: yes
768configure:14986: ccache /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp >&5
769configure:14989: $? = 0
770configure:15470: checking for ccache /usr/bin/clang++ option to produce PIC
771configure:15478: result: -fno-common -DPIC
772configure:15486: checking if ccache /usr/bin/clang++ PIC flag -fno-common -DPIC works
773configure:15505: ccache /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -fno-common -DPIC -DPIC conftest.cpp >&5
774configure:15509: $? = 0
775configure:15522: result: yes
776configure:15545: checking if ccache /usr/bin/clang++ static flag -static works
777configure:15574: result: no
778configure:15586: checking if ccache /usr/bin/clang++ supports -c -o file.o
779configure:15608: ccache /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -o out/conftest2.o conftest.cpp >&5
780configure:15612: $? = 0
781configure:15634: result: yes
782configure:15639: checking if ccache /usr/bin/clang++ supports -c -o file.o
783configure:15687: result: yes
784configure:15717: checking whether the ccache /usr/bin/clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
785configure:15757: result: yes
786configure:15899: checking dynamic linker characteristics
787configure:16647: result: darwin21.3.0 dyld
788configure:16712: checking how to hardcode library paths into programs
789configure:16737: result: immediate
790configure:16846: checking for windres
791configure:16881: result: no
792configure:16996: checking whether make supports nested variables
793configure:17014: result: yes
794configure:17031: checking if ccache /usr/bin/clang supports -std=gnu11
795configure:17044: ccache /usr/bin/clang -c -std=gnu11 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
796configure:17044: $? = 0
797configure:17046: result: yes
798configure:17096: checking operating system
799configure:17100: result: Darwin/Mac OS X
800configure:17175: checking for nfds_t
801configure:17175: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
802configure:17175: $? = 0
803configure:17175: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
804conftest.c:32:21: error: expected expression
805if (sizeof ((nfds_t)))
806                    ^
8071 error generated.
808configure:17175: $? = 1
809configure: failed program was:
810| /* confdefs.h */
811| #define PACKAGE_NAME "libusb-1.0"
812| #define PACKAGE_TARNAME "libusb-1.0"
813| #define PACKAGE_VERSION "1.0.25"
814| #define PACKAGE_STRING "libusb-1.0 1.0.25"
815| #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net"
816| #define PACKAGE_URL "http://libusb.info"
817| #define PACKAGE "libusb-1.0"
818| #define VERSION "1.0.25"
819| #define HAVE_STDIO_H 1
820| #define HAVE_STDLIB_H 1
821| #define HAVE_STRING_H 1
822| #define HAVE_INTTYPES_H 1
823| #define HAVE_STDINT_H 1
824| #define HAVE_STRINGS_H 1
825| #define HAVE_SYS_STAT_H 1
826| #define HAVE_SYS_TYPES_H 1
827| #define HAVE_UNISTD_H 1
828| #define STDC_HEADERS 1
829| #define HAVE_DLFCN_H 1
830| #define LT_OBJDIR ".libs/"
831| #define _GNU_SOURCE 1
832| #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default")))
833| #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
834| #define PLATFORM_POSIX 1
835| /* end confdefs.h.  */
836| #include <poll.h>
837|
838| int
839| main (void)
840| {
841| if (sizeof ((nfds_t)))
842|           return 0;
843|   ;
844|   return 0;
845| }
846configure:17175: result: yes
847configure:17185: checking for pipe2
848configure:17185: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c  >&5
849Undefined symbols for architecture x86_64:
850  "_pipe2", referenced from:
851      _main in conftest-d50f34.o
852ld: symbol(s) not found for architecture x86_64
853clang: error: linker command failed with exit code 1 (use -v to see invocation)
854configure:17185: $? = 1
855configure: failed program was:
856| /* confdefs.h */
857| #define PACKAGE_NAME "libusb-1.0"
858| #define PACKAGE_TARNAME "libusb-1.0"
859| #define PACKAGE_VERSION "1.0.25"
860| #define PACKAGE_STRING "libusb-1.0 1.0.25"
861| #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net"
862| #define PACKAGE_URL "http://libusb.info"
863| #define PACKAGE "libusb-1.0"
864| #define VERSION "1.0.25"
865| #define HAVE_STDIO_H 1
866| #define HAVE_STDLIB_H 1
867| #define HAVE_STRING_H 1
868| #define HAVE_INTTYPES_H 1
869| #define HAVE_STDINT_H 1
870| #define HAVE_STRINGS_H 1
871| #define HAVE_SYS_STAT_H 1
872| #define HAVE_SYS_TYPES_H 1
873| #define HAVE_UNISTD_H 1
874| #define STDC_HEADERS 1
875| #define HAVE_DLFCN_H 1
876| #define LT_OBJDIR ".libs/"
877| #define _GNU_SOURCE 1
878| #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default")))
879| #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
880| #define PLATFORM_POSIX 1
881| #define HAVE_NFDS_T 1
882| /* end confdefs.h.  */
883| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
884|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
885| #define pipe2 innocuous_pipe2
886|
887| /* System header to define __stub macros and hopefully few prototypes,
888|    which can conflict with char pipe2 (); below.  */
889|
890| #include <limits.h>
891| #undef pipe2
892|
893| /* Override any GCC internal prototype to avoid an error.
894|    Use char because int might match the return type of a GCC
895|    builtin and then its argument prototype would still apply.  */
896| #ifdef __cplusplus
897| extern "C"
898| #endif
899| char pipe2 ();
900| /* The GNU C library defines this for functions which it implements
901|     to always fail with ENOSYS.  Some functions are actually named
902|     something starting with __ and the normal name is an alias.  */
903| #if defined __stub_pipe2 || defined __stub___pipe2
904| choke me
905| #endif
906|
907| int
908| main (void)
909| {
910| return pipe2 ();
911|   ;
912|   return 0;
913| }
914configure:17185: result: no
915configure:17194: checking if ccache /usr/bin/clang recognizes -pthread
916configure:17207: ccache /usr/bin/clang -c -Wall -Werror -pthread -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
917configure:17207: $? = 0
918configure:17209: result: yes
919configure:17219: checking for library containing pthread_create
920configure:17249: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c  >&5
921configure:17249: $? = 0
922configure:17269: result: none required
923configure:17289: checking for pthread_threadid_np
924configure:17289: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c  >&5
925configure:17289: $? = 0
926configure:17289: result: yes
927configure:17297: checking for IOKit/usb/IOUSBHostFamilyDefinitions.h
928configure:17297: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
929configure:17297: $? = 0
930configure:17297: result: yes
931configure:17486: checking for sys/time.h
932configure:17486: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
933configure:17486: $? = 0
934configure:17486: result: yes
935configure:17496: checking whether OS X target version is 10.12 or later
936configure:17514: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
937configure:17514: $? = 0
938configure:17516: result: yes
939configure:17529: checking for clock_gettime
940configure:17529: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c  -lobjc -Wl,-framework,IOKit -Wl,-framework,CoreFoundation -Wl,-framework,Security >&5
941configure:17529: $? = 0
942configure:17529: result: yes
943configure:17560: checking for ccache /usr/bin/clang options needed to detect all undeclared functions
944configure:17582: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
945conftest.c:36:8: error: implicitly declaring library function 'strchr' with type 'char *(const char *, int)' [-Werror,-Wimplicit-function-declaration]
946(void) strchr;
947       ^
948conftest.c:36:8: note: include the header <string.h> or explicitly provide a declaration for 'strchr'
9491 error generated.
950configure:17582: $? = 1
951configure: failed program was:
952| /* confdefs.h */
953| #define PACKAGE_NAME "libusb-1.0"
954| #define PACKAGE_TARNAME "libusb-1.0"
955| #define PACKAGE_VERSION "1.0.25"
956| #define PACKAGE_STRING "libusb-1.0 1.0.25"
957| #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net"
958| #define PACKAGE_URL "http://libusb.info"
959| #define PACKAGE "libusb-1.0"
960| #define VERSION "1.0.25"
961| #define HAVE_STDIO_H 1
962| #define HAVE_STDLIB_H 1
963| #define HAVE_STRING_H 1
964| #define HAVE_INTTYPES_H 1
965| #define HAVE_STDINT_H 1
966| #define HAVE_STRINGS_H 1
967| #define HAVE_SYS_STAT_H 1
968| #define HAVE_SYS_TYPES_H 1
969| #define HAVE_UNISTD_H 1
970| #define STDC_HEADERS 1
971| #define HAVE_DLFCN_H 1
972| #define LT_OBJDIR ".libs/"
973| #define _GNU_SOURCE 1
974| #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default")))
975| #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
976| #define PLATFORM_POSIX 1
977| #define HAVE_NFDS_T 1
978| #define HAVE_PTHREAD_THREADID_NP 1
979| #define HAVE_IOKIT_USB_IOUSBHOSTFAMILYDEFINITIONS_H 1
980| #define HAVE_SYS_TIME_H 1
981| #define HAVE_CLOCK_GETTIME 1
982| /* end confdefs.h.  */
983|
984| int
985| main (void)
986| {
987| (void) strchr;
988|   ;
989|   return 0;
990| }
991configure:17609: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
992configure:17609: $? = 0
993configure:17626: result: none needed
994configure:17640: checking whether CLOCK_MONOTONIC is declared
995configure:17640: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
996configure:17640: $? = 0
997configure:17640: result: yes
998configure:17651: checking for pthread_condattr_setclock
999configure:17651: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c  -lobjc -Wl,-framework,IOKit -Wl,-framework,CoreFoundation -Wl,-framework,Security >&5
1000Undefined symbols for architecture x86_64:
1001  "_pthread_condattr_setclock", referenced from:
1002      _main in conftest-ea75aa.o
1003ld: symbol(s) not found for architecture x86_64
1004clang: error: linker command failed with exit code 1 (use -v to see invocation)
1005configure:17651: $? = 1
1006configure: failed program was:
1007| /* confdefs.h */
1008| #define PACKAGE_NAME "libusb-1.0"
1009| #define PACKAGE_TARNAME "libusb-1.0"
1010| #define PACKAGE_VERSION "1.0.25"
1011| #define PACKAGE_STRING "libusb-1.0 1.0.25"
1012| #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net"
1013| #define PACKAGE_URL "http://libusb.info"
1014| #define PACKAGE "libusb-1.0"
1015| #define VERSION "1.0.25"
1016| #define HAVE_STDIO_H 1
1017| #define HAVE_STDLIB_H 1
1018| #define HAVE_STRING_H 1
1019| #define HAVE_INTTYPES_H 1
1020| #define HAVE_STDINT_H 1
1021| #define HAVE_STRINGS_H 1
1022| #define HAVE_SYS_STAT_H 1
1023| #define HAVE_SYS_TYPES_H 1
1024| #define HAVE_UNISTD_H 1
1025| #define STDC_HEADERS 1
1026| #define HAVE_DLFCN_H 1
1027| #define LT_OBJDIR ".libs/"
1028| #define _GNU_SOURCE 1
1029| #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default")))
1030| #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
1031| #define PLATFORM_POSIX 1
1032| #define HAVE_NFDS_T 1
1033| #define HAVE_PTHREAD_THREADID_NP 1
1034| #define HAVE_IOKIT_USB_IOUSBHOSTFAMILYDEFINITIONS_H 1
1035| #define HAVE_SYS_TIME_H 1
1036| #define HAVE_CLOCK_GETTIME 1
1037| /* end confdefs.h.  */
1038| /* Define pthread_condattr_setclock to an innocuous variant, in case <limits.h> declares pthread_condattr_setclock.
1039|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1040| #define pthread_condattr_setclock innocuous_pthread_condattr_setclock
1041|
1042| /* System header to define __stub macros and hopefully few prototypes,
1043|    which can conflict with char pthread_condattr_setclock (); below.  */
1044|
1045| #include <limits.h>
1046| #undef pthread_condattr_setclock
1047|
1048| /* Override any GCC internal prototype to avoid an error.
1049|    Use char because int might match the return type of a GCC
1050|    builtin and then its argument prototype would still apply.  */
1051| #ifdef __cplusplus
1052| extern "C"
1053| #endif
1054| char pthread_condattr_setclock ();
1055| /* The GNU C library defines this for functions which it implements
1056|     to always fail with ENOSYS.  Some functions are actually named
1057|     something starting with __ and the normal name is an alias.  */
1058| #if defined __stub_pthread_condattr_setclock || defined __stub___pthread_condattr_setclock
1059| choke me
1060| #endif
1061|
1062| int
1063| main (void)
1064| {
1065| return pthread_condattr_setclock ();
1066|   ;
1067|   return 0;
1068| }
1069configure:17651: result: no
1070configure:17662: checking whether CLOCK_REALTIME is declared
1071configure:17662: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5
1072configure:17662: $? = 0
1073configure:17662: result: yes
1074configure:18213: checking that generated files are newer than configure
1075configure:18219: result: done
1076configure:18302: creating ./config.status
1077
1078## ---------------------- ##
1079## Running config.status. ##
1080## ---------------------- ##
1081
1082This file was extended by libusb-1.0 config.status 1.0.25, which was
1083generated by GNU Autoconf 2.71.  Invocation command line was
1084
1085  CONFIG_FILES    =
1086  CONFIG_HEADERS  =
1087  CONFIG_LINKS    =
1088  CONFIG_COMMANDS =
1089  $ ./config.status
1090
1091on test.local
1092
1093config.status:1251: creating libusb-1.0.pc
1094config.status:1251: creating Makefile
1095config.status:1251: creating libusb/Makefile
1096config.status:1251: creating examples/Makefile
1097config.status:1251: creating tests/Makefile
1098config.status:1251: creating doc/Makefile
1099config.status:1251: creating doc/doxygen.cfg
1100config.status:1251: creating config.h
1101config.status:1480: executing depfiles commands
1102config.status:1557: cd libusb       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
1103config.status:1562: $? = 0
1104config.status:1557: cd examples       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
1105config.status:1562: $? = 0
1106config.status:1557: cd tests       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
1107config.status:1562: $? = 0
1108config.status:1480: executing libtool commands
1109
1110## ---------------- ##
1111## Cache variables. ##
1112## ---------------- ##
1113
1114ac_cv_build=x86_64-apple-darwin21.3.0
1115ac_cv_c_compiler_gnu=yes
1116ac_cv_c_inline=inline
1117ac_cv_c_undeclared_builtin_options='none needed'
1118ac_cv_cxx_compiler_gnu=yes
1119ac_cv_env_CCC_set=
1120ac_cv_env_CCC_value=
1121ac_cv_env_CC_set=set
1122ac_cv_env_CC_value='ccache /usr/bin/clang'
1123ac_cv_env_CFLAGS_set=set
1124ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64'
1125ac_cv_env_CPPFLAGS_set=set
1126ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk'
1127ac_cv_env_CXXCPP_set=
1128ac_cv_env_CXXCPP_value=
1129ac_cv_env_CXXFLAGS_set=set
1130ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64'
1131ac_cv_env_CXX_set=set
1132ac_cv_env_CXX_value='ccache /usr/bin/clang++'
1133ac_cv_env_LDFLAGS_set=set
1134ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64'
1135ac_cv_env_LIBS_set=
1136ac_cv_env_LIBS_value=
1137ac_cv_env_LT_SYS_LIBRARY_PATH_set=
1138ac_cv_env_LT_SYS_LIBRARY_PATH_value=
1139ac_cv_env_build_alias_set=
1140ac_cv_env_build_alias_value=
1141ac_cv_env_host_alias_set=
1142ac_cv_env_host_alias_value=
1143ac_cv_env_target_alias_set=
1144ac_cv_env_target_alias_value=
1145ac_cv_func_clock_gettime=yes
1146ac_cv_func_pipe2=no
1147ac_cv_func_pthread_condattr_setclock=no
1148ac_cv_func_pthread_threadid_np=yes
1149ac_cv_have_decl_CLOCK_MONOTONIC=yes
1150ac_cv_have_decl_CLOCK_REALTIME=yes
1151ac_cv_header_IOKit_usb_IOUSBHostFamilyDefinitions_h=yes
1152ac_cv_header_dlfcn_h=yes
1153ac_cv_header_inttypes_h=yes
1154ac_cv_header_stdint_h=yes
1155ac_cv_header_stdio_h=yes
1156ac_cv_header_stdlib_h=yes
1157ac_cv_header_string_h=yes
1158ac_cv_header_strings_h=yes
1159ac_cv_header_sys_stat_h=yes
1160ac_cv_header_sys_time_h=yes
1161ac_cv_header_sys_types_h=yes
1162ac_cv_header_unistd_h=yes
1163ac_cv_host=x86_64-apple-darwin21.3.0
1164ac_cv_objext=o
1165ac_cv_path_EGREP='/usr/bin/grep -E'
1166ac_cv_path_FGREP='/usr/bin/grep -F'
1167ac_cv_path_GREP=/usr/bin/grep
1168ac_cv_path_SED=/usr/bin/sed
1169ac_cv_path_lt_DD=/bin/dd
1170ac_cv_prog_AWK=awk
1171ac_cv_prog_CXXCPP='ccache /usr/bin/clang++ -E'
1172ac_cv_prog_ac_ct_AR=ar
1173ac_cv_prog_ac_ct_CC='ccache /usr/bin/clang'
1174ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1175ac_cv_prog_ac_ct_LIPO=lipo
1176ac_cv_prog_ac_ct_NMEDIT=nmedit
1177ac_cv_prog_ac_ct_OBJDUMP=objdump
1178ac_cv_prog_ac_ct_OTOOL=otool
1179ac_cv_prog_ac_ct_RANLIB=ranlib
1180ac_cv_prog_ac_ct_STRIP=strip
1181ac_cv_prog_cc_c11=
1182ac_cv_prog_cc_g=yes
1183ac_cv_prog_cc_stdc=
1184ac_cv_prog_cxx_11=no
1185ac_cv_prog_cxx_g=yes
1186ac_cv_prog_cxx_stdcxx=
1187ac_cv_prog_make_make_set=yes
1188ac_cv_search_pthread_create='none required'
1189ac_cv_type_nfds_t=yes
1190am_cv_CC_dependencies_compiler_type=gcc3
1191am_cv_CXX_dependencies_compiler_type=gcc3
1192am_cv_make_support_nested_variables=yes
1193am_cv_prog_cc_c_o=yes
1194lt_cv_apple_cc_single_mod=yes
1195lt_cv_ar_at_file=no
1196lt_cv_deplibs_check_method=pass_all
1197lt_cv_file_magic_cmd='$MAGIC_CMD'
1198lt_cv_file_magic_test_file=
1199lt_cv_ld_exported_symbols_list=yes
1200lt_cv_ld_force_load=yes
1201lt_cv_ld_reload_flag=-r
1202lt_cv_nm_interface='BSD nm'
1203lt_cv_objdir=.libs
1204lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
1205lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld
1206lt_cv_path_NM='/usr/bin/nm -B'
1207lt_cv_path_mainfest_tool=no
1208lt_cv_prog_compiler_c_o=yes
1209lt_cv_prog_compiler_c_o_CXX=yes
1210lt_cv_prog_compiler_c_o_RC=yes
1211lt_cv_prog_compiler_pic='-fno-common -DPIC'
1212lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
1213lt_cv_prog_compiler_pic_works=yes
1214lt_cv_prog_compiler_pic_works_CXX=yes
1215lt_cv_prog_compiler_rtti_exceptions=yes
1216lt_cv_prog_compiler_static_works=no
1217lt_cv_prog_compiler_static_works_CXX=no
1218lt_cv_prog_gnu_ld=no
1219lt_cv_prog_gnu_ldcxx=no
1220lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1221lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1222lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
1223lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
1224lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1225lt_cv_sys_global_symbol_to_import=
1226lt_cv_sys_max_cmd_len=786432
1227lt_cv_to_host_file_cmd=func_convert_file_noop
1228lt_cv_to_tool_file_cmd=func_convert_file_noop
1229lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
1230
1231## ----------------- ##
1232## Output variables. ##
1233## ----------------- ##
1234
1235ACLOCAL='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/missing'\'' aclocal-1.16'
1236AMDEPBACKSLASH='\'
1237AMDEP_FALSE='#'
1238AMDEP_TRUE=''
1239AMTAR='$${TAR-tar}'
1240AM_BACKSLASH='\'
1241AM_CFLAGS='-std=gnu11  -Wall -Wextra -Wshadow -Wunused -Wwrite-strings -Werror=format-security -Werror=implicit-function-declaration -Werror=implicit-int -Werror=init-self -Werror=missing-prototypes -Werror=strict-prototypes -Werror=undef -Werror=uninitialized'
1242AM_CPPFLAGS=''
1243AM_CXXFLAGS='-std=gnu++11  -Wall -Wextra -Wshadow -Wunused -Wwrite-strings -Werror=format-security -Werror=implicit-function-declaration -Werror=implicit-int -Werror=init-self -Werror=missing-prototypes -Werror=strict-prototypes -Werror=undef -Werror=uninitialized -Wmissing-declarations'
1244AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1245AM_DEFAULT_VERBOSITY='0'
1246AM_V='$(V)'
1247AR='ar'
1248AUTOCONF='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/missing'\'' autoconf'
1249AUTOHEADER='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/missing'\'' autoheader'
1250AUTOMAKE='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/missing'\'' automake-1.16'
1251AWK='awk'
1252BUILD_EXAMPLES_FALSE='#'
1253BUILD_EXAMPLES_TRUE=''
1254BUILD_TESTS_FALSE='#'
1255BUILD_TESTS_TRUE=''
1256CC='ccache /usr/bin/clang'
1257CCDEPMODE='depmode=gcc3'
1258CFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64'
1259CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk'
1260CREATE_IMPORT_LIB_FALSE=''
1261CREATE_IMPORT_LIB_TRUE='#'
1262CSCOPE='cscope'
1263CTAGS='ctags'
1264CXX='ccache /usr/bin/clang++'
1265CXXCPP='ccache /usr/bin/clang++ -E'
1266CXXDEPMODE='depmode=gcc3'
1267CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64'
1268CYGPATH_W='echo'
1269DEFS='-DHAVE_CONFIG_H'
1270DEPDIR='.deps'
1271DLLTOOL='false'
1272DOXYGEN_HTMLDIR='api-1.0'
1273DSYMUTIL='dsymutil'
1274DUMPBIN=''
1275ECHO_C='\c'
1276ECHO_N=''
1277ECHO_T=''
1278EGREP='/usr/bin/grep -E'
1279ETAGS='etags'
1280EXEEXT=''
1281FGREP='/usr/bin/grep -F'
1282GREP='/usr/bin/grep'
1283INSTALL_DATA='${INSTALL} -m 644'
1284INSTALL_PROGRAM='${INSTALL}'
1285INSTALL_SCRIPT='${INSTALL}'
1286INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1287LD='/Library/Developer/CommandLineTools/usr/bin/ld'
1288LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64'
1289LIBOBJS=''
1290LIBS=' -lobjc -Wl,-framework,IOKit -Wl,-framework,CoreFoundation -Wl,-framework,Security'
1291LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1292LIPO='lipo'
1293LN_S='ln -s'
1294LTLIBOBJS=''
1295LT_LDFLAGS='-version-info 3:0:3 -no-undefined'
1296LT_SYS_LIBRARY_PATH=''
1297MAKEINFO='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/missing'\'' makeinfo'
1298MANIFEST_TOOL=':'
1299MKDIR_P='./install-sh -c -d'
1300NM='/usr/bin/nm -B'
1301NMEDIT='nmedit'
1302OBJDUMP='objdump'
1303OBJEXT='o'
1304OS_DARWIN_FALSE='#'
1305OS_DARWIN_TRUE=''
1306OS_HAIKU_FALSE=''
1307OS_HAIKU_TRUE='#'
1308OS_LINUX_FALSE=''
1309OS_LINUX_TRUE='#'
1310OS_NETBSD_FALSE=''
1311OS_NETBSD_TRUE='#'
1312OS_NULL_FALSE=''
1313OS_NULL_TRUE='#'
1314OS_OPENBSD_FALSE=''
1315OS_OPENBSD_TRUE='#'
1316OS_SUNOS_FALSE=''
1317OS_SUNOS_TRUE='#'
1318OS_WINDOWS_FALSE=''
1319OS_WINDOWS_TRUE='#'
1320OTOOL64=':'
1321OTOOL='otool'
1322PACKAGE='libusb-1.0'
1323PACKAGE_BUGREPORT='libusb-devel@lists.sourceforge.net'
1324PACKAGE_NAME='libusb-1.0'
1325PACKAGE_STRING='libusb-1.0 1.0.25'
1326PACKAGE_TARNAME='libusb-1.0'
1327PACKAGE_URL='http://libusb.info'
1328PACKAGE_VERSION='1.0.25'
1329PATH_SEPARATOR=':'
1330PLATFORM_POSIX_FALSE='#'
1331PLATFORM_POSIX_TRUE=''
1332PLATFORM_WINDOWS_FALSE=''
1333PLATFORM_WINDOWS_TRUE='#'
1334RANLIB='ranlib'
1335RC=''
1336SED='/usr/bin/sed'
1337SET_MAKE=''
1338SHELL='/bin/sh'
1339STRIP='strip'
1340THREAD_CFLAGS='-pthread'
1341THREAD_LIBS=''
1342USE_UDEV_FALSE=''
1343USE_UDEV_TRUE='#'
1344VERSION='1.0.25'
1345ac_ct_AR='ar'
1346ac_ct_CC='ccache /usr/bin/clang'
1347ac_ct_CXX=''
1348ac_ct_DUMPBIN=''
1349am__EXEEXT_FALSE=''
1350am__EXEEXT_TRUE='#'
1351am__fastdepCC_FALSE='#'
1352am__fastdepCC_TRUE=''
1353am__fastdepCXX_FALSE='#'
1354am__fastdepCXX_TRUE=''
1355am__include='include'
1356am__isrc=''
1357am__leading_dot='.'
1358am__nodep='_no'
1359am__quote=''
1360am__tar='$${TAR-tar} chof - "$$tardir"'
1361am__untar='$${TAR-tar} xf -'
1362bindir='${exec_prefix}/bin'
1363build='x86_64-apple-darwin21.3.0'
1364build_alias=''
1365build_cpu='x86_64'
1366build_os='darwin21.3.0'
1367build_vendor='apple'
1368datadir='${datarootdir}'
1369datarootdir='${prefix}/share'
1370docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1371dvidir='${docdir}'
1372exec_prefix='${prefix}'
1373host='x86_64-apple-darwin21.3.0'
1374host_alias=''
1375host_cpu='x86_64'
1376host_os='darwin21.3.0'
1377host_vendor='apple'
1378htmldir='${docdir}'
1379includedir='${prefix}/include'
1380infodir='${datarootdir}/info'
1381install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/install-sh'
1382libdir='${exec_prefix}/lib'
1383libexecdir='${exec_prefix}/libexec'
1384localedir='${datarootdir}/locale'
1385localstatedir='${prefix}/var'
1386mandir='${datarootdir}/man'
1387mkdir_p='$(MKDIR_P)'
1388oldincludedir='/usr/include'
1389pdfdir='${docdir}'
1390prefix='/opt/local'
1391program_transform_name='s,x,x,'
1392psdir='${docdir}'
1393runstatedir='${localstatedir}/run'
1394sbindir='${exec_prefix}/sbin'
1395sharedstatedir='${prefix}/com'
1396sysconfdir='${prefix}/etc'
1397target_alias=''
1398
1399## ----------- ##
1400## confdefs.h. ##
1401## ----------- ##
1402
1403/* confdefs.h */
1404#define PACKAGE_NAME "libusb-1.0"
1405#define PACKAGE_TARNAME "libusb-1.0"
1406#define PACKAGE_VERSION "1.0.25"
1407#define PACKAGE_STRING "libusb-1.0 1.0.25"
1408#define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net"
1409#define PACKAGE_URL "http://libusb.info"
1410#define PACKAGE "libusb-1.0"
1411#define VERSION "1.0.25"
1412#define HAVE_STDIO_H 1
1413#define HAVE_STDLIB_H 1
1414#define HAVE_STRING_H 1
1415#define HAVE_INTTYPES_H 1
1416#define HAVE_STDINT_H 1
1417#define HAVE_STRINGS_H 1
1418#define HAVE_SYS_STAT_H 1
1419#define HAVE_SYS_TYPES_H 1
1420#define HAVE_UNISTD_H 1
1421#define STDC_HEADERS 1
1422#define HAVE_DLFCN_H 1
1423#define LT_OBJDIR ".libs/"
1424#define _GNU_SOURCE 1
1425#define DEFAULT_VISIBILITY __attribute__ ((visibility ("default")))
1426#define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
1427#define PLATFORM_POSIX 1
1428#define HAVE_NFDS_T 1
1429#define HAVE_PTHREAD_THREADID_NP 1
1430#define HAVE_IOKIT_USB_IOUSBHOSTFAMILYDEFINITIONS_H 1
1431#define HAVE_SYS_TIME_H 1
1432#define HAVE_CLOCK_GETTIME 1
1433#define ENABLE_LOGGING 1
1434
1435configure: exit 0