Project

General

Profile

Bug #3230 ยป config.log

fixeria, 05/03/2018 04:03 PM

 
1
This file contains any messages produced by compilers while
2
running configure, to aid debugging if configure makes a mistake.
3

    
4
It was created by osmo-ggsn configure 1.2.0, which was
5
generated by GNU Autoconf 2.69.  Invocation command line was
6

    
7
  $ ./configure --disable-doxygen
8

    
9
## --------- ##
10
## Platform. ##
11
## --------- ##
12

    
13
hostname = DELL
14
uname -m = x86_64
15
uname -r = 4.4.0-121-generic
16
uname -s = Linux
17
uname -v = #145~14.04.1-Ubuntu SMP Mon Apr 16 18:40:43 UTC 2018
18

    
19
/usr/bin/uname -p = unknown
20
/bin/uname -X     = unknown
21

    
22
/bin/arch              = unknown
23
/usr/bin/arch -k       = unknown
24
/usr/convex/getsysinfo = unknown
25
/usr/bin/hostinfo      = unknown
26
/bin/machine           = unknown
27
/usr/bin/oslevel       = unknown
28
/bin/universe          = unknown
29

    
30
PATH: /usr/local/sbin
31
PATH: /usr/local/bin
32
PATH: /usr/sbin
33
PATH: /usr/bin
34
PATH: /sbin
35
PATH: /bin
36
PATH: /snap/bin
37

    
38

    
39
## ----------- ##
40
## Core tests. ##
41
## ----------- ##
42

    
43
configure:2367: checking build system type
44
configure:2381: result: x86_64-unknown-linux-gnu
45
configure:2401: checking host system type
46
configure:2414: result: x86_64-unknown-linux-gnu
47
configure:2434: checking target system type
48
configure:2447: result: x86_64-unknown-linux-gnu
49
configure:2486: checking whether make supports nested variables
50
configure:2503: result: yes
51
configure:2564: checking for gcc
52
configure:2580: found /usr/bin/gcc
53
configure:2591: result: gcc
54
configure:2820: checking for C compiler version
55
configure:2829: gcc --version >&5
56
gcc (Ubuntu 4.8.5-2ubuntu1~14.04.1) 4.8.5
57
Copyright (C) 2015 Free Software Foundation, Inc.
58
This is free software; see the source for copying conditions.  There is NO
59
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
60

    
61
configure:2840: $? = 0
62
configure:2829: gcc -v >&5
63
Using built-in specs.
64
COLLECT_GCC=gcc
65
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
66
Target: x86_64-linux-gnu
67
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.5-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
68
Thread model: posix
69
gcc version 4.8.5 (Ubuntu 4.8.5-2ubuntu1~14.04.1) 
70
configure:2840: $? = 0
71
configure:2829: gcc -V >&5
72
gcc: error: unrecognized command line option '-V'
73
gcc: fatal error: no input files
74
compilation terminated.
75
configure:2840: $? = 4
76
configure:2829: gcc -qversion >&5
77
gcc: error: unrecognized command line option '-qversion'
78
gcc: fatal error: no input files
79
compilation terminated.
80
configure:2840: $? = 4
81
configure:2860: checking whether the C compiler works
82
configure:2882: gcc    conftest.c  >&5
83
configure:2886: $? = 0
84
configure:2934: result: yes
85
configure:2937: checking for C compiler default output file name
86
configure:2939: result: a.out
87
configure:2945: checking for suffix of executables
88
configure:2952: gcc -o conftest    conftest.c  >&5
89
configure:2956: $? = 0
90
configure:2978: result: 
91
configure:3000: checking whether we are cross compiling
92
configure:3008: gcc -o conftest    conftest.c  >&5
93
configure:3012: $? = 0
94
configure:3019: ./conftest
95
configure:3023: $? = 0
96
configure:3038: result: no
97
configure:3043: checking for suffix of object files
98
configure:3065: gcc -c   conftest.c >&5
99
configure:3069: $? = 0
100
configure:3090: result: o
101
configure:3094: checking whether we are using the GNU C compiler
102
configure:3113: gcc -c   conftest.c >&5
103
configure:3113: $? = 0
104
configure:3122: result: yes
105
configure:3131: checking whether gcc accepts -g
106
configure:3151: gcc -c -g  conftest.c >&5
107
configure:3151: $? = 0
108
configure:3192: result: yes
109
configure:3209: checking for gcc option to accept ISO C89
110
configure:3272: gcc  -c -g -O2  conftest.c >&5
111
configure:3272: $? = 0
112
configure:3285: result: none needed
113
configure:3313: checking whether gcc understands -c and -o together
114
configure:3335: gcc -c conftest.c -o conftest2.o
115
configure:3338: $? = 0
116
configure:3335: gcc -c conftest.c -o conftest2.o
117
configure:3338: $? = 0
118
configure:3350: result: yes
119
configure:3381: checking for a BSD-compatible install
120
configure:3449: result: /usr/bin/install -c
121
configure:3464: checking for gawk
122
configure:3480: found /usr/bin/gawk
123
configure:3491: result: gawk
124
configure:3507: checking how to run the C preprocessor
125
configure:3538: gcc -E  conftest.c
126
configure:3538: $? = 0
127
configure:3552: gcc -E  conftest.c
128
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
129
 #include <ac_nonexistent.h>
130
                            ^
131
compilation terminated.
132
configure:3552: $? = 1
133
configure: failed program was:
134
| /* confdefs.h */
135
| #define PACKAGE_NAME "osmo-ggsn"
136
| #define PACKAGE_TARNAME "osmo-ggsn"
137
| #define PACKAGE_VERSION "1.2.0"
138
| #define PACKAGE_STRING "osmo-ggsn 1.2.0"
139
| #define PACKAGE_BUGREPORT "osmocom-net-gprs@lists.osmocom.org"
140
| #define PACKAGE_URL ""
141
| /* end confdefs.h.  */
142
| #include <ac_nonexistent.h>
143
configure:3577: result: gcc -E
144
configure:3597: gcc -E  conftest.c
145
configure:3597: $? = 0
146
configure:3611: gcc -E  conftest.c
147
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
148
 #include <ac_nonexistent.h>
149
                            ^
