:: VPN_Solutions/config.log ::
HOME

Interested in finding out how I created this web page? Click here.

VPN_Solutions/config.log


 [ stunnel-4.04 ]  [ freeswan-2.01 ]  [ cipe-1.5.4 ]  [ pptp-linux-1.2.0 ]  [ poptop-1.1.4 ]  [ vtun-2.6 ]  [ openvpn-1.4.2 ]  [ amvpn-0.96 ]  [ vpnd-1.1 ]  [ tinc-CABAL ]  [ htun-0.9.5 ]  [ linvpn-2.6-pre1 ]  [ yavipin-0.9.5 ]  [ openssl-0.9.7a ]  [ l2tpd-0.69 ]  [ tun-1.1 ]  [ tcpdump-3.7.2 ]  [ ppp-2.4.2_cvs_20030610 ]  [ openssh-3.5p1 ]  [ zebra-0.93b ]  [ simplesim-3.0 ]  [ tinyOS ]  [ ipband-0.7.2 ]  [ libvorbis-1.0.1 ]  [ gzip-1.2.4 ]  [ lame-3.96.1 ]  [ SignalHandling ]  [ ShadowPaging ]  [ ConcurrentQuickSort ]  [ linkSateRouting ]  [ RemoteNFS ]   

  [ source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

  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 stunnel configure 4.04, which was
  5 generated by GNU Autoconf 2.53.  Invocation command line was
  6 
  7   $ ./configure 
  8 
  9 ## --------- ##
 10 ## Platform. ##
 11 ## --------- ##
 12 
 13 hostname = mia.ece.uic.edu
 14 uname -m = i686
 15 uname -r = 2.4.20
 16 uname -s = Linux
 17 uname -v = #2 Tue Jun 24 18:08:09 CDT 2003
 18 
 19 /usr/bin/uname -p = unknown
 20 /bin/uname -X     = unknown
 21 
 22 /bin/arch              = i686
 23 /usr/bin/arch -k       = unknown
 24 /usr/convex/getsysinfo = unknown
 25 hostinfo               = unknown
 26 /bin/machine           = unknown
 27 /usr/bin/oslevel       = unknown
 28 /bin/universe          = unknown
 29 
 30 PATH: .
 31 PATH: /bin
 32 PATH: /sbin
 33 PATH: /usr/bin
 34 PATH: /usr/sbin
 35 PATH: /usr/local/bin
 36 PATH: /usr/X11R6/bin
 37 PATH: /usr/local/bin
 38 PATH: /bin
 39 PATH: /usr/bin
 40 PATH: /usr/X11R6/bin
 41 PATH: /home/shashank/xplot-0.90.7
 42 PATH: /skiff/local/bin
 43 PATH: /usr/local/jdk1.2.2/bin
 44 
 45 
 46 ## ----------- ##
 47 ## Core tests. ##
 48 ## ----------- ##
 49 
 50 configure:1416: checking for a BSD-compatible install
 51 configure:1470: result: /usr/bin/install -c
 52 configure:1481: checking whether build environment is sane
 53 configure:1524: result: yes
 54 configure:1539: checking whether make sets ${MAKE}
 55 configure:1559: result: yes
 56 configure:1591: checking for working aclocal
 57 configure:1598: result: found
 58 configure:1606: checking for working autoconf
 59 configure:1613: result: found
 60 configure:1621: checking for working automake
 61 configure:1628: result: found
 62 configure:1636: checking for working autoheader
 63 configure:1643: result: found
 64 configure:1651: checking for working makeinfo
 65 configure:1658: result: found
 66 configure:1675: checking build system type
 67 configure:1693: result: i686-pc-linux-gnu
 68 configure:1701: checking host system type
 69 configure:1715: result: i686-pc-linux-gnu
 70 configure:1769: checking for gcc
 71 configure:1785: found /usr/bin/gcc
 72 configure:1795: result: gcc
 73 configure:2039: checking for C compiler version
 74 configure:2042: gcc --version </dev/null >&5
 75 gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
 76 Copyright (C) 2002 Free Software Foundation, Inc.
 77 This is free software; see the source for copying conditions.  There is NO
 78 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 79 
 80 configure:2045: $? = 0
 81 configure:2047: gcc -v </dev/null >&5
 82 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
 83 Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
 84 Thread model: posix
 85 gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
 86 configure:2050: $? = 0
 87 configure:2052: gcc -V </dev/null >&5
 88 gcc: argument to `-V' is missing
 89 configure:2055: $? = 1
 90 configure:2081: checking for C compiler default output
 91 configure:2084: gcc    conftest.c  >&5
 92 configure:2087: $? = 0
 93 configure:2120: result: a.out
 94 configure:2125: checking whether the C compiler works
 95 configure:2131: ./a.out
 96 configure:2134: $? = 0
 97 configure:2149: result: yes
 98 configure:2156: checking whether we are cross compiling
 99 configure:2158: result: no
100 configure:2161: checking for suffix of executables
101 configure:2163: gcc -o conftest    conftest.c  >&5
102 configure:2166: $? = 0
103 configure:2188: result: 
104 configure:2194: checking for suffix of object files
105 configure:2218: gcc -c   conftest.c >&5
106 configure:2221: $? = 0
107 configure:2240: result: o
108 configure:2244: checking whether we are using the GNU C compiler
109 configure:2271: gcc -c   conftest.c >&5
110 configure:2274: $? = 0
111 configure:2277: test -s conftest.o
112 configure:2280: $? = 0
113 configure:2292: result: yes
114 configure:2298: checking whether gcc accepts -g
115 configure:2322: gcc -c -g  conftest.c >&5
116 configure:2325: $? = 0
117 configure:2328: test -s conftest.o
118 configure:2331: $? = 0
119 configure:2341: result: yes
120 configure:2368: gcc -c -g -O2  conftest.c >&5
121 conftest.c:2: parse error before "me"
122 configure:2371: $? = 1
123 configure: failed program was:
124 #ifndef __cplusplus
125   choke me
126 #endif
127 configure:2496: checking for a BSD-compatible install
128 configure:2550: result: /usr/bin/install -c
129 configure:2561: checking whether make sets ${MAKE}
130 configure:2581: result: yes
131 configure:2678: checking for ld used by GCC
132 configure:2741: result: /usr/bin/ld
133 configure:2750: checking if the linker (/usr/bin/ld) is GNU ld
134 GNU ld version 2.13.90.0.18 20030206
135 configure:2762: result: yes
136 configure:2767: checking for /usr/bin/ld option to reload object files
137 configure:2774: result: -r
138 configure:2779: checking for BSD-compatible nm
139 configure:2815: result: /usr/bin/nm -B
140 configure:2818: checking whether ln -s works
141 configure:2822: result: yes
142 configure:2829: checking how to recognise dependant libraries
143 configure:3001: result: pass_all
144 configure:3014: checking command to parse /usr/bin/nm -B output
145 configure:3095: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
146 configure:3098: $? = 0
147 configure:3102: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
148 configure:3105: $? = 0
149 configure:3157: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith   conftest.c conftstm.o >&5
150 conftest.c:6: warning: `main' is usually a function
151 configure:3160: $? = 0
152 configure:3204: result: ok
153 configure:3213: checking how to run the C preprocessor
154 configure:3239: gcc -E  conftest.c
155 configure:3245: $? = 0
156 configure:3272: gcc -E  conftest.c
157 configure:3268:28: ac_nonexistent.h: No such file or directory
158 configure:3278: $? = 1
159 configure: failed program was:
160 #line 3267 "configure"
161 #include "confdefs.h"
162 #include <ac_nonexistent.h>
163 configure:3315: result: gcc -E
164 configure:3330: gcc -E  conftest.c
165 configure:3336: $? = 0
166 configure:3363: gcc -E  conftest.c
167 configure:3359:28: ac_nonexistent.h: No such file or directory
168 configure:3369: $? = 1
169 configure: failed program was:
170 #line 3358 "configure"
171 #include "confdefs.h"
172 #include <ac_nonexistent.h>
173 configure:3409: checking for ANSI C header files
174 configure:3423: gcc -E  conftest.c
175 configure:3429: $? = 0
176 configure:3514: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith   conftest.c  >&5
177 configure: In function `main':
178 configure:3507: warning: implicit declaration of function `exit'
179 configure:3517: $? = 0
180 configure:3519: ./conftest
181 configure:3522: $? = 0
182 configure:3536: result: yes
183 configure:3560: checking for sys/types.h
184 configure:3573: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
185 configure:3576: $? = 0
186 configure:3579: test -s conftest.o
187 configure:3582: $? = 0
188 configure:3592: result: yes
189 configure:3560: checking for sys/stat.h
190 configure:3573: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
191 configure:3576: $? = 0
192 configure:3579: test -s conftest.o
193 configure:3582: $? = 0
194 configure:3592: result: yes
195 configure:3560: checking for stdlib.h
196 configure:3573: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
197 configure:3576: $? = 0
198 configure:3579: test -s conftest.o
199 configure:3582: $? = 0
200 configure:3592: result: yes
201 configure:3560: checking for string.h
202 configure:3573: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
203 configure:3576: $? = 0
204 configure:3579: test -s conftest.o
205 configure:3582: $? = 0
206 configure:3592: result: yes
207 configure:3560: checking for memory.h
208 configure:3573: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
209 configure:3576: $? = 0
210 configure:3579: test -s conftest.o
211 configure:3582: $? = 0
212 configure:3592: result: yes
213 configure:3560: checking for strings.h
214 configure:3573: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
215 configure:3576: $? = 0
216 configure:3579: test -s conftest.o
217 configure:3582: $? = 0
218 configure:3592: result: yes
219 configure:3560: checking for inttypes.h
220 configure:3573: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
221 configure:3576: $? = 0
222 configure:3579: test -s conftest.o
223 configure:3582: $? = 0
224 configure:3592: result: yes
225 configure:3560: checking for stdint.h
226 configure:3573: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
227 configure:3576: $? = 0
228 configure:3579: test -s conftest.o
229 configure:3582: $? = 0
230 configure:3592: result: yes
231 configure:3560: checking for unistd.h
232 configure:3573: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
233 configure:3576: $? = 0
234 configure:3579: test -s conftest.o
235 configure:3582: $? = 0
236 configure:3592: result: yes
237 configure:3618: checking dlfcn.h usability
238 configure:3627: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
239 configure:3630: $? = 0
240 configure:3633: test -s conftest.o
241 configure:3636: $? = 0
242 configure:3645: result: yes
243 configure:3649: checking dlfcn.h presence
244 configure:3656: gcc -E  conftest.c
245 configure:3662: $? = 0
246 configure:3680: result: yes
247 configure:3698: checking for dlfcn.h
248 configure:3705: result: yes
249 configure:3902: checking for ranlib
250 configure:3918: found /usr/bin/ranlib
251 configure:3929: result: ranlib
252 configure:3982: checking for strip
253 configure:3998: found /usr/bin/strip
254 configure:4009: result: strip
255 configure:4220: checking for objdir
256 configure:4231: result: .libs
257 configure:4248: checking for gcc option to produce PIC
258 configure:4398: result: -fPIC
259 configure:4402: checking if gcc PIC flag -fPIC works
260 configure:4428: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -fPIC -DPIC  conftest.c >&5
261 configure:4431: $? = 0
262 configure:4434: test -s conftest.o
263 configure:4437: $? = 0
264 configure:4474: result: yes
265 configure:4490: checking if gcc static flag -static works
266 configure:4517: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith   -static conftest.c  >&5
267 configure:4520: $? = 0
268 configure:4523: test -s conftest
269 configure:4526: $? = 0
270 configure:4541: result: yes
271 configure:4553: checking if gcc supports -c -o file.o
272 configure:4575: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -o out/conftest2.o  conftest.c >&5
273 configure:4597: result: yes
274 configure:4602: checking if gcc supports -c -o file.lo
275 configure:4632: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -c -o conftest.lo  conftest.c >&5
276 configure: In function `main':
277 configure:4624: warning: unused variable `some_variable'
278 configure:4635: $? = 0
279 configure:4638: test -s conftest.lo
280 configure:4641: $? = 0
281 configure:4662: result: yes
282 configure:4693: checking if gcc supports -fno-rtti -fno-exceptions
283 configure:4718: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
284 configure: In function `main':
285 configure:4710: warning: unused variable `some_variable'
286 configure: In function `main':
287 configure:4710: warning: unused variable `some_variable'
288 configure:4721: $? = 0
289 configure:4724: test -s conftest.o
290 configure:4727: $? = 0
291 configure:4743: result: yes
292 configure:4754: checking whether the linker (/usr/bin/ld) supports shared libraries
293 configure:5435: result: yes
294 configure:5440: checking how to hardcode library paths into programs
295 configure:5464: result: immediate
296 configure:5469: checking whether stripping libraries is possible
297 configure:5474: result: yes
298 configure:5485: checking dynamic linker characteristics
299 configure:5882: result: GNU/Linux ld.so
300 configure:5887: checking if libtool supports shared libraries
301 configure:5889: result: yes
302 configure:5892: checking whether to build shared libraries
303 configure:5913: result: yes
304 configure:5916: checking whether to build static libraries
305 configure:5920: result: no
306 configure:6582: checking whether -lc should be explicitly linked in
307 configure:6590: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith  conftest.c >&5
308 conftest.c:1: warning: `dummy' defined but not used
309 configure:6593: $? = 0
310 configure:6607: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
311 configure:6610: $? = 0
312 configure:6623: result: no
313 configure:7210: checking for SSL directory
314 configure:7238: result: /usr
315 configure:7267: checking for "/dev/urandom"
316 configure:7282: result: yes
317 configure:7302: checking whether to disable RSA support
318 configure:7313: result: no
319 configure:7318: checking whether to enable DH support
320 configure:7329: result: no
321 configure:7342: checking for gethostbyname in -lnsl
322 configure:7375: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith   conftest.c -lnsl   >&5
323 configure:7378: $? = 0
324 configure:7381: test -s conftest
325 configure:7384: $? = 0
326 configure:7395: result: yes
327 configure:7407: checking for socket in -lsocket
328 configure:7440: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith   conftest.c -lsocket  -lnsl  >&5
329 /usr/bin/ld: cannot find -lsocket
330 collect2: ld returned 1 exit status
331 configure:7443: $? = 1
332 configure: failed program was:
333 #line 7414 "configure"
334 #include "confdefs.h"
335 
336 /* Override any gcc2 internal prototype to avoid an error.  */
337 #ifdef __cplusplus
338 extern "C"
339 #endif
340 /* We use char because int might match the return type of a gcc2
341    builtin and then its argument prototype would still apply.  */
342 char socket ();
343 #ifdef F77_DUMMY_MAIN
344 #  ifdef __cplusplus
345      extern "C"
346 #  endif
347    int F77_DUMMY_MAIN() { return 1; }
348 #endif
349 int
350 main ()
351 {
352 socket ();
353   ;
354   return 0;
355 }
356 configure:7460: result: no
357 configure:7473: checking for pthread_create in -lpthread
358 configure:7496: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith   conftest.c -lpthread -lnsl  >&5
359 configure:7499: $? = 0
360 configure:7502: test -s conftest
361 configure:7505: $? = 0
362 configure:7507: result: yes
363 configure:7521: checking for pthread_create in -lc_r
364 configure:7554: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith   conftest.c -lc_r  -lpthread -lnsl  >&5
365 /usr/bin/ld: cannot find -lc_r
366 collect2: ld returned 1 exit status
367 configure:7557: $? = 1
368 configure: failed program was:
369 #line 7528 "configure"
370 #include "confdefs.h"
371 
372 /* Override any gcc2 internal prototype to avoid an error.  */
373 #ifdef __cplusplus
374 extern "C"
375 #endif
376 /* We use char because int might match the return type of a gcc2
377    builtin and then its argument prototype would still apply.  */
378 char pthread_create ();
379 #ifdef F77_DUMMY_MAIN
380 #  ifdef __cplusplus
381      extern "C"
382 #  endif
383    int F77_DUMMY_MAIN() { return 1; }
384 #endif
385 int
386 main ()
387 {
388 pthread_create ();
389   ;
390   return 0;
391 }
392 configure:7574: result: no
393 configure:7587: checking for openpty in -lutil
394 configure:7620: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith   conftest.c -lutil  -lpthread -lnsl  >&5
395 configure:7623: $? = 0
396 configure:7626: test -s conftest
397 configure:7629: $? = 0
398 configure:7640: result: yes
399 configure:7652: checking whether to use the libwrap (TCP wrappers) library
400 configure:7716: result: (default)
401 configure:7718: checking for hosts_access in -lwrap
402 configure:7741: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith   conftest.c -lwrap -lutil -lpthread -lnsl  >&5
403 configure:7744: $? = 0
404 configure:7747: test -s conftest
405 configure:7750: $? = 0
406 configure:7752: result: yes
407 configure:7776: checking for RSAref library
408 configure:7799: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto -lRSAglue -LNONE/lib -lrsaref >&5
409 /usr/bin/ld: cannot find -lRSAglue
410 collect2: ld returned 1 exit status
411 configure:7802: $? = 1
412 configure: failed program was:
413 #line 7780 "configure"
414 #include "confdefs.h"
415 
416 #ifdef F77_DUMMY_MAIN
417 #  ifdef __cplusplus
418      extern "C"
419 #  endif
420    int F77_DUMMY_MAIN() { return 1; }
421 #endif
422 int
423 main ()
424 {
425 
426   ;
427   return 0;
428 }
429 configure:7815: result: no
430 configure:7820: checking for "/dev/ptmx"
431 configure:7835: result: yes
432 configure:7844: checking for "/dev/ptc"
433 configure:7859: result: no
434 configure:7886: checking for unistd.h
435 configure:7891: result: yes
436 configure:7895: checking sys/select.h usability
437 configure:7904: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
438 configure:7907: $? = 0
439 configure:7910: test -s conftest.o
440 configure:7913: $? = 0
441 configure:7922: result: yes
442 configure:7926: checking sys/select.h presence
443 configure:7933: gcc -E  conftest.c
444 configure:7939: $? = 0
445 configure:7957: result: yes
446 configure:7975: checking for sys/select.h
447 configure:7982: result: yes
448 configure:7895: checking tcpd.h usability
449 configure:7904: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
450 configure:7907: $? = 0
451 configure:7910: test -s conftest.o
452 configure:7913: $? = 0
453 configure:7922: result: yes
454 configure:7926: checking tcpd.h presence
455 configure:7933: gcc -E  conftest.c
456 configure:7939: $? = 0
457 configure:7957: result: yes
458 configure:7975: checking for tcpd.h
459 configure:7982: result: yes
460 configure:7895: checking pthread.h usability
461 configure:7904: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
462 configure:7907: $? = 0
463 configure:7910: test -s conftest.o
464 configure:7913: $? = 0
465 configure:7922: result: yes
466 configure:7926: checking pthread.h presence
467 configure:7933: gcc -E  conftest.c
468 configure:7939: $? = 0
469 configure:7957: result: yes
470 configure:7975: checking for pthread.h
471 configure:7982: result: yes
472 configure:7895: checking sys/ioctl.h usability
473 configure:7904: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
474 configure:7907: $? = 0
475 configure:7910: test -s conftest.o
476 configure:7913: $? = 0
477 configure:7922: result: yes
478 configure:7926: checking sys/ioctl.h presence
479 configure:7933: gcc -E  conftest.c
480 configure:7939: $? = 0
481 configure:7957: result: yes
482 configure:7975: checking for sys/ioctl.h
483 configure:7982: result: yes
484 configure:7895: checking util.h usability
485 configure:7904: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
486 configure:7932:18: util.h: No such file or directory
487 configure:7907: $? = 1
488 configure: failed program was:
489 #line 7897 "configure"
490 #include "confdefs.h"
491 #include <stdio.h>
492 #if HAVE_SYS_TYPES_H
493 # include <sys/types.h>
494 #endif
495 #if HAVE_SYS_STAT_H
496 # include <sys/stat.h>
497 #endif
498 #if STDC_HEADERS
499 # include <stdlib.h>
500 # include <stddef.h>
501 #else
502 # if HAVE_STDLIB_H
503 #  include <stdlib.h>
504 # endif
505 #endif
506 #if HAVE_STRING_H
507 # if !STDC_HEADERS && HAVE_MEMORY_H
508 #  include <memory.h>
509 # endif
510 # include <string.h>
511 #endif
512 #if HAVE_STRINGS_H
513 # include <strings.h>
514 #endif
515 #if HAVE_INTTYPES_H
516 # include <inttypes.h>
517 #else
518 # if HAVE_STDINT_H
519 #  include <stdint.h>
520 # endif
521 #endif
522 #if HAVE_UNISTD_H
523 # include <unistd.h>
524 #endif
525 #include <util.h>
526 configure:7922: result: no
527 configure:7926: checking util.h presence
528 configure:7933: gcc -E  conftest.c
529 configure:7929:18: util.h: No such file or directory
530 configure:7939: $? = 1
531 configure: failed program was:
532 #line 7928 "configure"
533 #include "confdefs.h"
534 #include <util.h>
535 configure:7957: result: no
536 configure:7975: checking for util.h
537 configure:7982: result: no
538 configure:7895: checking pty.h usability
539 configure:7904: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
540 configure:7907: $? = 0
541 configure:7910: test -s conftest.o
542 configure:7913: $? = 0
543 configure:7922: result: yes
544 configure:7926: checking pty.h presence
545 configure:7933: gcc -E  conftest.c
546 configure:7939: $? = 0
547 configure:7957: result: yes
548 configure:7975: checking for pty.h
549 configure:7982: result: yes
550 configure:7895: checking stropts.h usability
551 configure:7904: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
552 configure:7907: $? = 0
553 configure:7910: test -s conftest.o
554 configure:7913: $? = 0
555 configure:7922: result: yes
556 configure:7926: checking stropts.h presence
557 configure:7933: gcc -E  conftest.c
558 configure:7939: $? = 0
559 configure:7957: result: yes
560 configure:7975: checking for stropts.h
561 configure:7982: result: yes
562 configure:7895: checking sys/filio.h usability
563 configure:7904: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
564 configure:7932:23: sys/filio.h: No such file or directory
565 configure:7907: $? = 1
566 configure: failed program was:
567 #line 7897 "configure"
568 #include "confdefs.h"
569 #include <stdio.h>
570 #if HAVE_SYS_TYPES_H
571 # include <sys/types.h>
572 #endif
573 #if HAVE_SYS_STAT_H
574 # include <sys/stat.h>
575 #endif
576 #if STDC_HEADERS
577 # include <stdlib.h>
578 # include <stddef.h>
579 #else
580 # if HAVE_STDLIB_H
581 #  include <stdlib.h>
582 # endif
583 #endif
584 #if HAVE_STRING_H
585 # if !STDC_HEADERS && HAVE_MEMORY_H
586 #  include <memory.h>
587 # endif
588 # include <string.h>
589 #endif
590 #if HAVE_STRINGS_H
591 # include <strings.h>
592 #endif
593 #if HAVE_INTTYPES_H
594 # include <inttypes.h>
595 #else
596 # if HAVE_STDINT_H
597 #  include <stdint.h>
598 # endif
599 #endif
600 #if HAVE_UNISTD_H
601 # include <unistd.h>
602 #endif
603 #include <sys/filio.h>
604 configure:7922: result: no
605 configure:7926: checking sys/filio.h presence
606 configure:7933: gcc -E  conftest.c
607 configure:7929:23: sys/filio.h: No such file or directory
608 configure:7939: $? = 1
609 configure: failed program was:
610 #line 7928 "configure"
611 #include "confdefs.h"
612 #include <sys/filio.h>
613 configure:7957: result: no
614 configure:7975: checking for sys/filio.h
615 configure:7982: result: no
616 configure:7895: checking sys/resource.h usability
617 configure:7904: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
618 configure:7907: $? = 0
619 configure:7910: test -s conftest.o
620 configure:7913: $? = 0
621 configure:7922: result: yes
622 configure:7926: checking sys/resource.h presence
623 configure:7933: gcc -E  conftest.c
624 configure:7939: $? = 0
625 configure:7957: result: yes
626 configure:7975: checking for sys/resource.h
627 configure:7982: result: yes
628 configure:8020: checking for snprintf
629 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
630 configure:8066: $? = 0
631 configure:8069: test -s conftest
632 configure:8072: $? = 0
633 configure:8082: result: yes
634 configure:8020: checking for vsnprintf
635 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
636 configure:8066: $? = 0
637 configure:8069: test -s conftest
638 configure:8072: $? = 0
639 configure:8082: result: yes
640 configure:8020: checking for openpty
641 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
642 configure:8066: $? = 0
643 configure:8069: test -s conftest
644 configure:8072: $? = 0
645 configure:8082: result: yes
646 configure:8020: checking for _getpty
647 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
648 /tmp/ccCY8LQp.o(.text+0xf): In function `main':
649 /home/shashank/temp/stunnel-4.04/configure:8053: undefined reference to `_getpty'
650 collect2: ld returned 1 exit status
651 configure:8066: $? = 1
652 configure: failed program was:
653 #line 8025 "configure"
654 #include "confdefs.h"
655 /* System header to define __stub macros and hopefully few prototypes,
656     which can conflict with char _getpty (); below.  */
657 #include <assert.h>
658 /* Override any gcc2 internal prototype to avoid an error.  */
659 #ifdef __cplusplus
660 extern "C"
661 #endif
662 /* We use char because int might match the return type of a gcc2
663    builtin and then its argument prototype would still apply.  */
664 char _getpty ();
665 char (*f) ();
666 
667 #ifdef F77_DUMMY_MAIN
668 #  ifdef __cplusplus
669      extern "C"
670 #  endif
671    int F77_DUMMY_MAIN() { return 1; }
672 #endif
673 int
674 main ()
675 {
676 /* The GNU C library defines this for functions which it implements
677     to always fail with ENOSYS.  Some functions are actually named
678     something starting with __ and the normal name is an alias.  */
679 #if defined (__stub__getpty) || defined (__stub____getpty)
680 choke me
681 #else
682 f = _getpty;
683 #endif
684 
685   ;
686   return 0;
687 }
688 configure:8082: result: no
689 configure:8020: checking for daemon
690 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
691 configure:8066: $? = 0
692 configure:8069: test -s conftest
693 configure:8072: $? = 0
694 configure:8082: result: yes
695 configure:8020: checking for waitpid
696 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
697 configure:8066: $? = 0
698 configure:8069: test -s conftest
699 configure:8072: $? = 0
700 configure:8082: result: yes
701 configure:8020: checking for wait4
702 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
703 configure:8066: $? = 0
704 configure:8069: test -s conftest
705 configure:8072: $? = 0
706 configure:8082: result: yes
707 configure:8020: checking for sysconf
708 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
709 configure:8066: $? = 0
710 configure:8069: test -s conftest
711 configure:8072: $? = 0
712 configure:8082: result: yes
713 configure:8020: checking for getrlimit
714 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
715 configure:8066: $? = 0
716 configure:8069: test -s conftest
717 configure:8072: $? = 0
718 configure:8082: result: yes
719 configure:8020: checking for pthread_sigmask
720 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
721 configure:8066: $? = 0
722 configure:8069: test -s conftest
723 configure:8072: $? = 0
724 configure:8082: result: yes
725 configure:8020: checking for setgroups
726 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
727 configure:8066: $? = 0
728 configure:8069: test -s conftest
729 configure:8072: $? = 0
730 configure:8082: result: yes
731 configure:8020: checking for localtime_r
732 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
733 configure:8066: $? = 0
734 configure:8069: test -s conftest
735 configure:8072: $? = 0
736 configure:8082: result: yes
737 configure:8020: checking for chroot
738 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
739 configure:8066: $? = 0
740 configure:8069: test -s conftest
741 configure:8072: $? = 0
742 configure:8082: result: yes
743 configure:8020: checking for endhostent
744 configure:8063: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
745 configure:8066: $? = 0
746 configure:8069: test -s conftest
747 configure:8072: $? = 0
748 configure:8082: result: yes
749 configure:8093: checking for unsigned char
750 configure:8120: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
751 configure:8123: $? = 0
752 configure:8126: test -s conftest.o
753 configure:8129: $? = 0
754 configure:8139: result: yes
755 configure:8142: checking size of unsigned char
756 configure:8420: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
757 configure:8423: $? = 0
758 configure:8425: ./conftest
759 configure:8428: $? = 0
760 configure:8448: result: 1
761 configure:8455: checking for unsigned short
762 configure:8482: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
763 configure:8485: $? = 0
764 configure:8488: test -s conftest.o
765 configure:8491: $? = 0
766 configure:8501: result: yes
767 configure:8504: checking size of unsigned short
768 configure:8782: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
769 configure:8785: $? = 0
770 configure:8787: ./conftest
771 configure:8790: $? = 0
772 configure:8810: result: 2
773 configure:8817: checking for unsigned int
774 configure:8844: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
775 configure:8847: $? = 0
776 configure:8850: test -s conftest.o
777 configure:8853: $? = 0
778 configure:8863: result: yes
779 configure:8866: checking size of unsigned int
780 configure:9144: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
781 configure:9147: $? = 0
782 configure:9149: ./conftest
783 configure:9152: $? = 0
784 configure:9172: result: 4
785 configure:9179: checking for unsigned long
786 configure:9206: gcc -c -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include  conftest.c >&5
787 configure:9209: $? = 0
788 configure:9212: test -s conftest.o
789 configure:9215: $? = 0
790 configure:9225: result: yes
791 configure:9228: checking size of unsigned long
792 configure:9506: gcc -o conftest -g -O2 -Wall -Wshadow -Wcast-align -Wpointer-arith -I/usr/include   conftest.c -lwrap -lutil -lpthread -lnsl  -L/usr/lib -lssl -lcrypto >&5
793 configure:9509: $? = 0
794 configure:9511: ./conftest
795 configure:9514: $? = 0
796 configure:9534: result: 4
797 configure:9659: creating ./config.status
798 
799 ## ---------------------- ##
800 ## Running config.status. ##
801 ## ---------------------- ##
802 
803 This file was extended by stunnel config.status 4.04, which was
804 generated by GNU Autoconf 2.53.  Invocation command line was
805 
806   CONFIG_FILES    = 
807   CONFIG_HEADERS  = 
808   CONFIG_LINKS    = 
809   CONFIG_COMMANDS = 
810   $ ./config.status 
811 
812 on mia.ece.uic.edu
813 
814 config.status:589: creating Makefile
815 config.status:589: creating src/Makefile
816 config.status:589: creating doc/Makefile
817 config.status:589: creating tools/Makefile
818 config.status:589: creating tools/stunnel.conf-sample
819 config.status:589: creating tools/stunnel.init
820 
821 ## ---------------- ##
822 ## Cache variables. ##
823 ## ---------------- ##
824 
825 ac_cv_build=i686-pc-linux-gnu
826 ac_cv_build_alias=i686-pc-linux-gnu
827 ac_cv_c_compiler_gnu=yes
828 ac_cv_env_CC_set=
829 ac_cv_env_CC_value=
830 ac_cv_env_CFLAGS_set=
831 ac_cv_env_CFLAGS_value=
832 ac_cv_env_CPPFLAGS_set=
833 ac_cv_env_CPPFLAGS_value=
834 ac_cv_env_CPP_set=
835 ac_cv_env_CPP_value=
836 ac_cv_env_LDFLAGS_set=
837 ac_cv_env_LDFLAGS_value=
838 ac_cv_env_build_alias_set=
839 ac_cv_env_build_alias_value=
840 ac_cv_env_host_alias_set=
841 ac_cv_env_host_alias_value=
842 ac_cv_env_target_alias_set=
843 ac_cv_env_target_alias_value=
844 ac_cv_exeext=
845 ac_cv_file___dev_ptc_=no
846 ac_cv_file___dev_ptmx_=yes
847 ac_cv_file___dev_urandom_=yes
848 ac_cv_func__getpty=no
849 ac_cv_func_chroot=yes
850 ac_cv_func_daemon=yes
851 ac_cv_func_endhostent=yes
852 ac_cv_func_getrlimit=yes
853 ac_cv_func_localtime_r=yes
854 ac_cv_func_openpty=yes
855 ac_cv_func_pthread_sigmask=yes
856 ac_cv_func_setgroups=yes
857 ac_cv_func_snprintf=yes
858 ac_cv_func_sysconf=yes
859 ac_cv_func_vsnprintf=yes
860 ac_cv_func_wait4=yes
861 ac_cv_func_waitpid=yes
862 ac_cv_header_dlfcn_h=yes
863 ac_cv_header_inttypes_h=yes
864 ac_cv_header_memory_h=yes
865 ac_cv_header_pthread_h=yes
866 ac_cv_header_pty_h=yes
867 ac_cv_header_stdc=yes
868 ac_cv_header_stdint_h=yes
869 ac_cv_header_stdlib_h=yes
870 ac_cv_header_string_h=yes
871 ac_cv_header_strings_h=yes
872 ac_cv_header_stropts_h=yes
873 ac_cv_header_sys_filio_h=no
874 ac_cv_header_sys_ioctl_h=yes
875 ac_cv_header_sys_resource_h=yes
876 ac_cv_header_sys_select_h=yes
877 ac_cv_header_sys_stat_h=yes
878 ac_cv_header_sys_types_h=yes
879 ac_cv_header_tcpd_h=yes
880 ac_cv_header_unistd_h=yes
881 ac_cv_header_util_h=no
882 ac_cv_host=i686-pc-linux-gnu
883 ac_cv_host_alias=i686-pc-linux-gnu
884 ac_cv_lib_c_r_pthread_create=no
885 ac_cv_lib_nsl_gethostbyname=yes
886 ac_cv_lib_socket_socket=no
887 ac_cv_lib_util_openpty=yes
888 ac_cv_objext=o
889 ac_cv_path_install='/usr/bin/install -c'
890 ac_cv_prog_CPP='gcc -E'
891 ac_cv_prog_ac_ct_CC=gcc
892 ac_cv_prog_ac_ct_RANLIB=ranlib
893 ac_cv_prog_ac_ct_STRIP=strip
894 ac_cv_prog_cc_g=yes
895 ac_cv_prog_make_make_set=yes
896 ac_cv_sizeof_unsigned_char=1
897 ac_cv_sizeof_unsigned_int=4
898 ac_cv_sizeof_unsigned_long=4
899 ac_cv_sizeof_unsigned_short=2
900 ac_cv_type_unsigned_char=yes
901 ac_cv_type_unsigned_int=yes
902 ac_cv_type_unsigned_long=yes
903 ac_cv_type_unsigned_short=yes
904 lt_cv_archive_cmds_need_lc=no
905 lt_cv_compiler_c_o=yes
906 lt_cv_compiler_o_lo=yes
907 lt_cv_deplibs_check_method=pass_all
908 lt_cv_file_magic_cmd='$MAGIC_CMD'
909 lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.2.so'
910 lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
911 lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
912 lt_cv_ld_reload_flag=-r
913 lt_cv_path_LD=/usr/bin/ld
914 lt_cv_path_NM='/usr/bin/nm -B'
915 lt_cv_prog_cc_can_build_shared=yes
916 lt_cv_prog_cc_no_builtin=
917 lt_cv_prog_cc_pic=' -fPIC'
918 lt_cv_prog_cc_pic_works=yes
919 lt_cv_prog_cc_shlib=
920 lt_cv_prog_cc_static=-static
921 lt_cv_prog_cc_static_works=yes
922 lt_cv_prog_cc_wl=-Wl,
923 lt_cv_prog_gnu_ld=yes
924 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
925 lt_cv_sys_path_separator=:
926 
927 ## ----------- ##
928 ## confdefs.h. ##
929 ## ----------- ##
930 
931 #define PACKAGE_NAME "stunnel"
932 #define PACKAGE_TARNAME "stunnel"
933 #define PACKAGE_VERSION "4.04"
934 #define PACKAGE_STRING "stunnel 4.04"
935 #define PACKAGE_BUGREPORT ""
936 #define PACKAGE "stunnel"
937 #define VERSION "4.04"
938 #define STDC_HEADERS 1
939 #define HAVE_SYS_TYPES_H 1
940 #define HAVE_SYS_STAT_H 1
941 #define HAVE_STDLIB_H 1
942 #define HAVE_STRING_H 1
943 #define HAVE_MEMORY_H 1
944 #define HAVE_STRINGS_H 1
945 #define HAVE_INTTYPES_H 1
946 #define HAVE_STDINT_H 1
947 #define HAVE_UNISTD_H 1
948 #define HAVE_DLFCN_H 1
949 #define HAVE_OPENSSL 1
950 #define ssldir "/usr"
951 #define RANDOM_FILE "/dev/urandom"
952 #define HOST "i686-pc-linux-gnu"
953 #define HAVE_LIBNSL 1
954 #define HAVE_LIBPTHREAD 1
955 #define HAVE_LIBUTIL 1
956 #define HAVE_LIBWRAP 1
957 #define HAVE_DEV_PTMX 1
958 #define HAVE_UNISTD_H 1
959 #define HAVE_SYS_SELECT_H 1
960 #define HAVE_TCPD_H 1
961 #define HAVE_PTHREAD_H 1
962 #define HAVE_SYS_IOCTL_H 1
963 #define HAVE_PTY_H 1
964 #define HAVE_STROPTS_H 1
965 #define HAVE_SYS_RESOURCE_H 1
966 #define HAVE_SNPRINTF 1
967 #define HAVE_VSNPRINTF 1
968 #define HAVE_OPENPTY 1
969 #define HAVE_DAEMON 1
970 #define HAVE_WAITPID 1
971 #define HAVE_WAIT4 1
972 #define HAVE_SYSCONF 1
973 #define HAVE_GETRLIMIT 1
974 #define HAVE_PTHREAD_SIGMASK 1
975 #define HAVE_SETGROUPS 1
976 #define HAVE_LOCALTIME_R 1
977 #define HAVE_CHROOT 1
978 #define HAVE_ENDHOSTENT 1
979 #define SIZEOF_UNSIGNED_CHAR 1
980 #define SIZEOF_UNSIGNED_SHORT 2
981 #define SIZEOF_UNSIGNED_INT 4
982 #define SIZEOF_UNSIGNED_LONG 4
983 
984 configure: exit 0

  [ source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.