Janis Streib
31.12.21 4244cc39faacd894ee57beb9cc5135ffbafbf6e2
commit | author | age
4244cc 1 This file contains any messages produced by compilers while
JS 2 running configure, to aid debugging if configure makes a mistake.
3
4 It was created by g4display configure 1.0.0, which was
5 generated by GNU Autoconf 2.69.  Invocation command line was
6
7   $ ./configure --no-create --no-recursion
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = mrorange
14 uname -m = x86_64
15 uname -r = 5.13.0-22-generic
16 uname -s = Linux
17 uname -v = #22-Ubuntu SMP Fri Nov 5 13:21:36 UTC 2021
18
19 /usr/bin/uname -p = x86_64
20 /bin/uname -X     = unknown
21
22 /bin/arch              = x86_64
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
30 PATH: /home/janis/.poetry/bin
31 PATH: /usr/local/sbin
32 PATH: /usr/local/bin
33 PATH: /usr/sbin
34 PATH: /usr/bin
35 PATH: /sbin
36 PATH: /bin
37 PATH: /usr/games
38 PATH: /usr/local/games
39 PATH: /snap/bin
40 PATH: /snap/bin
41
42
43 ## ----------- ##
44 ## Core tests. ##
45 ## ----------- ##
46
47 configure:2388: checking for a BSD-compatible install
48 configure:2456: result: /usr/bin/install -c
49 configure:2467: checking whether build environment is sane
50 configure:2517: result: yes
51 configure:2658: checking for a thread-safe mkdir -p
52 configure:2697: result: /usr/bin/mkdir -p
53 configure:2710: checking for gawk
54 configure:2740: result: no
55 configure:2710: checking for mawk
56 configure:2726: found /usr/bin/mawk
57 configure:2737: result: mawk
58 configure:2748: checking whether make sets $(MAKE)
59 configure:2770: result: yes
60 configure:2913: checking for g++
61 configure:2929: found /usr/bin/g++
62 configure:2940: result: g++
63 configure:2967: checking for C++ compiler version
64 configure:2976: g++ --version >&5
65 g++ (Ubuntu 11.2.0-7ubuntu2) 11.2.0
66 Copyright (C) 2021 Free Software Foundation, Inc.
67 This is free software; see the source for copying conditions.  There is NO
68 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
69
70 configure:2987: $? = 0
71 configure:2976: g++ -v >&5
72 Using built-in specs.
73 COLLECT_GCC=g++
74 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
75 OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
76 OFFLOAD_TARGET_DEFAULT=1
77 Target: x86_64-linux-gnu
78 Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.2.0-7ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-ZPT0kp/gcc-11-11.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-ZPT0kp/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
79 Thread model: posix
80 Supported LTO compression algorithms: zlib zstd
81 gcc version 11.2.0 (Ubuntu 11.2.0-7ubuntu2) 
82 ... rest of stderr output deleted ...
83 configure:2987: $? = 0
84 configure:2976: g++ -V >&5
85 g++: error: unrecognized command-line option '-V'
86 g++: fatal error: no input files
87 compilation terminated.
88 configure:2987: $? = 1
89 configure:2976: g++ -qversion >&5
90 g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
91 g++: fatal error: no input files
92 compilation terminated.
93 configure:2987: $? = 1
94 configure:3007: checking whether the C++ compiler works
95 configure:3029: g++    conftest.cpp  >&5
96 configure:3033: $? = 0
97 configure:3081: result: yes
98 configure:3084: checking for C++ compiler default output file name
99 configure:3086: result: a.out
100 configure:3092: checking for suffix of executables
101 configure:3099: g++ -o conftest    conftest.cpp  >&5
102 configure:3103: $? = 0
103 configure:3125: result: 
104 configure:3147: checking whether we are cross compiling
105 configure:3155: g++ -o conftest    conftest.cpp  >&5
106 configure:3159: $? = 0
107 configure:3166: ./conftest
108 configure:3170: $? = 0
109 configure:3185: result: no
110 configure:3190: checking for suffix of object files
111 configure:3212: g++ -c   conftest.cpp >&5
112 configure:3216: $? = 0
113 configure:3237: result: o
114 configure:3241: checking whether we are using the GNU C++ compiler
115 configure:3260: g++ -c   conftest.cpp >&5
116 configure:3260: $? = 0
117 configure:3269: result: yes
118 configure:3278: checking whether g++ accepts -g
119 configure:3298: g++ -c -g  conftest.cpp >&5
120 configure:3298: $? = 0
121 configure:3339: result: yes
122 configure:3373: checking for style of include used by make
123 configure:3401: result: GNU
124 configure:3427: checking dependency style of g++
125 configure:3538: result: gcc3
126 configure:3601: checking for gcc
127 configure:3617: found /usr/bin/gcc
128 configure:3628: result: gcc
129 configure:3857: checking for C compiler version
130 configure:3866: gcc --version >&5
131 gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0
132 Copyright (C) 2021 Free Software Foundation, Inc.
133 This is free software; see the source for copying conditions.  There is NO
134 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
135
136 configure:3877: $? = 0
137 configure:3866: gcc -v >&5
138 Using built-in specs.
139 COLLECT_GCC=gcc
140 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
141 OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
142 OFFLOAD_TARGET_DEFAULT=1
143 Target: x86_64-linux-gnu
144 Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.2.0-7ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-ZPT0kp/gcc-11-11.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-ZPT0kp/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
145 Thread model: posix
146 Supported LTO compression algorithms: zlib zstd
147 gcc version 11.2.0 (Ubuntu 11.2.0-7ubuntu2) 
148 ... rest of stderr output deleted ...
149 configure:3877: $? = 0
150 configure:3866: gcc -V >&5
151 gcc: error: unrecognized command-line option '-V'
152 gcc: fatal error: no input files
153 compilation terminated.
154 configure:3877: $? = 1
155 configure:3866: gcc -qversion >&5
156 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
157 gcc: fatal error: no input files
158 compilation terminated.
159 configure:3877: $? = 1
160 configure:3881: checking whether we are using the GNU C compiler
161 configure:3900: gcc -c   conftest.c >&5
162 configure:3900: $? = 0
163 configure:3909: result: yes
164 configure:3918: checking whether gcc accepts -g
165 configure:3938: gcc -c -g  conftest.c >&5
166 configure:3938: $? = 0
167 configure:3979: result: yes
168 configure:3996: checking for gcc option to accept ISO C89
169 configure:4059: gcc  -c -g -O2  conftest.c >&5
170 configure:4059: $? = 0
171 configure:4072: result: none needed
172 configure:4094: checking dependency style of gcc
173 configure:4205: result: gcc3
174 configure:4223: checking for library containing sqrt
175 configure:4254: gcc -o conftest -g -O2   conftest.c  >&5
176 conftest.c:18:6: warning: conflicting types for built-in function 'sqrt'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
177    18 | char sqrt ();
178       |      ^~~~
179 conftest.c:1:1: note: 'sqrt' is declared in header '<math.h>'
180     1 | /* confdefs.h */
181 /usr/bin/ld: /tmp/ccLMf1Fj.o: in function `main':
182 /home/janis/git/g4export/conftest.c:22: undefined reference to `sqrt'
183 collect2: error: ld returned 1 exit status
184 configure:4254: $? = 1
185 configure: failed program was:
186 | /* confdefs.h */
187 | #define PACKAGE_NAME "g4display"
188 | #define PACKAGE_TARNAME "g4display"
189 | #define PACKAGE_VERSION "1.0.0"
190 | #define PACKAGE_STRING "g4display 1.0.0"
191 | #define PACKAGE_BUGREPORT "help@polhemus.com"
192 | #define PACKAGE_URL ""
193 | #define PACKAGE "g4display"
194 | #define VERSION "1.0.0"
195 | /* end confdefs.h.  */
196
197 | /* Override any GCC internal prototype to avoid an error.
198 |    Use char because int might match the return type of a GCC
199 |    builtin and then its argument prototype would still apply.  */
200 | #ifdef __cplusplus
201 | extern "C"
202 | #endif
203 | char sqrt ();
204 | int
205 | main ()
206 | {
207 | return sqrt ();
208 |   ;
209 |   return 0;
210 | }
211 configure:4254: gcc -o conftest -g -O2   conftest.c -lm   >&5
212 conftest.c:18:6: warning: conflicting types for built-in function 'sqrt'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
213    18 | char sqrt ();
214       |      ^~~~
215 conftest.c:1:1: note: 'sqrt' is declared in header '<math.h>'
216     1 | /* confdefs.h */
217 configure:4254: $? = 0
218 configure:4271: result: -lm
219 configure:4280: checking for library containing g4_init_sys
220 configure:4311: gcc -o conftest -g -O2   conftest.c -lm  >&5
221 /usr/bin/ld: /tmp/cca6Fkpb.o: in function `main':
222 /home/janis/git/g4export/conftest.c:22: undefined reference to `g4_init_sys'
223 collect2: error: ld returned 1 exit status
224 configure:4311: $? = 1
225 configure: failed program was:
226 | /* confdefs.h */
227 | #define PACKAGE_NAME "g4display"
228 | #define PACKAGE_TARNAME "g4display"
229 | #define PACKAGE_VERSION "1.0.0"
230 | #define PACKAGE_STRING "g4display 1.0.0"
231 | #define PACKAGE_BUGREPORT "help@polhemus.com"
232 | #define PACKAGE_URL ""
233 | #define PACKAGE "g4display"
234 | #define VERSION "1.0.0"
235 | /* end confdefs.h.  */
236
237 | /* Override any GCC internal prototype to avoid an error.
238 |    Use char because int might match the return type of a GCC
239 |    builtin and then its argument prototype would still apply.  */
240 | #ifdef __cplusplus
241 | extern "C"
242 | #endif
243 | char g4_init_sys ();
244 | int
245 | main ()
246 | {
247 | return g4_init_sys ();
248 |   ;
249 |   return 0;
250 | }
251 configure:4311: gcc -o conftest -g -O2   conftest.c -lG4Track  -lm  >&5
252 configure:4311: $? = 0
253 configure:4328: result: -lG4Track
254 configure:4352: checking how to run the C preprocessor
255 configure:4383: gcc -E  conftest.c
256 configure:4383: $? = 0
257 configure:4397: gcc -E  conftest.c
258 conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
259    11 | #include <ac_nonexistent.h>
260       |          ^~~~~~~~~~~~~~~~~~
261 compilation terminated.
262 configure:4397: $? = 1
263 configure: failed program was:
264 | /* confdefs.h */
265 | #define PACKAGE_NAME "g4display"
266 | #define PACKAGE_TARNAME "g4display"
267 | #define PACKAGE_VERSION "1.0.0"
268 | #define PACKAGE_STRING "g4display 1.0.0"
269 | #define PACKAGE_BUGREPORT "help@polhemus.com"
270 | #define PACKAGE_URL ""
271 | #define PACKAGE "g4display"
272 | #define VERSION "1.0.0"
273 | /* end confdefs.h.  */
274 | #include <ac_nonexistent.h>
275 configure:4422: result: gcc -E
276 configure:4442: gcc -E  conftest.c
277 configure:4442: $? = 0
278 configure:4456: gcc -E  conftest.c
279 conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
280    11 | #include <ac_nonexistent.h>
281       |          ^~~~~~~~~~~~~~~~~~
282 compilation terminated.
283 configure:4456: $? = 1
284 configure: failed program was:
285 | /* confdefs.h */
286 | #define PACKAGE_NAME "g4display"
287 | #define PACKAGE_TARNAME "g4display"
288 | #define PACKAGE_VERSION "1.0.0"
289 | #define PACKAGE_STRING "g4display 1.0.0"
290 | #define PACKAGE_BUGREPORT "help@polhemus.com"
291 | #define PACKAGE_URL ""
292 | #define PACKAGE "g4display"
293 | #define VERSION "1.0.0"
294 | /* end confdefs.h.  */
295 | #include <ac_nonexistent.h>
296 configure:4485: checking for grep that handles long lines and -e
297 configure:4543: result: /usr/bin/grep
298 configure:4548: checking for egrep
299 configure:4610: result: /usr/bin/grep -E
300 configure:4615: checking for ANSI C header files
301 configure:4635: gcc -c -g -O2  conftest.c >&5
302 configure:4635: $? = 0
303 configure:4708: gcc -o conftest -g -O2   conftest.c -lG4Track -lm  >&5
304 configure:4708: $? = 0
305 configure:4708: ./conftest
306 configure:4708: $? = 0
307 configure:4719: result: yes
308 configure:4732: checking for sys/types.h
309 configure:4732: gcc -c -g -O2  conftest.c >&5
310 configure:4732: $? = 0
311 configure:4732: result: yes
312 configure:4732: checking for sys/stat.h
313 configure:4732: gcc -c -g -O2  conftest.c >&5
314 configure:4732: $? = 0
315 configure:4732: result: yes
316 configure:4732: checking for stdlib.h
317 configure:4732: gcc -c -g -O2  conftest.c >&5
318 configure:4732: $? = 0
319 configure:4732: result: yes
320 configure:4732: checking for string.h
321 configure:4732: gcc -c -g -O2  conftest.c >&5
322 configure:4732: $? = 0
323 configure:4732: result: yes
324 configure:4732: checking for memory.h
325 configure:4732: gcc -c -g -O2  conftest.c >&5
326 configure:4732: $? = 0
327 configure:4732: result: yes
328 configure:4732: checking for strings.h
329 configure:4732: gcc -c -g -O2  conftest.c >&5
330 configure:4732: $? = 0
331 configure:4732: result: yes
332 configure:4732: checking for inttypes.h
333 configure:4732: gcc -c -g -O2  conftest.c >&5
334 configure:4732: $? = 0
335 configure:4732: result: yes
336 configure:4732: checking for stdint.h
337 configure:4732: gcc -c -g -O2  conftest.c >&5
338 configure:4732: $? = 0
339 configure:4732: result: yes
340 configure:4732: checking for unistd.h
341 configure:4732: gcc -c -g -O2  conftest.c >&5
342 configure:4732: $? = 0
343 configure:4732: result: yes
344 configure:4747: checking for stdlib.h
345 configure:4747: result: yes
346 configure:4747: checking for string.h
347 configure:4747: result: yes
348 configure:4747: checking for unistd.h
349 configure:4747: result: yes
350 configure:4747: checking G4TrackIncl.h usability
351 configure:4747: gcc -c -g -O2  conftest.c >&5
352 configure:4747: $? = 0
353 configure:4747: result: yes
354 configure:4747: checking G4TrackIncl.h presence
355 configure:4747: gcc -E  conftest.c
356 configure:4747: $? = 0
357 configure:4747: result: yes
358 configure:4747: checking for G4TrackIncl.h
359 configure:4747: result: yes
360 configure:4761: checking for stdbool.h that conforms to C99
361 configure:4828: gcc -c -g -O2  conftest.c >&5
362 configure:4828: $? = 0
363 configure:4835: result: yes
364 configure:4837: checking for _Bool
365 configure:4837: gcc -c -g -O2  conftest.c >&5
366 configure:4837: $? = 0
367 configure:4837: gcc -c -g -O2  conftest.c >&5
368 conftest.c: In function 'main':
369 conftest.c:61:20: error: expected expression before ')' token
370    61 | if (sizeof ((_Bool)))
371       |                    ^
372 configure:4837: $? = 1
373 configure: failed program was:
374 | /* confdefs.h */
375 | #define PACKAGE_NAME "g4display"
376 | #define PACKAGE_TARNAME "g4display"
377 | #define PACKAGE_VERSION "1.0.0"
378 | #define PACKAGE_STRING "g4display 1.0.0"
379 | #define PACKAGE_BUGREPORT "help@polhemus.com"
380 | #define PACKAGE_URL ""
381 | #define PACKAGE "g4display"
382 | #define VERSION "1.0.0"
383 | #define STDC_HEADERS 1
384 | #define HAVE_SYS_TYPES_H 1
385 | #define HAVE_SYS_STAT_H 1
386 | #define HAVE_STDLIB_H 1
387 | #define HAVE_STRING_H 1
388 | #define HAVE_MEMORY_H 1
389 | #define HAVE_STRINGS_H 1
390 | #define HAVE_INTTYPES_H 1
391 | #define HAVE_STDINT_H 1
392 | #define HAVE_UNISTD_H 1
393 | #define HAVE_STDLIB_H 1
394 | #define HAVE_STRING_H 1
395 | #define HAVE_UNISTD_H 1
396 | #define HAVE_G4TRACKINCL_H 1
397 | /* end confdefs.h.  */
398 | #include <stdio.h>
399 | #ifdef HAVE_SYS_TYPES_H
400 | # include <sys/types.h>
401 | #endif
402 | #ifdef HAVE_SYS_STAT_H
403 | # include <sys/stat.h>
404 | #endif
405 | #ifdef STDC_HEADERS
406 | # include <stdlib.h>
407 | # include <stddef.h>
408 | #else
409 | # ifdef HAVE_STDLIB_H
410 | #  include <stdlib.h>
411 | # endif
412 | #endif
413 | #ifdef HAVE_STRING_H
414 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
415 | #  include <memory.h>
416 | # endif
417 | # include <string.h>
418 | #endif
419 | #ifdef HAVE_STRINGS_H
420 | # include <strings.h>
421 | #endif
422 | #ifdef HAVE_INTTYPES_H
423 | # include <inttypes.h>
424 | #endif
425 | #ifdef HAVE_STDINT_H
426 | # include <stdint.h>
427 | #endif
428 | #ifdef HAVE_UNISTD_H
429 | # include <unistd.h>
430 | #endif
431 | int
432 | main ()
433 | {
434 | if (sizeof ((_Bool)))
435 |         return 0;
436 |   ;
437 |   return 0;
438 | }
439 configure:4837: result: yes
440 configure:4854: checking for uint32_t
441 configure:4854: gcc -c -g -O2  conftest.c >&5
442 configure:4854: $? = 0
443 configure:4854: result: yes
444 configure:4868: checking for uint8_t
445 configure:4868: gcc -c -g -O2  conftest.c >&5
446 configure:4868: $? = 0
447 configure:4868: result: yes
448 configure:4887: checking for memset
449 configure:4887: gcc -o conftest -g -O2   conftest.c -lG4Track -lm  >&5
450 conftest.c:50:6: warning: conflicting types for built-in function 'memset'; expected 'void *(void *, int,  long unsigned int)' [-Wbuiltin-declaration-mismatch]
451    50 | char memset ();
452       |      ^~~~~~
453 conftest.c:38:1: note: 'memset' is declared in header '<string.h>'
454    37 | # include <limits.h>
455    38 | #else
456 configure:4887: $? = 0
457 configure:4887: result: yes
458 configure:4887: checking for sqrt
459 configure:4887: gcc -o conftest -g -O2   conftest.c -lG4Track -lm  >&5
460 conftest.c:51:6: warning: conflicting types for built-in function 'sqrt'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
461    51 | char sqrt ();
462       |      ^~~~
463 conftest.c:39:1: note: 'sqrt' is declared in header '<math.h>'
464    38 | # include <limits.h>
465    39 | #else
466 configure:4887: $? = 0
467 configure:4887: result: yes
468 configure:4954: checking for pkg-config
469 configure:4972: found /usr/bin/pkg-config
470 configure:4984: result: /usr/bin/pkg-config
471 configure:5009: checking pkg-config is at least version 0.9.0
472 configure:5012: result: yes
473 configure:5022: checking for GTK
474 configure:5029: $PKG_CONFIG --exists --print-errors "gtk+-2.0"
475 configure:5032: $? = 0
476 configure:5045: $PKG_CONFIG --exists --print-errors "gtk+-2.0"
477 configure:5048: $? = 0
478 configure:5085: result: yes
479 configure:5093: checking for GLEXT
480 configure:5100: $PKG_CONFIG --exists --print-errors "gtkglext-1.0"
481 configure:5103: $? = 0
482 configure:5116: $PKG_CONFIG --exists --print-errors "gtkglext-1.0"
483 configure:5119: $? = 0
484 configure:5156: result: yes
485 configure:5166: checking build system type
486 configure:5180: result: x86_64-unknown-linux-gnu
487 configure:5200: checking host system type
488 configure:5213: result: x86_64-unknown-linux-gnu
489 configure:5401: checking for the pthreads library -lpthreads
490 configure:5439: gcc -o conftest -g -O2    conftest.c -lpthreads -lG4Track -lm  >&5
491 /usr/bin/ld: cannot find -lpthreads
492 collect2: error: ld returned 1 exit status
493 configure:5439: $? = 1
494 configure: failed program was:
495 | /* confdefs.h */
496 | #define PACKAGE_NAME "g4display"
497 | #define PACKAGE_TARNAME "g4display"
498 | #define PACKAGE_VERSION "1.0.0"
499 | #define PACKAGE_STRING "g4display 1.0.0"
500 | #define PACKAGE_BUGREPORT "help@polhemus.com"
501 | #define PACKAGE_URL ""
502 | #define PACKAGE "g4display"
503 | #define VERSION "1.0.0"
504 | #define STDC_HEADERS 1
505 | #define HAVE_SYS_TYPES_H 1
506 | #define HAVE_SYS_STAT_H 1
507 | #define HAVE_STDLIB_H 1
508 | #define HAVE_STRING_H 1
509 | #define HAVE_MEMORY_H 1
510 | #define HAVE_STRINGS_H 1
511 | #define HAVE_INTTYPES_H 1
512 | #define HAVE_STDINT_H 1
513 | #define HAVE_UNISTD_H 1
514 | #define HAVE_STDLIB_H 1
515 | #define HAVE_STRING_H 1
516 | #define HAVE_UNISTD_H 1
517 | #define HAVE_G4TRACKINCL_H 1
518 | #define HAVE__BOOL 1
519 | #define HAVE_STDBOOL_H 1
520 | #define HAVE_MEMSET 1
521 | #define HAVE_SQRT 1
522 | /* end confdefs.h.  */
523 | #include <pthread.h>
524 |                         static void routine(void *a) { a = 0; }
525 |                         static void *start_routine(void *a) { return a; }
526 | int
527 | main ()
528 | {
529 | pthread_t th; pthread_attr_t attr;
530 |                         pthread_create(&th, 0, start_routine, 0);
531 |                         pthread_join(th, 0);
532 |                         pthread_attr_init(&attr);
533 |                         pthread_cleanup_push(routine, 0);
534 |                         pthread_cleanup_pop(0) /* ; */
535 |   ;
536 |   return 0;
537 | }
538 configure:5448: result: no
539 configure:5346: checking whether pthreads work without any flags
540 configure:5439: gcc -o conftest -g -O2    conftest.c  -lG4Track -lm  >&5
541 configure:5439: $? = 0
542 configure:5448: result: yes
543 configure:5467: checking for joinable pthread attribute
544 configure:5482: gcc -o conftest -g -O2    conftest.c  -lG4Track -lm  >&5
545 configure:5482: $? = 0
546 configure:5488: result: PTHREAD_CREATE_JOINABLE
547 configure:5498: checking if more special flags are required for pthreads
548 configure:5512: result: no
549 configure:5518: checking for PTHREAD_PRIO_INHERIT
550 configure:5536: gcc -o conftest -g -O2    conftest.c  -lG4Track -lm  >&5
551 configure:5536: $? = 0
552 configure:5545: result: yes
553 configure:5764: creating ./config.status
554
555 ## ---------------- ##
556 ## Cache variables. ##
557 ## ---------------- ##
558
559 ac_cv_build=x86_64-unknown-linux-gnu
560 ac_cv_c_compiler_gnu=yes
561 ac_cv_c_uint32_t=yes
562 ac_cv_c_uint8_t=yes
563 ac_cv_cxx_compiler_gnu=yes
564 ac_cv_env_CCC_set=
565 ac_cv_env_CCC_value=
566 ac_cv_env_CC_set=
567 ac_cv_env_CC_value=
568 ac_cv_env_CFLAGS_set=
569 ac_cv_env_CFLAGS_value=
570 ac_cv_env_CPPFLAGS_set=
571 ac_cv_env_CPPFLAGS_value=
572 ac_cv_env_CPP_set=
573 ac_cv_env_CPP_value=
574 ac_cv_env_CXXFLAGS_set=
575 ac_cv_env_CXXFLAGS_value=
576 ac_cv_env_CXX_set=
577 ac_cv_env_CXX_value=
578 ac_cv_env_GLEXT_CFLAGS_set=
579 ac_cv_env_GLEXT_CFLAGS_value=
580 ac_cv_env_GLEXT_LIBS_set=
581 ac_cv_env_GLEXT_LIBS_value=
582 ac_cv_env_GTK_CFLAGS_set=
583 ac_cv_env_GTK_CFLAGS_value=
584 ac_cv_env_GTK_LIBS_set=
585 ac_cv_env_GTK_LIBS_value=
586 ac_cv_env_LDFLAGS_set=
587 ac_cv_env_LDFLAGS_value=
588 ac_cv_env_LIBS_set=
589 ac_cv_env_LIBS_value=
590 ac_cv_env_PKG_CONFIG_LIBDIR_set=
591 ac_cv_env_PKG_CONFIG_LIBDIR_value=
592 ac_cv_env_PKG_CONFIG_PATH_set=
593 ac_cv_env_PKG_CONFIG_PATH_value=
594 ac_cv_env_PKG_CONFIG_set=
595 ac_cv_env_PKG_CONFIG_value=
596 ac_cv_env_build_alias_set=
597 ac_cv_env_build_alias_value=
598 ac_cv_env_host_alias_set=
599 ac_cv_env_host_alias_value=
600 ac_cv_env_target_alias_set=
601 ac_cv_env_target_alias_value=
602 ac_cv_func_memset=yes
603 ac_cv_func_sqrt=yes
604 ac_cv_header_G4TrackIncl_h=yes
605 ac_cv_header_inttypes_h=yes
606 ac_cv_header_memory_h=yes
607 ac_cv_header_stdbool_h=yes
608 ac_cv_header_stdc=yes
609 ac_cv_header_stdint_h=yes
610 ac_cv_header_stdlib_h=yes
611 ac_cv_header_string_h=yes
612 ac_cv_header_strings_h=yes
613 ac_cv_header_sys_stat_h=yes
614 ac_cv_header_sys_types_h=yes
615 ac_cv_header_unistd_h=yes
616 ac_cv_host=x86_64-unknown-linux-gnu
617 ac_cv_objext=o
618 ac_cv_path_EGREP='/usr/bin/grep -E'
619 ac_cv_path_GREP=/usr/bin/grep
620 ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
621 ac_cv_path_install='/usr/bin/install -c'
622 ac_cv_path_mkdir=/usr/bin/mkdir
623 ac_cv_prog_AWK=mawk
624 ac_cv_prog_CPP='gcc -E'
625 ac_cv_prog_ac_ct_CC=gcc
626 ac_cv_prog_ac_ct_CXX=g++
627 ac_cv_prog_cc_c89=
628 ac_cv_prog_cc_g=yes
629 ac_cv_prog_cxx_g=yes
630 ac_cv_prog_make_make_set=yes
631 ac_cv_search_g4_init_sys=-lG4Track
632 ac_cv_search_sqrt=-lm
633 ac_cv_type__Bool=yes
634 am_cv_CC_dependencies_compiler_type=gcc3
635 am_cv_CXX_dependencies_compiler_type=gcc3
636 ax_cv_PTHREAD_PRIO_INHERIT=yes
637 pkg_cv_GLEXT_CFLAGS='-pthread -I/usr/include/gtkglext-1.0 -I/usr/lib/x86_64-linux-gnu/gtkglext-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16'
638 pkg_cv_GLEXT_LIBS='-lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgdk-x11-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype'
639 pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16'
640 pkg_cv_GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype'
641
642 ## ----------------- ##
643 ## Output variables. ##
644 ## ----------------- ##
645
646 ACLOCAL='${SHELL} /home/janis/git/g4export/missing --run aclocal-1.11'
647 AMDEPBACKSLASH='\'
648 AMDEP_FALSE='#'
649 AMDEP_TRUE=''
650 AMTAR='$${TAR-tar}'
651 AUTOCONF='${SHELL} /home/janis/git/g4export/missing --run autoconf'
652 AUTOHEADER='${SHELL} /home/janis/git/g4export/missing --run autoheader'
653 AUTOMAKE='${SHELL} /home/janis/git/g4export/missing --run automake-1.11'
654 AWK='mawk'
655 CC='gcc'
656 CCDEPMODE='depmode=gcc3'
657 CFLAGS='-g -O2 '
658 CPP='gcc -E'
659 CPPFLAGS=''
660 CXX='g++'
661 CXXDEPMODE='depmode=gcc3'
662 CXXFLAGS='-g -O2 '
663 CYGPATH_W='echo'
664 DEFS='-DHAVE_CONFIG_H'
665 DEPDIR='.deps'
666 ECHO_C=''
667 ECHO_N='-n'
668 ECHO_T=''
669 EGREP='/usr/bin/grep -E'
670 EXEEXT=''
671 GLEXT_CFLAGS='-pthread -I/usr/include/gtkglext-1.0 -I/usr/lib/x86_64-linux-gnu/gtkglext-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16'
672 GLEXT_LIBS='-lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgdk-x11-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype'
673 GREP='/usr/bin/grep'
674 GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16'
675 GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype'
676 INSTALL_DATA='${INSTALL} -m 644'
677 INSTALL_PROGRAM='${INSTALL}'
678 INSTALL_SCRIPT='${INSTALL}'
679 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
680 LDFLAGS=''
681 LIBOBJS=''
682 LIBS=' -lG4Track -lm '
683 LTLIBOBJS=''
684 MAKEINFO='${SHELL} /home/janis/git/g4export/missing --run makeinfo'
685 MKDIR_P='/usr/bin/mkdir -p'
686 OBJEXT='o'
687 PACKAGE='g4display'
688 PACKAGE_BUGREPORT='help@polhemus.com'
689 PACKAGE_NAME='g4display'
690 PACKAGE_STRING='g4display 1.0.0'
691 PACKAGE_TARNAME='g4display'
692 PACKAGE_URL=''
693 PACKAGE_VERSION='1.0.0'
694 PATH_SEPARATOR=':'
695 PKG_CONFIG='/usr/bin/pkg-config'
696 PKG_CONFIG_LIBDIR=''
697 PKG_CONFIG_PATH=''
698 PTHREAD_CC='gcc'
699 PTHREAD_CFLAGS=''
700 PTHREAD_LIBS=''
701 SET_MAKE=''
702 SHELL='/bin/bash'
703 STRIP=''
704 VERSION='1.0.0'
705 ac_ct_CC='gcc'
706 ac_ct_CXX='g++'
707 am__EXEEXT_FALSE=''
708 am__EXEEXT_TRUE='#'
709 am__fastdepCC_FALSE='#'
710 am__fastdepCC_TRUE=''
711 am__fastdepCXX_FALSE='#'
712 am__fastdepCXX_TRUE=''
713 am__include='include'
714 am__isrc=''
715 am__leading_dot='.'
716 am__nodep='_no'
717 am__quote=''
718 am__tar='$${TAR-tar} chof - "$$tardir"'
719 am__untar='$${TAR-tar} xf -'
720 ax_pthread_config=''
721 bindir='${exec_prefix}/bin'
722 build='x86_64-unknown-linux-gnu'
723 build_alias=''
724 build_cpu='x86_64'
725 build_os='linux-gnu'
726 build_vendor='unknown'
727 datadir='${datarootdir}'
728 datarootdir='${prefix}/share'
729 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
730 dvidir='${docdir}'
731 exec_prefix='${prefix}'
732 host='x86_64-unknown-linux-gnu'
733 host_alias=''
734 host_cpu='x86_64'
735 host_os='linux-gnu'
736 host_vendor='unknown'
737 htmldir='${docdir}'
738 includedir='${prefix}/include'
739 infodir='${datarootdir}/info'
740 install_sh='${SHELL} /home/janis/git/g4export/install-sh'
741 libdir='${exec_prefix}/lib'
742 libexecdir='${exec_prefix}/libexec'
743 localedir='${datarootdir}/locale'
744 localstatedir='${prefix}/var'
745 mandir='${datarootdir}/man'
746 mkdir_p='/usr/bin/mkdir -p'
747 oldincludedir='/usr/include'
748 pdfdir='${docdir}'
749 prefix='/usr/local'
750 program_transform_name='s,x,x,'
751 psdir='${docdir}'
752 runstatedir='${localstatedir}/run'
753 sbindir='${exec_prefix}/sbin'
754 sharedstatedir='${prefix}/com'
755 sysconfdir='${prefix}/etc'
756 target_alias=''
757
758 ## ----------- ##
759 ## confdefs.h. ##
760 ## ----------- ##
761
762 /* confdefs.h */
763 #define PACKAGE_NAME "g4display"
764 #define PACKAGE_TARNAME "g4display"
765 #define PACKAGE_VERSION "1.0.0"
766 #define PACKAGE_STRING "g4display 1.0.0"
767 #define PACKAGE_BUGREPORT "help@polhemus.com"
768 #define PACKAGE_URL ""
769 #define PACKAGE "g4display"
770 #define VERSION "1.0.0"
771 #define STDC_HEADERS 1
772 #define HAVE_SYS_TYPES_H 1
773 #define HAVE_SYS_STAT_H 1
774 #define HAVE_STDLIB_H 1
775 #define HAVE_STRING_H 1
776 #define HAVE_MEMORY_H 1
777 #define HAVE_STRINGS_H 1
778 #define HAVE_INTTYPES_H 1
779 #define HAVE_STDINT_H 1
780 #define HAVE_UNISTD_H 1
781 #define HAVE_STDLIB_H 1
782 #define HAVE_STRING_H 1
783 #define HAVE_UNISTD_H 1
784 #define HAVE_G4TRACKINCL_H 1
785 #define HAVE__BOOL 1
786 #define HAVE_STDBOOL_H 1
787 #define HAVE_MEMSET 1
788 #define HAVE_SQRT 1
789 #define HAVE_PTHREAD_PRIO_INHERIT 1
790 #define HAVE_PTHREAD 1
791
792 configure: exit 0
793
794 ## ---------------------- ##
795 ## Running config.status. ##
796 ## ---------------------- ##
797
798 This file was extended by g4display config.status 1.0.0, which was
799 generated by GNU Autoconf 2.69.  Invocation command line was
800
801   CONFIG_FILES    = 
802   CONFIG_HEADERS  = 
803   CONFIG_LINKS    = 
804   CONFIG_COMMANDS = 
805   $ ./config.status 
806
807 on mrorange
808
809 config.status:895: creating Makefile
810 config.status:895: creating src/Makefile
811 config.status:895: creating config.h
812 config.status:1076: config.h is unchanged
813 config.status:1124: executing depfiles commands
814
815 ## ---------------------- ##
816 ## Running config.status. ##
817 ## ---------------------- ##
818
819 This file was extended by g4display config.status 1.0.0, which was
820 generated by GNU Autoconf 2.69.  Invocation command line was
821
822   CONFIG_FILES    = 
823   CONFIG_HEADERS  = 
824   CONFIG_LINKS    = 
825   CONFIG_COMMANDS = 
826   $ ./config.status config.h
827
828 on mrorange
829
830 config.status:895: creating config.h
831 config.status:1076: config.h is unchanged