150
compilation terminated.
151
configure:3611: $? = 1
152
configure: failed program was:
153
| /* confdefs.h */
154
| #define PACKAGE_NAME "osmo-ggsn"
155
| #define PACKAGE_TARNAME "osmo-ggsn"
156
| #define PACKAGE_VERSION "1.2.0"
157
| #define PACKAGE_STRING "osmo-ggsn 1.2.0"
158
| #define PACKAGE_BUGREPORT "osmocom-net-gprs@lists.osmocom.org"
159
| #define PACKAGE_URL ""
160
| /* end confdefs.h.  */
161
| #include <ac_nonexistent.h>
162
configure:3685: checking how to print strings
163
configure:3712: result: printf
164
configure:3733: checking for a sed that does not truncate output
165
configure:3797: result: /bin/sed
166
configure:3815: checking for grep that handles long lines and -e
167
configure:3873: result: /bin/grep
168
configure:3878: checking for egrep
169
configure:3940: result: /bin/grep -E
170
configure:3945: checking for fgrep
171
configure:4007: result: /bin/grep -F
172
configure:4042: checking for ld used by gcc
173
configure:4109: result: /usr/bin/ld
174
configure:4116: checking if the linker (/usr/bin/ld) is GNU ld
175
configure:4131: result: yes
176
configure:4143: checking for BSD- or MS-compatible name lister (nm)
177
configure:4192: result: /usr/bin/nm -B
178
configure:4322: checking the name lister (/usr/bin/nm -B) interface
179
configure:4329: gcc -c -g -O2  conftest.c >&5
180
configure:4332: /usr/bin/nm -B "conftest.o"
181
configure:4335: output
182
0000000000000000 B some_variable
183
configure:4342: result: BSD nm
184
configure:4345: checking whether ln -s works
185
configure:4349: result: yes
186
configure:4357: checking the maximum length of command line arguments
187
configure:4488: result: 1572864
188
configure:4505: checking whether the shell understands some XSI constructs
189
configure:4515: result: yes
190
configure:4519: checking whether the shell understands "+="
191
configure:4525: result: yes
192
configure:4560: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
193
configure:4600: result: func_convert_file_noop
194
configure:4607: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
195
configure:4627: result: func_convert_file_noop
196
configure:4634: checking for /usr/bin/ld option to reload object files
197
configure:4641: result: -r
198
configure:4715: checking for objdump
199
configure:4731: found /usr/bin/objdump
200
configure:4742: result: objdump
201
configure:4774: checking how to recognize dependent libraries
202
configure:4972: result: pass_all
203
configure:5057: checking for dlltool
204
configure:5087: result: no
205
configure:5117: checking how to associate runtime and link libraries
206
configure:5144: result: printf %s\n
207
configure:5205: checking for ar
208
configure:5221: found /usr/bin/ar
209
configure:5232: result: ar
210
configure:5269: checking for archiver @FILE support
211
configure:5286: gcc -c -g -O2  conftest.c >&5
212
configure:5286: $? = 0
213
configure:5289: ar cru libconftest.a @conftest.lst >&5
214
configure:5292: $? = 0
215
configure:5297: ar cru libconftest.a @conftest.lst >&5
216
ar: conftest.o: No such file or directory
217
configure:5300: $? = 1
218
configure:5312: result: @
219
configure:5370: checking for strip
220
configure:5386: found /usr/bin/strip
221
configure:5397: result: strip
222
configure:5469: checking for ranlib
223
configure:5485: found /usr/bin/ranlib
224
configure:5496: result: ranlib
225
configure:5598: checking command to parse /usr/bin/nm -B output from gcc object
226
configure:5718: gcc -c -g -O2  conftest.c >&5
227
configure:5721: $? = 0
228
configure:5725: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
229
configure:5728: $? = 0
230
configure:5794: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
231
configure:5797: $? = 0
232
configure:5835: result: ok
233
configure:5872: checking for sysroot
234
configure:5902: result: no
235
configure:5979: gcc -c -g -O2  conftest.c >&5
236
configure:5982: $? = 0
237
configure:6171: checking for mt
238
configure:6187: found /bin/mt
239
configure:6198: result: mt
240
configure:6221: checking if mt is a manifest tool
241
configure:6227: mt '-?'
242
configure:6235: result: no
243
configure:6873: checking for ANSI C header files
244
configure:6893: gcc -c -g -O2  conftest.c >&5
245
configure:6893: $? = 0
246
configure:6966: gcc -o conftest -g -O2   conftest.c  >&5
247
configure:6966: $? = 0
248
configure:6966: ./conftest
249
configure:6966: $? = 0
250
configure:6977: result: yes
251
configure:6990: checking for sys/types.h
252
configure:6990: gcc -c -g -O2  conftest.c >&5
253
configure:6990: $? = 0
254
configure:6990: result: yes
255
configure:6990: checking for sys/stat.h
256
configure:6990: gcc -c -g -O2  conftest.c >&5
257
configure:6990: $? = 0
258
configure:6990: result: yes
259
configure:6990: checking for stdlib.h
260
configure:6990: gcc -c -g -O2  conftest.c >&5
261
configure:6990: $? = 0
262
configure:6990: result: yes
263
configure:6990: checking for string.h
264
configure:6990: gcc -c -g -O2  conftest.c >&5
265
configure:6990: $? = 0
266
configure:6990: result: yes
267
configure:6990: checking for memory.h
268
configure:6990: gcc -c -g -O2  conftest.c >&5
269
configure:6990: $? = 0
270
configure:6990: result: yes
271
configure:6990: checking for strings.h
272
configure:6990: gcc -c -g -O2  conftest.c >&5
273
configure:6990: $? = 0
274
configure:6990: result: yes
275
configure:6990: checking for inttypes.h
276
configure:6990: gcc -c -g -O2  conftest.c >&5
277
configure:6990: $? = 0
278
configure:6990: result: yes
279
configure:6990: checking for stdint.h
280
configure:6990: gcc -c -g -O2  conftest.c >&5
281
configure:6990: $? = 0
282
configure:6990: result: yes
283
configure:6990: checking for unistd.h
284
configure:6990: gcc -c -g -O2  conftest.c >&5
285
configure:6990: $? = 0
286
configure:6990: result: yes
287
configure:7004: checking for dlfcn.h
288
configure:7004: gcc -c -g -O2  conftest.c >&5
289
configure:7004: $? = 0
290
configure:7004: result: yes
291
configure:7210: checking for objdir
292
configure:7225: result: .libs
293
configure:7496: checking if gcc supports -fno-rtti -fno-exceptions
294
configure:7514: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
295
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
296
configure:7518: $? = 0
297
configure:7531: result: no
298
configure:7858: checking for gcc option to produce PIC
299
configure:7865: result: -fPIC -DPIC
300
configure:7873: checking if gcc PIC flag -fPIC -DPIC works
301
configure:7891: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
302
configure:7895: $? = 0
303
configure:7908: result: yes
304
configure:7937: checking if gcc static flag -static works
305
configure:7965: result: yes
306
configure:7980: checking if gcc supports -c -o file.o
307
configure:8001: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
308
configure:8005: $? = 0
309
configure:8027: result: yes
310
configure:8035: checking if gcc supports -c -o file.o
311
configure:8082: result: yes
312
configure:8115: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
313
configure:9272: result: yes
314
configure:9309: checking whether -lc should be explicitly linked in
315
configure:9317: gcc -c -g -O2  conftest.c >&5
316
configure:9320: $? = 0
317
configure:9335: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
318
configure:9338: $? = 0
319
configure:9352: result: no
320
configure:9512: checking dynamic linker characteristics
321
configure:10012: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
322
configure:10012: $? = 0
323
configure:10246: result: GNU/Linux ld.so
324
configure:10353: checking how to hardcode library paths into programs
325
configure:10378: result: immediate
326
configure:10918: checking whether stripping libraries is possible
327
configure:10923: result: yes
328
configure:10958: checking if libtool supports shared libraries
329
configure:10960: result: yes
330
configure:10963: checking whether to build shared libraries
331
configure:10984: result: yes
332
configure:10987: checking whether to build static libraries
333
configure:10991: result: yes
334
configure:11031: checking for pkg-config
335
configure:11049: found /usr/bin/pkg-config
336
configure:11062: result: /usr/bin/pkg-config
337
configure:11128: checking for pkg-config
338
configure:11146: found /usr/bin/pkg-config
339
configure:11158: result: /usr/bin/pkg-config
340
configure:11183: checking pkg-config is at least version 0.20
341
configure:11186: result: yes
342
configure:11342: checking for ANSI C header files
343
configure:11446: result: yes
344
configure:11454: checking for sys/wait.h that is POSIX.1 compatible
345
configure:11480: gcc -c -g -O2  conftest.c >&5
346
configure:11480: $? = 0
347
configure:11487: result: yes
348
configure:11498: checking arpa/inet.h usability
349
configure:11498: gcc -c -g -O2  conftest.c >&5
350
configure:11498: $? = 0
351
configure:11498: result: yes
352
configure:11498: checking arpa/inet.h presence
353
configure:11498: gcc -E  conftest.c
354
configure:11498: $? = 0
355
configure:11498: result: yes
356
configure:11498: checking for arpa/inet.h
357
configure:11498: result: yes
358
configure:11498: checking fcntl.h usability
359
configure:11498: gcc -c -g -O2  conftest.c >&5
360
configure:11498: $? = 0
361
configure:11498: result: yes
362
configure:11498: checking fcntl.h presence
363
configure:11498: gcc -E  conftest.c
364
configure:11498: $? = 0
365
configure:11498: result: yes
366
configure:11498: checking for fcntl.h
367
configure:11498: result: yes
368
configure:11498: checking netdb.h usability
369
configure:11498: gcc -c -g -O2  conftest.c >&5
370
configure:11498: $? = 0
371
configure:11498: result: yes
372
configure:11498: checking netdb.h presence
373
configure:11498: gcc -E  conftest.c
374
configure:11498: $? = 0
375
configure:11498: result: yes
376
configure:11498: checking for netdb.h
377
configure:11498: result: yes
378
configure:11498: checking netinet/in.h usability
379
configure:11498: gcc -c -g -O2  conftest.c >&5
380
configure:11498: $? = 0
381
configure:11498: result: yes
382
configure:11498: checking netinet/in.h presence
383
configure:11498: gcc -E  conftest.c
384
configure:11498: $? = 0
385
configure:11498: result: yes
386
configure:11498: checking for netinet/in.h
387
configure:11498: result: yes
388
configure:11498: checking for stdint.h
389
configure:11498: result: yes
390
configure:11498: checking for stdlib.h
391
configure:11498: result: yes
392
configure:11498: checking for string.h
393
configure:11498: result: yes
394
configure:11498: checking sys/ioctl.h usability
395
configure:11498: gcc -c -g -O2  conftest.c >&5
396
configure:11498: $? = 0
397
configure:11498: result: yes
398
configure:11498: checking sys/ioctl.h presence
399
configure:11498: gcc -E  conftest.c
400
configure:11498: $? = 0
401
configure:11498: result: yes
402
configure:11498: checking for sys/ioctl.h
403
configure:11498: result: yes
404
configure:11498: checking sys/socket.h usability
405
configure:11498: gcc -c -g -O2  conftest.c >&5
406
configure:11498: $? = 0
407
configure:11498: result: yes
408
configure:11498: checking sys/socket.h presence
409
configure:11498: gcc -E  conftest.c
410
configure:11498: $? = 0
411
configure:11498: result: yes
412
configure:11498: checking for sys/socket.h
413
configure:11498: result: yes
414
configure:11498: checking sys/time.h usability
415
configure:11498: gcc -c -g -O2  conftest.c >&5
416
configure:11498: $? = 0
417
configure:11498: result: yes
418
configure:11498: checking sys/time.h presence
419
configure:11498: gcc -E  conftest.c
420
configure:11498: $? = 0
421
configure:11498: result: yes
422
configure:11498: checking for sys/time.h
423
configure:11498: result: yes
424
configure:11498: checking for unistd.h
425
configure:11498: result: yes
426
configure:11513: checking linux/if.h usability
427
configure:11513: gcc -c -g -O2  conftest.c >&5
428
In file included from conftest.c:67:0:
429
/usr/include/linux/if.h:185:19: error: field 'ifru_addr' has incomplete type
430
   struct sockaddr ifru_addr;
