forked from mohammadhamad/SEEMQTT
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.log
333 lines (312 loc) · 20.7 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:531: checking for flex
configure:565: checking for yywrap in -lfl
configure:584: cc -o conftest conftest.c -lfl 1>&5
configure:609: checking for gcc
configure:722: checking whether the C compiler (gcc ) works
configure:738: gcc -o conftest conftest.c 1>&5
configure:735:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(){return(0);}
^~~~
configure:764: checking whether the C compiler (gcc ) is a cross-compiler
configure:769: checking whether we are using GNU C
configure:778: gcc -E conftest.c
configure:797: checking whether gcc accepts -g
configure:831: checking for ranlib
configure:863: checking for bison
configure:898: checking for openssl
configure:938: checking for rm
configure:974: checking for ar
configure:1010: checking for nroff
configure:1046: checking for tar
configure:1082: checking for true
configure:1118: checking for mkdir
configure:1154: checking for tr
configure:1190: checking for echo
configure:1226: checking for sed
configure:1264: checking for floor in -lm
configure:1283: gcc -o conftest -g -O2 conftest.c -lm -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib 1>&5
configure:1276:6: warning: conflicting types for built-in function 'floor'
char floor();
^~~~~
configure:1304: checking for RSAPrivateDecrypt in -lrsaref
configure:1323: gcc -o conftest -g -O2 conftest.c -lrsaref -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm 1>&5
/usr/bin/ld: cannot find -lrsaref
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1312 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char RSAPrivateDecrypt();
int main() {
RSAPrivateDecrypt()
; return 0; }
configure:1344: checking for i2a_ASN1_STRING in -lcrypto
configure:1363: gcc -o conftest -g -O2 conftest.c -lcrypto -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm 1>&5
configure:1384: checking for RSA_ref_private_encrypt in -lRSAglue
configure:1403: gcc -o conftest -g -O2 conftest.c -lRSAglue -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
/usr/bin/ld: cannot find -lRSAglue
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1392 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char RSA_ref_private_encrypt();
int main() {
RSA_ref_private_encrypt()
; return 0; }
configure:1429: checking how to run the C preprocessor
configure:1450: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1509: checking for ANSI C header files
configure:1522: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1589: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
configure: In function 'main':
configure:1584:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
^~~~
configure:1584:67: warning: incompatible implicit declaration of built-in function 'exit'
configure:1584:67: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:1585:1: warning: incompatible implicit declaration of built-in function 'exit'
exit (0); }
^~~~
configure:1585:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:1613: checking whether time.h and sys/time.h may both be included
configure:1627: gcc -c -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c 1>&5
configure:1651: checking for fcntl.h
configure:1661: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1651: checking for limits.h
configure:1661: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1651: checking for unistd.h
configure:1661: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1651: checking for regex.h
configure:1661: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1651: checking for sys/time.h
configure:1661: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1651: checking for io.h
configure:1661: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1657:16: fatal error: io.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 1656 "configure"
#include "confdefs.h"
#include <io.h>
configure:1691: checking for ssl/crypto.h
configure:1701: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1697:24: fatal error: ssl/crypto.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 1696 "configure"
#include "confdefs.h"
#include <ssl/crypto.h>
configure:1691: checking for openssl/crypto.h
configure:1701: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1691: checking for crypto.h
configure:1701: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1697:20: fatal error: crypto.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 1696 "configure"
#include "confdefs.h"
#include <crypto.h>
configure:1691: checking for memory.h
configure:1701: gcc -E -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c >/dev/null 2>conftest.out
configure:1730: checking for working const
configure:1784: gcc -c -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c 1>&5
configure:1805: checking for u_int
configure:1838: checking for u_char
configure:1874: checking for regcomp
configure:1902: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
configure:1874: checking for open
configure:1902: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
configure:1874: checking for close
configure:1902: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
configure:1874: checking for read
configure:1902: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
configure:1874: checking for _open
configure:1902: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
/tmp/cceyl8cE.o: In function `main':
/home/pi/Downloads/keynote-2.3/configure:1896: undefined reference to `_open'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1879 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _open(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _open();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub__open) || defined (__stub____open)
choke me
#else
_open();
#endif
; return 0; }
configure:1874: checking for _close
configure:1902: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
/tmp/ccMuwXUq.o: In function `main':
/home/pi/Downloads/keynote-2.3/configure:1896: undefined reference to `_close'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1879 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _close(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _close();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub__close) || defined (__stub____close)
choke me
#else
_close();
#endif
; return 0; }
configure:1874: checking for _read
configure:1902: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
/tmp/ccWGngAj.o: In function `main':
/home/pi/Downloads/keynote-2.3/configure:1896: undefined reference to `_read'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1879 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _read(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _read();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub__read) || defined (__stub____read)
choke me
#else
_read();
#endif
; return 0; }
configure:1874: checking for strchr
configure:1902: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
configure:1886:6: warning: conflicting types for built-in function 'strchr'
char $ac_func();
^~~~~~
configure:1874: checking for memcpy
configure:1902: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
configure:1886:6: warning: conflicting types for built-in function 'memcpy'
char $ac_func();
^~~~~~
configure:1929: checking for strcasecmp
configure:1957: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
configure:1941:6: warning: conflicting types for built-in function 'strcasecmp'
char $ac_func();
^~~~~~~~~~
configure:1929: checking for strncasecmp
configure:1957: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
configure:1941:6: warning: conflicting types for built-in function 'strncasecmp'
char $ac_func();
^~~~~~~~~~~
configure:1929: checking for stricmp
configure:1957: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
/tmp/ccCxmZdJ.o: In function `main':
/home/pi/Downloads/keynote-2.3/configure:1951: undefined reference to `stricmp'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1934 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char stricmp(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char stricmp();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_stricmp) || defined (__stub___stricmp)
choke me
#else
stricmp();
#endif
; return 0; }
configure:1929: checking for strnicmp
configure:1957: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
/tmp/cckMXqog.o: In function `main':
/home/pi/Downloads/keynote-2.3/configure:1951: undefined reference to `strnicmp'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1934 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strnicmp(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strnicmp();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strnicmp) || defined (__stub___strnicmp)
choke me
#else
strnicmp();
#endif
; return 0; }
configure:1929: checking for snprintf
configure:1957: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
configure:1941:6: warning: conflicting types for built-in function 'snprintf'
char $ac_func();
^~~~~~~~
configure:1929: checking for __b64_ntop
configure:1957: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5
/tmp/ccUPeoIP.o: In function `main':
/home/pi/Downloads/keynote-2.3/configure:1951: undefined reference to `__b64_ntop'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1934 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char __b64_ntop(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char __b64_ntop();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub___b64_ntop) || defined (__stub_____b64_ntop)
choke me
#else
__b64_ntop();
#endif
; return 0; }
configure:1984: checking for getopt
configure:2012: gcc -o conftest -g -O2 -I/usr/include -I/usr/local/include -I/usr/ssl/include -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include -I/usr/local/openssl/include -I/pkg/include conftest.c -L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib -L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib -lm -lcrypto 1>&5