431
                   ^
432
/usr/include/linux/if.h:186:19: error: field 'ifru_dstaddr' has incomplete type
433
   struct sockaddr ifru_dstaddr;
434
                   ^
435
/usr/include/linux/if.h:187:19: error: field 'ifru_broadaddr' has incomplete type
436
   struct sockaddr ifru_broadaddr;
437
                   ^
438
/usr/include/linux/if.h:188:19: error: field 'ifru_netmask' has incomplete type
439
   struct sockaddr ifru_netmask;
440
                   ^
441
/usr/include/linux/if.h:189:20: error: field 'ifru_hwaddr' has incomplete type
442
   struct  sockaddr ifru_hwaddr;
443
                    ^
444
configure:11513: $? = 1
445
configure: failed program was:
446
| /* confdefs.h */
447
| #define PACKAGE_NAME "osmo-ggsn"
448
| #define PACKAGE_TARNAME "osmo-ggsn"
449
| #define PACKAGE_VERSION "1.2.0"
450
| #define PACKAGE_STRING "osmo-ggsn 1.2.0"
451
| #define PACKAGE_BUGREPORT "osmocom-net-gprs@lists.osmocom.org"
452
| #define PACKAGE_URL ""
453
| #define STDC_HEADERS 1
454
| #define HAVE_SYS_TYPES_H 1
455
| #define HAVE_SYS_STAT_H 1
456
| #define HAVE_STDLIB_H 1
457
| #define HAVE_STRING_H 1
458
| #define HAVE_MEMORY_H 1
459
| #define HAVE_STRINGS_H 1
460
| #define HAVE_INTTYPES_H 1
461
| #define HAVE_STDINT_H 1
462
| #define HAVE_UNISTD_H 1
463
| #define HAVE_DLFCN_H 1
464
| #define LT_OBJDIR ".libs/"
465
| #define STDC_HEADERS 1
466
| #define HAVE_SYS_WAIT_H 1
467
| #define HAVE_ARPA_INET_H 1
468
| #define HAVE_FCNTL_H 1
469
| #define HAVE_NETDB_H 1
470
| #define HAVE_NETINET_IN_H 1
471
| #define HAVE_STDINT_H 1
472
| #define HAVE_STDLIB_H 1
473
| #define HAVE_STRING_H 1
474
| #define HAVE_SYS_IOCTL_H 1
475
| #define HAVE_SYS_SOCKET_H 1
476
| #define HAVE_SYS_TIME_H 1
477
| #define HAVE_UNISTD_H 1
478
| /* end confdefs.h.  */
479
| #include <stdio.h>
480
| #ifdef HAVE_SYS_TYPES_H
481
| # include <sys/types.h>
482
| #endif
483
| #ifdef HAVE_SYS_STAT_H
484
| # include <sys/stat.h>
485
| #endif
486
| #ifdef STDC_HEADERS
487
| # include <stdlib.h>
488
| # include <stddef.h>
489
| #else
490
| # ifdef HAVE_STDLIB_H
491
| #  include <stdlib.h>
492
| # endif
493
| #endif
494
| #ifdef HAVE_STRING_H
495
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
496
| #  include <memory.h>
497
| # endif
498
| # include <string.h>
499
| #endif
500
| #ifdef HAVE_STRINGS_H
501
| # include <strings.h>
502
| #endif
503
| #ifdef HAVE_INTTYPES_H
504
| # include <inttypes.h>
505
| #endif
506
| #ifdef HAVE_STDINT_H
507
| # include <stdint.h>
508
| #endif
509
| #ifdef HAVE_UNISTD_H
510
| # include <unistd.h>
511
| #endif
512
| #include <linux/if.h>
513
configure:11513: result: no
514
configure:11513: checking linux/if.h presence
515
configure:11513: gcc -E  conftest.c
516
configure:11513: $? = 0
517
configure:11513: result: yes
518
configure:11513: WARNING: linux/if.h: present but cannot be compiled
519
configure:11513: WARNING: linux/if.h:     check for missing prerequisite headers?
520
configure:11513: WARNING: linux/if.h: see the Autoconf documentation
521
configure:11513: WARNING: linux/if.h:     section "Present But Cannot Be Compiled"
522
configure:11513: WARNING: linux/if.h: proceeding with the compiler's result
523
configure:11513: checking for linux/if.h
524
configure:11513: result: no
525
configure:11513: checking net/if.h usability
526
configure:11513: gcc -c -g -O2  conftest.c >&5
527
configure:11513: $? = 0
528
configure:11513: result: yes
529
configure:11513: checking net/if.h presence
530
configure:11513: gcc -E  conftest.c
531
configure:11513: $? = 0
532
configure:11513: result: yes
533
configure:11513: checking for net/if.h
534
configure:11513: result: yes
535
configure:11528: checking linux/if_tun.h usability
536
configure:11528: gcc -c -g -O2  conftest.c >&5
537
configure:11528: $? = 0
538
configure:11528: result: yes
539
configure:11528: checking linux/if_tun.h presence
540
configure:11528: gcc -E  conftest.c
541
configure:11528: $? = 0
542
configure:11528: result: yes
543
configure:11528: checking for linux/if_tun.h
544
configure:11528: result: yes
545
configure:11528: checking net/if_tun.h usability
546
configure:11528: gcc -c -g -O2  conftest.c >&5
547
conftest.c:69:24: fatal error: net/if_tun.h: No such file or directory
548
 #include <net/if_tun.h>
549
                        ^
550
compilation terminated.
551
configure:11528: $? = 1
552
configure: failed program was:
553
| /* confdefs.h */
554
| #define PACKAGE_NAME "osmo-ggsn"
555
| #define PACKAGE_TARNAME "osmo-ggsn"
556
| #define PACKAGE_VERSION "1.2.0"
557
| #define PACKAGE_STRING "osmo-ggsn 1.2.0"
558
| #define PACKAGE_BUGREPORT "osmocom-net-gprs@lists.osmocom.org"
559
| #define PACKAGE_URL ""
560
| #define STDC_HEADERS 1
561
| #define HAVE_SYS_TYPES_H 1
562
| #define HAVE_SYS_STAT_H 1
563
| #define HAVE_STDLIB_H 1
564
| #define HAVE_STRING_H 1
565
| #define HAVE_MEMORY_H 1
566
| #define HAVE_STRINGS_H 1
567
| #define HAVE_INTTYPES_H 1
568
| #define HAVE_STDINT_H 1
569
| #define HAVE_UNISTD_H 1
570
| #define HAVE_DLFCN_H 1
571
| #define LT_OBJDIR ".libs/"
572
| #define STDC_HEADERS 1
573
| #define HAVE_SYS_WAIT_H 1
574
| #define HAVE_ARPA_INET_H 1
575
| #define HAVE_FCNTL_H 1
576
| #define HAVE_NETDB_H 1
577
| #define HAVE_NETINET_IN_H 1
578
| #define HAVE_STDINT_H 1
579
| #define HAVE_STDLIB_H 1
580
| #define HAVE_STRING_H 1
581
| #define HAVE_SYS_IOCTL_H 1
582
| #define HAVE_SYS_SOCKET_H 1
583
| #define HAVE_SYS_TIME_H 1
584
| #define HAVE_UNISTD_H 1
585
| #define HAVE_NET_IF_H 1
586
| #define HAVE_LINUX_IF_TUN_H 1
587
| /* end confdefs.h.  */
588
| #include <stdio.h>
589
| #ifdef HAVE_SYS_TYPES_H
590
| # include <sys/types.h>
591
| #endif
592
| #ifdef HAVE_SYS_STAT_H
593
| # include <sys/stat.h>
594
| #endif
595
| #ifdef STDC_HEADERS
596
| # include <stdlib.h>
597
| # include <stddef.h>
598
| #else
599
| # ifdef HAVE_STDLIB_H
600
| #  include <stdlib.h>
601
| # endif
602
| #endif
603
| #ifdef HAVE_STRING_H
604
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
605
| #  include <memory.h>
606
| # endif
607
| # include <string.h>
608
| #endif
609
| #ifdef HAVE_STRINGS_H
610
| # include <strings.h>
611
| #endif
612
| #ifdef HAVE_INTTYPES_H
613
| # include <inttypes.h>
614
| #endif
615
| #ifdef HAVE_STDINT_H
616
| # include <stdint.h>
617
| #endif
618
| #ifdef HAVE_UNISTD_H
619
| # include <unistd.h>
620
| #endif
621
| #include <net/if_tun.h>
622
configure:11528: result: no
623
configure:11528: checking net/if_tun.h presence
624
configure:11528: gcc -E  conftest.c
625
conftest.c:36:24: fatal error: net/if_tun.h: No such file or directory
626
 #include <net/if_tun.h>
627
                        ^
628
compilation terminated.
629
configure:11528: $? = 1
630
configure: failed program was:
631
| /* confdefs.h */
632
| #define PACKAGE_NAME "osmo-ggsn"
633
| #define PACKAGE_TARNAME "osmo-ggsn"
634
| #define PACKAGE_VERSION "1.2.0"
635
| #define PACKAGE_STRING "osmo-ggsn 1.2.0"
636
| #define PACKAGE_BUGREPORT "osmocom-net-gprs@lists.osmocom.org"
637
| #define PACKAGE_URL ""
638
| #define STDC_HEADERS 1
639
| #define HAVE_SYS_TYPES_H 1
640
| #define HAVE_SYS_STAT_H 1
641
| #define HAVE_STDLIB_H 1
642
| #define HAVE_STRING_H 1
643
| #define HAVE_MEMORY_H 1
644
| #define HAVE_STRINGS_H 1
645
| #define HAVE_INTTYPES_H 1
646
| #define HAVE_STDINT_H 1
647
| #define HAVE_UNISTD_H 1
648
| #define HAVE_DLFCN_H 1
649
| #define LT_OBJDIR ".libs/"
650
| #define STDC_HEADERS 1
651
| #define HAVE_SYS_WAIT_H 1
652
| #define HAVE_ARPA_INET_H 1
653
| #define HAVE_FCNTL_H 1
654
| #define HAVE_NETDB_H 1
655
| #define HAVE_NETINET_IN_H 1
656
| #define HAVE_STDINT_H 1
657
| #define HAVE_STDLIB_H 1
658
| #define HAVE_STRING_H 1
659
| #define HAVE_SYS_IOCTL_H 1
660
| #define HAVE_SYS_SOCKET_H 1
661
| #define HAVE_SYS_TIME_H 1
662
| #define HAVE_UNISTD_H 1
663
| #define HAVE_NET_IF_H 1
664
| #define HAVE_LINUX_IF_TUN_H 1
665
| /* end confdefs.h.  */
666
| #include <net/if_tun.h>
667
configure:11528: result: no
668
configure:11528: checking for net/if_tun.h
669
configure:11528: result: no
670
configure:11543: checking linux/netlink.h usability
671
configure:11543: gcc -c -g -O2  conftest.c >&5
672
configure:11543: $? = 0
673
configure:11543: result: yes
674
configure:11543: checking linux/netlink.h presence
675
configure:11543: gcc -E  conftest.c
676
configure:11543: $? = 0
677
configure:11543: result: yes
678
configure:11543: checking for linux/netlink.h
679
configure:11543: result: yes
680
configure:11543: checking linux/rtnetlink.h usability
681
configure:11543: gcc -c -g -O2  conftest.c >&5
682
configure:11543: $? = 0
683
configure:11543: result: yes
684
configure:11543: checking linux/rtnetlink.h presence
685
configure:11543: gcc -E  conftest.c
686
configure:11543: $? = 0
687
configure:11543: result: yes
688
configure:11543: checking for linux/rtnetlink.h
689
configure:11543: result: yes
690
configure:11556: checking for an ANSI C-conforming const
691
configure:11622: gcc -c -g -O2  conftest.c >&5
692
configure:11622: $? = 0
693
configure:11629: result: yes
694
configure:11637: checking for mode_t
695
configure:11637: gcc -c -g -O2  conftest.c >&5
696
configure:11637: $? = 0
697
configure:11637: gcc -c -g -O2  conftest.c >&5
698
conftest.c: In function 'main':
699
conftest.c:74:21: error: expected expression before ')' token
700
 if (sizeof ((mode_t)))
701
                     ^
702
configure:11637: $? = 1
703
configure: failed program was:
704
| /* confdefs.h */
705
| #define PACKAGE_NAME "osmo-ggsn"
706
| #define PACKAGE_TARNAME "osmo-ggsn"
707
| #define PACKAGE_VERSION "1.2.0"
708
| #define PACKAGE_STRING "osmo-ggsn 1.2.0"
709
| #define PACKAGE_BUGREPORT "osmocom-net-gprs@lists.osmocom.org"
710
| #define PACKAGE_URL ""
711
| #define STDC_HEADERS 1
712
| #define HAVE_SYS_TYPES_H 1
713
| #define HAVE_SYS_STAT_H 1
714
| #define HAVE_STDLIB_H 1
715
| #define HAVE_STRING_H 1
716
| #define HAVE_MEMORY_H 1
717
| #define HAVE_STRINGS_H 1
718
| #define HAVE_INTTYPES_H 1
719
| #define HAVE_STDINT_H 1
720
| #define HAVE_UNISTD_H 1
721
| #define HAVE_DLFCN_H 1
722
| #define LT_OBJDIR ".libs/"
723
| #define STDC_HEADERS 1
724
| #define HAVE_SYS_WAIT_H 1
725
| #define HAVE_ARPA_INET_H 1
726
| #define HAVE_FCNTL_H 1
727
| #define HAVE_NETDB_H 1
728
| #define HAVE_NETINET_IN_H 1
729
| #define HAVE_STDINT_H 1
730
| #define HAVE_STDLIB_H 1
731
| #define HAVE_STRING_H 1
732
| #define HAVE_SYS_IOCTL_H 1
733
| #define HAVE_SYS_SOCKET_H 1
734
| #define HAVE_SYS_TIME_H 1
735
| #define HAVE_UNISTD_H 1
736
| #define HAVE_NET_IF_H 1
737
| #define HAVE_LINUX_IF_TUN_H 1
738
| #define HAVE_LINUX_NETLINK_H 1
739
| #define HAVE_LINUX_RTNETLINK_H 1
740
| /* end confdefs.h.  */
741
| #include <stdio.h>
742
| #ifdef HAVE_SYS_TYPES_H
743
| # include <sys/types.h>
744
| #endif
745
| #ifdef HAVE_SYS_STAT_H
746
| # include <sys/stat.h>
747
| #endif
748
| #ifdef STDC_HEADERS
749
| # include <stdlib.h>
750
| # include <stddef.h>
751
| #else
752
| # ifdef HAVE_STDLIB_H
753
| #  include <stdlib.h>
754
| # endif
755
| #endif
756
| #ifdef HAVE_STRING_H
757
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
758
| #  include <memory.h>
759
| # endif
760
| # include <string.h>
761
| #endif
762
| #ifdef HAVE_STRINGS_H
763
| # include <strings.h>
764
| #endif
765
| #ifdef HAVE_INTTYPES_H
766
| # include <inttypes.h>
767
| #endif
768
| #ifdef HAVE_STDINT_H
769
| # include <stdint.h>
770
| #endif
771
| #ifdef HAVE_UNISTD_H
772
| # include <unistd.h>
773
| #endif
774
| int
775
| main ()
776
| {
777
| if (sizeof ((mode_t)))
778
| 	    return 0;
779
|   ;
780
|   return 0;
781
| }
782
configure:11637: result: yes
783
configure:11648: checking for size_t
784
configure:11648: gcc -c -g -O2  conftest.c >&5
785
configure:11648: $? = 0
786
configure:11648: gcc -c -g -O2  conftest.c >&5
787
conftest.c: In function 'main':
788
conftest.c:74:21: error: expected expression before ')' token
789
 if (sizeof ((size_t)))
790
                     ^
791
configure:11648: $? = 1
792
configure: failed program was:
793
| /* confdefs.h */
794
| #define PACKAGE_NAME "osmo-ggsn"
795
| #define PACKAGE_TARNAME "osmo-ggsn"
796
| #define PACKAGE_VERSION "1.2.0"
797
| #define PACKAGE_STRING "osmo-ggsn 1.2.0"
798
| #define PACKAGE_BUGREPORT "osmocom-net-gprs@lists.osmocom.org"
799
| #define PACKAGE_URL ""
800
| #define STDC_HEADERS 1
801
| #define HAVE_SYS_TYPES_H 1
802
| #define HAVE_SYS_STAT_H 1
803
| #define HAVE_STDLIB_H 1
804
| #define HAVE_STRING_H 1
805
| #define HAVE_MEMORY_H 1
806
| #define HAVE_STRINGS_H 1
807
| #define HAVE_INTTYPES_H 1
808
| #define HAVE_STDINT_H 1
809
| #define HAVE_UNISTD_H 1
810
| #define HAVE_DLFCN_H 1
811
| #define LT_OBJDIR ".libs/"
812
| #define STDC_HEADERS 1
813
| #define HAVE_SYS_WAIT_H 1
814
| #define HAVE_ARPA_INET_H 1
815
| #define HAVE_FCNTL_H 1
816
| #define HAVE_NETDB_H 1
817
| #define HAVE_NETINET_IN_H 1
818
| #define HAVE_STDINT_H 1
819
| #define HAVE_STDLIB_H 1
820
| #define HAVE_STRING_H 1
821
| #define HAVE_SYS_IOCTL_H 1
822
| #define HAVE_SYS_SOCKET_H 1
823
| #define HAVE_SYS_TIME_H 1
824
| #define HAVE_UNISTD_H 1
825
| #define HAVE_NET_IF_H 1
826
| #define HAVE_LINUX_IF_TUN_H 1
827
| #define HAVE_LINUX_NETLINK_H 1
828
| #define HAVE_LINUX_RTNETLINK_H 1
829
| /* end confdefs.h.  */
830
| #include <stdio.h>
831
| #ifdef HAVE_SYS_TYPES_H
832
| # include <sys/types.h>
833
| #endif
834
| #ifdef HAVE_SYS_STAT_H
835
| # include <sys/stat.h>
836
| #endif
837
| #ifdef STDC_HEADERS
838
| # include <stdlib.h>
839
| # include <stddef.h>
840
| #else
841
| # ifdef HAVE_STDLIB_H
842
| #  include <stdlib.h>
843
| # endif
844
| #endif
845
| #ifdef HAVE_STRING_H
846
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
847
| #  include <memory.h>
848
| # endif
849
| # include <string.h>
850
| #endif
851
| #ifdef HAVE_STRINGS_H
852
| # include <strings.h>
853
| #endif
854
| #ifdef HAVE_INTTYPES_H
855
| # include <inttypes.h>
856
| #endif
857
| #ifdef HAVE_STDINT_H
858
| # include <stdint.h>
859
| #endif
860
| #ifdef HAVE_UNISTD_H
861
| # include <unistd.h>
862
| #endif
863
| int
864
| main ()
865
| {
866
| if (sizeof ((size_t)))
867
| 	    return 0;
868
|   ;
869
|   return 0;
870
| }
871
configure:11648: result: yes
872
configure:11659: checking whether time.h and sys/time.h may both be included
873
configure:11679: gcc -c -g -O2  conftest.c >&5
874
configure:11679: $? = 0
875
configure:11686: result: yes
876
configure:11696: checking whether struct ifaliasreq exist
877
configure:11711: result: no
878
configure:11718: checking whether struct ifreq.ifru_netmask exist
879
configure:11728: result: yes
880
configure:11741: checking whether struct rt_msghdr exist
881
configure:11756: result: no
882
configure:11762: checking whether struct iphdr exists
883
configure:11772: result: yes
884
configure:11785: checking whether gcc needs -traditional
885
configure:11819: result: no
886
configure:11831: checking for gethostbyname
887
configure:11831: gcc -o conftest -g -O2   conftest.c  >&5
888
configure:11831: $? = 0
889
configure:11831: result: yes
890
configure:11831: checking for inet_ntoa
891
configure:11831: gcc -o conftest -g -O2   conftest.c  >&5
892
configure:11831: $? = 0
893
configure:11831: result: yes
894
configure:11831: checking for memset
895
configure:11831: gcc -o conftest -g -O2   conftest.c  >&5
896
conftest.c:66:6: warning: conflicting types for built-in function 'memset' [enabled by default]
897
 char memset ();
898
      ^
899
configure:11831: $? = 0
900
configure:11831: result: yes
901
configure:11831: checking for select
902
configure:11831: gcc -o conftest -g -O2   conftest.c  >&5
903
configure:11831: $? = 0
904
configure:11831: result: yes
905
configure:11831: checking for socket
906
configure:11831: gcc -o conftest -g -O2   conftest.c  >&5
907
configure:11831: $? = 0
908
configure:11831: result: yes
909
configure:11831: checking for strdup
910
configure:11831: gcc -o conftest -g -O2   conftest.c  >&5
911
conftest.c:69:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
912
 char strdup ();
913
      ^
914
configure:11831: $? = 0
915
configure:11831: result: yes
916
configure:11831: checking for strerror
917
configure:11831: gcc -o conftest -g -O2   conftest.c  >&5
918
configure:11831: $? = 0
919
configure:11831: result: yes
920
configure:11831: checking for strtol
921
configure:11831: gcc -o conftest -g -O2   conftest.c  >&5
922
configure:11831: $? = 0
923
configure:11831: result: yes
924
configure:11843: checking for inet_aton
925
configure:11843: gcc -o conftest -g -O2   conftest.c  >&5
926
configure:11843: $? = 0
927
configure:11843: result: yes
928
configure:11859: checking getopt.h usability
929
configure:11859: gcc -c -g -O2  conftest.c >&5
930
configure:11859: $? = 0
931
configure:11859: result: yes
932
configure:11859: checking getopt.h presence
933
configure:11859: gcc -E  conftest.c
934
configure:11859: $? = 0
935
configure:11859: result: yes
936
configure:11859: checking for getopt.h
937
configure:11859: result: yes
938
configure:11871: checking for getopt_long
939
configure:11871: gcc -o conftest -g -O2   conftest.c  >&5
940
configure:11871: $? = 0
941
configure:11871: result: yes
942
configure:11942: checking whether build environment is sane
943
configure:11997: result: yes
944
configure:12145: checking for a thread-safe mkdir -p
945
configure:12184: result: /bin/mkdir -p
946
configure:12187: checking whether make sets $(MAKE)
947
configure:12209: result: yes
948
configure:12239: checking for style of include used by make
949
configure:12267: result: GNU
950
configure:12364: checking dependency style of gcc
951
configure:12475: result: gcc3
952
configure:12535: checking for LIBOSMOCORE
953
configure:12542: $PKG_CONFIG --exists --print-errors "libosmocore >= 0.11.0"
954
configure:12545: $? = 0
955
configure:12559: $PKG_CONFIG --exists --print-errors "libosmocore >= 0.11.0"
956
configure:12562: $? = 0
957
configure:12620: result: yes
958
configure:12626: checking for LIBOSMOVTY
959
configure:12633: $PKG_CONFIG --exists --print-errors "libosmovty >= 0.11.0"
960
configure:12636: $? = 0
961
configure:12650: $PKG_CONFIG --exists --print-errors "libosmovty >= 0.11.0"
962
configure:12653: $? = 0
963
configure:12711: result: yes
964
configure:12717: checking for LIBOSMOCTRL
965
configure:12724: $PKG_CONFIG --exists --print-errors "libosmoctrl >= 0.11.0"
966
configure:12727: $? = 0
967
configure:12741: $PKG_CONFIG --exists --print-errors "libosmoctrl >= 0.11.0"
968
configure:12744: $? = 0
969
configure:12802: result: yes
970
configure:12836: result: CFLAGS="-g -O2"
971
configure:12838: result: CPPFLAGS=""
972
configure:12955: checking that generated files are newer than configure
973
configure:12961: result: done
974
configure:12984: creating ./config.status
975

    
976
## ---------------------- ##
977
## Running config.status. ##
978
## ---------------------- ##
979

    
980
This file was extended by osmo-ggsn config.status 1.2.0, which was
981
generated by GNU Autoconf 2.69.  Invocation command line was
982

    
983
  CONFIG_FILES    = 
984
  CONFIG_HEADERS  = 
985
  CONFIG_LINKS    = 
986
  CONFIG_COMMANDS = 
987
  $ ./config.status 
988

    
989
on DELL
990

    
991
config.status:1153: creating Makefile
992
config.status:1153: creating doc/Makefile
993
config.status:1153: creating doc/examples/Makefile
994
config.status:1153: creating ggsn/Makefile
995
config.status:1153: creating gtp/Makefile
996
config.status:1153: creating lib/Makefile
997
config.status:1153: creating intl/Makefile
998
config.status:1153: creating po/Makefile
999
config.status:1153: creating sgsnemu/Makefile
1000
config.status:1153: creating tests/Makefile
1001
config.status:1153: creating tests/lib/Makefile
1002
config.status:1153: creating tests/gtp/Makefile
1003
config.status:1153: creating libgtp.pc
1004
config.status:1153: creating osmo-ggsn.spec
1005
config.status:1153: creating config.h
1006
config.status:1413: executing tests/atconfig commands
1007
config.status:1413: executing libtool commands
1008
config.status:1413: executing depfiles commands
1009
configure:15279: WARNING: unrecognized options: --disable-doxygen
1010

    
1011
## ---------------- ##
1012
## Cache variables. ##
1013
## ---------------- ##
1014

    
1015
ac_cv_build=x86_64-unknown-linux-gnu
1016
ac_cv_c_compiler_gnu=yes
1017
ac_cv_c_const=yes
1018
ac_cv_env_CC_set=
1019
ac_cv_env_CC_value=
1020
ac_cv_env_CFLAGS_set=
1021
ac_cv_env_CFLAGS_value=
1022
ac_cv_env_CPPFLAGS_set=
1023
ac_cv_env_CPPFLAGS_value=
1024
ac_cv_env_CPP_set=
1025
ac_cv_env_CPP_value=
1026
ac_cv_env_LDFLAGS_set=
1027
ac_cv_env_LDFLAGS_value=
1028
ac_cv_env_LIBGTPNL_CFLAGS_set=
1029
ac_cv_env_LIBGTPNL_CFLAGS_value=
1030
ac_cv_env_LIBGTPNL_LIBS_set=
1031
ac_cv_env_LIBGTPNL_LIBS_value=
1032
ac_cv_env_LIBOSMOCORE_CFLAGS_set=
1033
ac_cv_env_LIBOSMOCORE_CFLAGS_value=
1034
ac_cv_env_LIBOSMOCORE_LIBS_set=
1035
ac_cv_env_LIBOSMOCORE_LIBS_value=
1036
ac_cv_env_LIBOSMOCTRL_CFLAGS_set=
1037
ac_cv_env_LIBOSMOCTRL_CFLAGS_value=
1038
ac_cv_env_LIBOSMOCTRL_LIBS_set=
1039
ac_cv_env_LIBOSMOCTRL_LIBS_value=
1040
ac_cv_env_LIBOSMOVTY_CFLAGS_set=
1041
ac_cv_env_LIBOSMOVTY_CFLAGS_value=
1042
ac_cv_env_LIBOSMOVTY_LIBS_set=
1043
ac_cv_env_LIBOSMOVTY_LIBS_value=
1044
ac_cv_env_LIBS_set=
1045
ac_cv_env_LIBS_value=
1046
ac_cv_env_PKG_CONFIG_LIBDIR_set=
1047
ac_cv_env_PKG_CONFIG_LIBDIR_value=
1048
ac_cv_env_PKG_CONFIG_PATH_set=
1049
ac_cv_env_PKG_CONFIG_PATH_value=
1050
ac_cv_env_PKG_CONFIG_set=
1051
ac_cv_env_PKG_CONFIG_value=
1052
ac_cv_env_build_alias_set=
1053
ac_cv_env_build_alias_value=
1054
ac_cv_env_host_alias_set=
1055
ac_cv_env_host_alias_value=
1056
ac_cv_env_target_alias_set=
1057
ac_cv_env_target_alias_value=
1058
ac_cv_func_gethostbyname=yes
1059
ac_cv_func_getopt_long=yes
1060
ac_cv_func_inet_aton=yes
1061
ac_cv_func_inet_ntoa=yes
1062
ac_cv_func_memset=yes
1063
ac_cv_func_select=yes
1064
ac_cv_func_socket=yes
1065
ac_cv_func_strdup=yes
1066
ac_cv_func_strerror=yes
1067
ac_cv_func_strtol=yes
1068
ac_cv_header_arpa_inet_h=yes
1069
ac_cv_header_dlfcn_h=yes
1070
ac_cv_header_fcntl_h=yes
1071
ac_cv_header_getopt_h=yes
1072
ac_cv_header_inttypes_h=yes
1073
ac_cv_header_linux_if_h=no
1074
ac_cv_header_linux_if_tun_h=yes
1075
ac_cv_header_linux_netlink_h=yes
1076
ac_cv_header_linux_rtnetlink_h=yes
1077
ac_cv_header_memory_h=yes
1078
ac_cv_header_net_if_h=yes
1079
ac_cv_header_net_if_tun_h=no
1080
ac_cv_header_netdb_h=yes
1081
ac_cv_header_netinet_in_h=yes
1082
ac_cv_header_stdc=yes
1083
ac_cv_header_stdint_h=yes
1084
ac_cv_header_stdlib_h=yes
1085
ac_cv_header_string_h=yes
1086
ac_cv_header_strings_h=yes
1087
ac_cv_header_sys_ioctl_h=yes
1088
ac_cv_header_sys_socket_h=yes
1089
ac_cv_header_sys_stat_h=yes
1090
ac_cv_header_sys_time_h=yes
1091
ac_cv_header_sys_types_h=yes
1092
ac_cv_header_sys_wait_h=yes
1093
ac_cv_header_time=yes
1094
ac_cv_header_unistd_h=yes
1095
ac_cv_host=x86_64-unknown-linux-gnu
1096
ac_cv_objext=o
1097
ac_cv_path_EGREP='/bin/grep -E'
1098
ac_cv_path_FGREP='/bin/grep -F'
1099
ac_cv_path_GREP=/bin/grep
1100
ac_cv_path_PKG_CONFIG_INSTALLED=/usr/bin/pkg-config
1101
ac_cv_path_SED=/bin/sed
1102
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
1103
ac_cv_path_install='/usr/bin/install -c'
1104
ac_cv_path_mkdir=/bin/mkdir
1105
ac_cv_prog_AWK=gawk
1106
ac_cv_prog_CPP='gcc -E'
1107
ac_cv_prog_ac_ct_AR=ar
1108
ac_cv_prog_ac_ct_CC=gcc
1109
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
1110
ac_cv_prog_ac_ct_OBJDUMP=objdump
1111
ac_cv_prog_ac_ct_RANLIB=ranlib
1112
ac_cv_prog_ac_ct_STRIP=strip
1113
ac_cv_prog_cc_c89=
1114
ac_cv_prog_cc_g=yes
1115
ac_cv_prog_gcc_traditional=no
1116
ac_cv_prog_make_make_set=yes
1117
ac_cv_target=x86_64-unknown-linux-gnu
1118
ac_cv_type_mode_t=yes
1119
ac_cv_type_size_t=yes
1120
am_cv_CC_dependencies_compiler_type=gcc3
1121
am_cv_make_support_nested_variables=yes
1122
am_cv_prog_cc_c_o=yes
1123
lt_cv_ar_at_file=@
1124
lt_cv_archive_cmds_need_lc=no
1125
lt_cv_deplibs_check_method=pass_all
1126
lt_cv_file_magic_cmd='$MAGIC_CMD'
1127
lt_cv_file_magic_test_file=
1128
lt_cv_ld_reload_flag=-r
1129
lt_cv_nm_interface='BSD nm'
1130
lt_cv_objdir=.libs
1131
lt_cv_path_LD=/usr/bin/ld
1132
lt_cv_path_NM='/usr/bin/nm -B'
1133
lt_cv_path_mainfest_tool=no
1134
lt_cv_prog_compiler_c_o=yes
1135
lt_cv_prog_compiler_pic='-fPIC -DPIC'
1136
lt_cv_prog_compiler_pic_works=yes
1137
lt_cv_prog_compiler_rtti_exceptions=no
1138
lt_cv_prog_compiler_static_works=yes
1139
lt_cv_prog_gnu_ld=yes
1140
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1141
lt_cv_shlibpath_overrides_runpath=no
1142
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1143
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1144
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
1145
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
1146
lt_cv_sys_max_cmd_len=1572864
1147
lt_cv_to_host_file_cmd=func_convert_file_noop
1148
lt_cv_to_tool_file_cmd=func_convert_file_noop
1149
pkg_cv_LIBOSMOCORE_CFLAGS='-I/usr/local/include/  '
1150
pkg_cv_LIBOSMOCORE_LIBS='-L/usr/local/lib -ltalloc -losmocore  '
1151
pkg_cv_LIBOSMOCTRL_CFLAGS='-I/usr/local/include/  '
1152
pkg_cv_LIBOSMOCTRL_LIBS='-L/usr/local/lib -ltalloc -losmoctrl -losmogsm -losmocore  '
1153
pkg_cv_LIBOSMOVTY_CFLAGS='-I/usr/local/include/  '
1154
pkg_cv_LIBOSMOVTY_LIBS='-L/usr/local/lib -ltalloc -losmovty -losmocore  '
1155

    
1156
## ----------------- ##
1157
## Output variables. ##
1158
## ----------------- ##
1159

    
1160
ACLOCAL='${SHELL} /opt/osmocom/osmo-ggsn/missing aclocal-1.14'
1161
AMDEPBACKSLASH='\'
1162
AMDEP_FALSE='#'
1163
AMDEP_TRUE=''
1164
AMTAR='$${TAR-tar}'
1165
AM_BACKSLASH='\'
1166
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1167
AM_DEFAULT_VERBOSITY='0'
1168
AM_V='$(V)'
1169
AR='ar'
1170
AUTOCONF='${SHELL} /opt/osmocom/osmo-ggsn/missing autoconf'
1171
AUTOHEADER='${SHELL} /opt/osmocom/osmo-ggsn/missing autoheader'
1172
AUTOMAKE='${SHELL} /opt/osmocom/osmo-ggsn/missing automake-1.14'
1173
AWK='gawk'
1174
CC='gcc'
1175
CCDEPMODE='depmode=gcc3'
1176
CFLAGS='-g -O2'
1177
CPP='gcc -E'
1178
CPPFLAGS=''
1179
CYGPATH_W='echo'
1180
DEFS='-DHAVE_CONFIG_H'
1181
DEPDIR='.deps'
1182
DLLTOOL='false'
1183
DSYMUTIL=''
1184
DUMPBIN=''
1185
ECHO_C=''
1186
ECHO_N='-n'
1187
ECHO_T=''
1188
EGREP='/bin/grep -E'
1189
ENABLE_GTP_KERNEL_FALSE=''
1190
ENABLE_GTP_KERNEL_TRUE='#'
1191
EXEC_LDADD=''
1192
EXEC_LDFLAGS=''
1193
EXEEXT=''
1194
FGREP='/bin/grep -F'
1195
GREP='/bin/grep'
1196
INSTALL_DATA='${INSTALL} -m 644'
1197
INSTALL_PROGRAM='${INSTALL}'
1198
INSTALL_SCRIPT='${INSTALL}'
1199
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1200
LD='/usr/bin/ld -m elf_x86_64'
1201
LDFLAGS=''
1202
LIBGTPNL_CFLAGS=''
1203
LIBGTPNL_LIBS=''
1204
LIBOBJS=''
1205
LIBOSMOCORE_CFLAGS='-I/usr/local/include/  '
1206
LIBOSMOCORE_LIBS='-L/usr/local/lib -ltalloc -losmocore  '
1207
LIBOSMOCTRL_CFLAGS='-I/usr/local/include/  '
1208
LIBOSMOCTRL_LIBS='-L/usr/local/lib -ltalloc -losmoctrl -losmogsm -losmocore  '
1209
LIBOSMOVTY_CFLAGS='-I/usr/local/include/  '
1210
LIBOSMOVTY_LIBS='-L/usr/local/lib -ltalloc -losmovty -losmocore  '
1211
LIBS=''
1212
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1213
LIPO=''
1214
LN_S='ln -s'
1215
LTLIBOBJS=''
1216
MAKEINFO='${SHELL} /opt/osmocom/osmo-ggsn/missing makeinfo'
1217
MANIFEST_TOOL=':'
1218
MKDIR_P='/bin/mkdir -p'
1219
NM='/usr/bin/nm -B'
1220
NMEDIT=''
1221
OBJDUMP='objdump'
1222
OBJEXT='o'
1223
OTOOL64=''
1224
OTOOL=''
1225
PACKAGE='osmo-ggsn'
1226
PACKAGE_BUGREPORT='osmocom-net-gprs@lists.osmocom.org'
1227
PACKAGE_NAME='osmo-ggsn'
1228
PACKAGE_STRING='osmo-ggsn 1.2.0'
1229
PACKAGE_TARNAME='osmo-ggsn'
1230
PACKAGE_URL=''
1231
PACKAGE_VERSION='1.2.0'
1232
PATH_SEPARATOR=':'
1233
PKG_CONFIG='/usr/bin/pkg-config'
1234
PKG_CONFIG_INSTALLED='/usr/bin/pkg-config'
1235
PKG_CONFIG_LIBDIR=''
1236
PKG_CONFIG_PATH=''
1237
RANLIB='ranlib'
1238
RELMAKE='-include osmo-release.mk'
1239
SED='/bin/sed'
1240
SET_MAKE=''
1241
SHELL='/bin/bash'
1242
STRIP='strip'
1243
VERSION='1.2.0'
1244
ac_ct_AR='ar'
1245
ac_ct_CC='gcc'
1246
ac_ct_DUMPBIN=''
1247
am__EXEEXT_FALSE=''
1248
am__EXEEXT_TRUE='#'
1249
am__fastdepCC_FALSE='#'
1250
am__fastdepCC_TRUE=''
1251
am__include='include'
1252
am__isrc=''
1253
am__leading_dot='.'
1254
am__nodep='_no'
1255
am__quote=''
1256
am__tar='$${TAR-tar} chof - "$$tardir"'
1257
am__untar='$${TAR-tar} xf -'
1258
bindir='${exec_prefix}/bin'
1259
build='x86_64-unknown-linux-gnu'
1260
build_alias=''
1261
build_cpu='x86_64'
1262
build_os='linux-gnu'
1263
build_vendor='unknown'
1264
datadir='${datarootdir}'
1265
datarootdir='${prefix}/share'
1266
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1267
dvidir='${docdir}'
1268
exec_prefix='${prefix}'
1269
host='x86_64-unknown-linux-gnu'
1270
host_alias=''
1271
host_cpu='x86_64'
1272
host_os='linux-gnu'
1273
host_vendor='unknown'
1274
htmldir='${docdir}'
1275
includedir='${prefix}/include'
1276
infodir='${datarootdir}/info'
1277
install_sh='${SHELL} /opt/osmocom/osmo-ggsn/install-sh'
1278
libdir='${exec_prefix}/lib'
1279
libexecdir='${exec_prefix}/libexec'
1280
localedir='${datarootdir}/locale'
1281
localstatedir='${prefix}/var'
1282
mandir='${datarootdir}/man'
1283
mkdir_p='$(MKDIR_P)'
1284
oldincludedir='/usr/include'
1285
pdfdir='${docdir}'
1286
prefix='/usr/local'
1287
program_transform_name='s,x,x,'
1288
psdir='${docdir}'
1289
sbindir='${exec_prefix}/sbin'
1290
sharedstatedir='${prefix}/com'
1291
sysconfdir='${prefix}/etc'
1292
target='x86_64-unknown-linux-gnu'
1293
target_alias=''
1294
target_cpu='x86_64'
1295
target_os='linux-gnu'
1296
target_vendor='unknown'
1297

    
1298
## ----------- ##
1299
## confdefs.h. ##
1300
## ----------- ##
1301

    
1302
/* confdefs.h */
1303
#define PACKAGE_NAME "osmo-ggsn"
1304
#define PACKAGE_TARNAME "osmo-ggsn"
1305
#define PACKAGE_VERSION "1.2.0"
1306
#define PACKAGE_STRING "osmo-ggsn 1.2.0"
1307
#define PACKAGE_BUGREPORT "osmocom-net-gprs@lists.osmocom.org"
1308
#define PACKAGE_URL ""
1309
#define STDC_HEADERS 1
1310
#define HAVE_SYS_TYPES_H 1
1311
#define HAVE_SYS_STAT_H 1
1312
#define HAVE_STDLIB_H 1
1313
#define HAVE_STRING_H 1
1314
#define HAVE_MEMORY_H 1
1315
#define HAVE_STRINGS_H 1
1316
#define HAVE_INTTYPES_H 1
1317
#define HAVE_STDINT_H 1
1318
#define HAVE_UNISTD_H 1
1319
#define HAVE_DLFCN_H 1
1320
#define LT_OBJDIR ".libs/"
1321
#define STDC_HEADERS 1
1322
#define HAVE_SYS_WAIT_H 1
1323
#define HAVE_ARPA_INET_H 1
1324
#define HAVE_FCNTL_H 1
1325
#define HAVE_NETDB_H 1
1326
#define HAVE_NETINET_IN_H 1
1327
#define HAVE_STDINT_H 1
1328
#define HAVE_STDLIB_H 1
1329
#define HAVE_STRING_H 1
1330
#define HAVE_SYS_IOCTL_H 1
1331
#define HAVE_SYS_SOCKET_H 1
1332
#define HAVE_SYS_TIME_H 1
1333
#define HAVE_UNISTD_H 1
1334
#define HAVE_NET_IF_H 1
1335
#define HAVE_LINUX_IF_TUN_H 1
1336
#define HAVE_LINUX_NETLINK_H 1
1337
#define HAVE_LINUX_RTNETLINK_H 1
1338
#define TIME_WITH_SYS_TIME 1
1339
#define HAVE_IFREQ_IFRU_NETMASK 1
1340
#define HAVE_IPHDR 1
1341
#define HAVE_GETHOSTBYNAME 1
1342
#define HAVE_INET_NTOA 1
1343
#define HAVE_MEMSET 1
1344
#define HAVE_SELECT 1
1345
#define HAVE_SOCKET 1
1346
#define HAVE_STRDUP 1
1347
#define HAVE_STRERROR 1
1348
#define HAVE_STRTOL 1
1349
#define HAVE_INET_ATON 1
1350
#define HAVE_GETOPT_H 1
1351
#define HAVE_GETOPT_LONG 1
1352
#define PACKAGE "osmo-ggsn"
1353
#define VERSION "1.2.0"
1354

    
1355
configure: exit 0
    (1-1/1)
    Add picture from clipboard (Maximum size: 48.8 MB)