Project

General

Profile

RE: Trying to cross compile libsodium. » Build.log

Jonathan Cormier, 04/04/2017 02:49 PM

 
1
 $ wget https://download.libsodium.org/libsodium/releases/libsodium-1.0.12.tar.gz
2
--2017-04-04 10:13:14--  https://download.libsodium.org/libsodium/releases/libsodium-1.0.12.tar.gz
3
Resolving download.libsodium.org (download.libsodium.org)... 37.59.238.213
4
Connecting to download.libsodium.org (download.libsodium.org)|37.59.238.213|:443... connected.
5
HTTP request sent, awaiting response... 200 OK
6
Length: 1887284 (1.8M) [application/binary]
7
Saving to: ‘libsodium-1.0.12.tar.gz’
8

    
9
libsodium-1.0.12.tar.gz                100%[============================================================================>]   1.80M   321KB/s    in 5.8s
10

    
11
2017-04-04 10:13:20 (317 KB/s) - ‘libsodium-1.0.12.tar.gz’ saved [1887284/1887284]
12

    
13
 $ tar tzf libsodium-1.0.12.tar.gz
14
libsodium-1.0.12/
15
libsodium-1.0.12/aclocal.m4
16
libsodium-1.0.12/AUTHORS
17
libsodium-1.0.12/autogen.sh
18
libsodium-1.0.12/build-aux/
19
libsodium-1.0.12/ChangeLog
20
libsodium-1.0.12/compile
21
libsodium-1.0.12/config.guess
22
libsodium-1.0.12/config.sub
23
libsodium-1.0.12/configure
24
libsodium-1.0.12/configure.ac
25
libsodium-1.0.12/contrib/
26
libsodium-1.0.12/depcomp
27
libsodium-1.0.12/dist-build/
28
libsodium-1.0.12/install-sh
29
libsodium-1.0.12/libsodium-uninstalled.pc.in
30
libsodium-1.0.12/libsodium.pc.in
31
libsodium-1.0.12/libsodium.sln
32
libsodium-1.0.12/libsodium.vcxproj
33
libsodium-1.0.12/libsodium.vcxproj.filters
34
libsodium-1.0.12/LICENSE
35
libsodium-1.0.12/ltmain.sh
36
libsodium-1.0.12/m4/
37
libsodium-1.0.12/Makefile.am
38
libsodium-1.0.12/Makefile.in
39
libsodium-1.0.12/missing
40
libsodium-1.0.12/msvc-scripts/
41
libsodium-1.0.12/README.markdown
42
libsodium-1.0.12/src/
43
libsodium-1.0.12/test/
44
libsodium-1.0.12/THANKS
45
libsodium-1.0.12/test/default/
46
libsodium-1.0.12/test/Makefile.am
47
libsodium-1.0.12/test/Makefile.in
48
libsodium-1.0.12/test/quirks/
49
libsodium-1.0.12/test/quirks/quirks.h
50
libsodium-1.0.12/test/default/aead_aes256gcm.c
51
libsodium-1.0.12/test/default/aead_aes256gcm.exp
52
libsodium-1.0.12/test/default/aead_chacha20poly1305.c
53
libsodium-1.0.12/test/default/aead_chacha20poly1305.exp
54
libsodium-1.0.12/test/default/aead_xchacha20poly1305.c
55
libsodium-1.0.12/test/default/aead_xchacha20poly1305.exp
56
libsodium-1.0.12/test/default/auth.c
57
libsodium-1.0.12/test/default/auth.exp
58
libsodium-1.0.12/test/default/auth2.c
59
libsodium-1.0.12/test/default/auth2.exp
60
libsodium-1.0.12/test/default/auth3.c
61
libsodium-1.0.12/test/default/auth3.exp
62
libsodium-1.0.12/test/default/auth5.c
63
libsodium-1.0.12/test/default/auth5.exp
64
libsodium-1.0.12/test/default/auth6.c
65
libsodium-1.0.12/test/default/auth6.exp
66
libsodium-1.0.12/test/default/auth7.c
67
libsodium-1.0.12/test/default/auth7.exp
68
libsodium-1.0.12/test/default/box.c
69
libsodium-1.0.12/test/default/box.exp
70
libsodium-1.0.12/test/default/box2.c
71
libsodium-1.0.12/test/default/box2.exp
72
libsodium-1.0.12/test/default/box7.c
73
libsodium-1.0.12/test/default/box7.exp
74
libsodium-1.0.12/test/default/box8.c
75
libsodium-1.0.12/test/default/box8.exp
76
libsodium-1.0.12/test/default/box_easy.c
77
libsodium-1.0.12/test/default/box_easy.exp
78
libsodium-1.0.12/test/default/box_easy2.c
79
libsodium-1.0.12/test/default/box_easy2.exp
80
libsodium-1.0.12/test/default/box_seal.c
81
libsodium-1.0.12/test/default/box_seal.exp
82
libsodium-1.0.12/test/default/box_seed.c
83
libsodium-1.0.12/test/default/box_seed.exp
84
libsodium-1.0.12/test/default/chacha20.c
85
libsodium-1.0.12/test/default/chacha20.exp
86
libsodium-1.0.12/test/default/cmptest.h
87
libsodium-1.0.12/test/default/core1.c
88
libsodium-1.0.12/test/default/core1.exp
89
libsodium-1.0.12/test/default/core2.c
90
libsodium-1.0.12/test/default/core2.exp
91
libsodium-1.0.12/test/default/core3.c
92
libsodium-1.0.12/test/default/core3.exp
93
libsodium-1.0.12/test/default/core4.c
94
libsodium-1.0.12/test/default/core4.exp
95
libsodium-1.0.12/test/default/core5.c
96
libsodium-1.0.12/test/default/core5.exp
97
libsodium-1.0.12/test/default/core6.c
98
libsodium-1.0.12/test/default/core6.exp
99
libsodium-1.0.12/test/default/ed25519_convert.c
100
libsodium-1.0.12/test/default/ed25519_convert.exp
101
libsodium-1.0.12/test/default/generichash.c
102
libsodium-1.0.12/test/default/generichash.exp
103
libsodium-1.0.12/test/default/generichash2.c
104
libsodium-1.0.12/test/default/generichash2.exp
105
libsodium-1.0.12/test/default/generichash3.c
106
libsodium-1.0.12/test/default/generichash3.exp
107
libsodium-1.0.12/test/default/hash.c
108
libsodium-1.0.12/test/default/hash.exp
109
libsodium-1.0.12/test/default/hash2.exp
110
libsodium-1.0.12/test/default/hash3.c
111
libsodium-1.0.12/test/default/hash3.exp
112
libsodium-1.0.12/test/default/kdf.c
113
libsodium-1.0.12/test/default/kdf.exp
114
libsodium-1.0.12/test/default/keygen.c
115
libsodium-1.0.12/test/default/keygen.exp
116
libsodium-1.0.12/test/default/kx.c
117
libsodium-1.0.12/test/default/kx.exp
118
libsodium-1.0.12/test/default/Makefile.am
119
libsodium-1.0.12/test/default/Makefile.in
120
libsodium-1.0.12/test/default/onetimeauth.c
121
libsodium-1.0.12/test/default/onetimeauth.exp
122
libsodium-1.0.12/test/default/onetimeauth2.c
123
libsodium-1.0.12/test/default/onetimeauth2.exp
124
libsodium-1.0.12/test/default/onetimeauth7.c
125
libsodium-1.0.12/test/default/onetimeauth7.exp
126
libsodium-1.0.12/test/default/pre.js.inc
127
libsodium-1.0.12/test/default/pwhash.c
128
libsodium-1.0.12/test/default/pwhash.exp
129
libsodium-1.0.12/test/default/pwhash_scrypt.c
130
libsodium-1.0.12/test/default/pwhash_scrypt.exp
131
libsodium-1.0.12/test/default/pwhash_scrypt_ll.c
132
libsodium-1.0.12/test/default/pwhash_scrypt_ll.exp
133
libsodium-1.0.12/test/default/randombytes.c
134
libsodium-1.0.12/test/default/randombytes.exp
135
libsodium-1.0.12/test/default/scalarmult.c
136
libsodium-1.0.12/test/default/scalarmult.exp
137
libsodium-1.0.12/test/default/scalarmult2.c
138
libsodium-1.0.12/test/default/scalarmult2.exp
139
libsodium-1.0.12/test/default/scalarmult5.c
140
libsodium-1.0.12/test/default/scalarmult5.exp
141
libsodium-1.0.12/test/default/scalarmult6.c
142
libsodium-1.0.12/test/default/scalarmult6.exp
143
libsodium-1.0.12/test/default/scalarmult7.c
144
libsodium-1.0.12/test/default/scalarmult7.exp
145
libsodium-1.0.12/test/default/secretbox.c
146
libsodium-1.0.12/test/default/secretbox.exp
147
libsodium-1.0.12/test/default/secretbox2.c
148
libsodium-1.0.12/test/default/secretbox2.exp
149
libsodium-1.0.12/test/default/secretbox7.c
150
libsodium-1.0.12/test/default/secretbox7.exp
151
libsodium-1.0.12/test/default/secretbox8.c
152
libsodium-1.0.12/test/default/secretbox8.exp
153
libsodium-1.0.12/test/default/secretbox_easy.c
154
libsodium-1.0.12/test/default/secretbox_easy.exp
155
libsodium-1.0.12/test/default/secretbox_easy2.c
156
libsodium-1.0.12/test/default/secretbox_easy2.exp
157
libsodium-1.0.12/test/default/shorthash.c
158
libsodium-1.0.12/test/default/shorthash.exp
159
libsodium-1.0.12/test/default/sign.c
160
libsodium-1.0.12/test/default/sign.exp
161
libsodium-1.0.12/test/default/siphashx24.c
162
libsodium-1.0.12/test/default/siphashx24.exp
163
libsodium-1.0.12/test/default/sodium_core.c
164
libsodium-1.0.12/test/default/sodium_core.exp
165
libsodium-1.0.12/test/default/sodium_utils.c
166
libsodium-1.0.12/test/default/sodium_utils.exp
167
libsodium-1.0.12/test/default/sodium_utils2.c
168
libsodium-1.0.12/test/default/sodium_utils2.exp
169
libsodium-1.0.12/test/default/sodium_utils3.c
170
libsodium-1.0.12/test/default/sodium_utils3.exp
171
libsodium-1.0.12/test/default/sodium_version.c
172
libsodium-1.0.12/test/default/sodium_version.exp
173
libsodium-1.0.12/test/default/stream.c
174
libsodium-1.0.12/test/default/stream.exp
175
libsodium-1.0.12/test/default/stream2.c
176
libsodium-1.0.12/test/default/stream2.exp
177
libsodium-1.0.12/test/default/stream3.c
178
libsodium-1.0.12/test/default/stream3.exp
179
libsodium-1.0.12/test/default/stream4.c
180
libsodium-1.0.12/test/default/stream4.exp
181
libsodium-1.0.12/test/default/verify1.c
182
libsodium-1.0.12/test/default/verify1.exp
183
libsodium-1.0.12/test/default/wintest.bat
184
libsodium-1.0.12/test/default/xchacha20.c
185
libsodium-1.0.12/test/default/xchacha20.exp
186
libsodium-1.0.12/src/libsodium/
187
libsodium-1.0.12/src/Makefile.am
188
libsodium-1.0.12/src/Makefile.in
189
libsodium-1.0.12/src/libsodium/crypto_aead/
190
libsodium-1.0.12/src/libsodium/crypto_auth/
191
libsodium-1.0.12/src/libsodium/crypto_box/
192
libsodium-1.0.12/src/libsodium/crypto_core/
193
libsodium-1.0.12/src/libsodium/crypto_generichash/
194
libsodium-1.0.12/src/libsodium/crypto_hash/
195
libsodium-1.0.12/src/libsodium/crypto_kdf/
196
libsodium-1.0.12/src/libsodium/crypto_kx/
197
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/
198
libsodium-1.0.12/src/libsodium/crypto_pwhash/
199
libsodium-1.0.12/src/libsodium/crypto_scalarmult/
200
libsodium-1.0.12/src/libsodium/crypto_secretbox/
201
libsodium-1.0.12/src/libsodium/crypto_shorthash/
202
libsodium-1.0.12/src/libsodium/crypto_sign/
203
libsodium-1.0.12/src/libsodium/crypto_stream/
204
libsodium-1.0.12/src/libsodium/crypto_verify/
205
libsodium-1.0.12/src/libsodium/include/
206
libsodium-1.0.12/src/libsodium/Makefile.am
207
libsodium-1.0.12/src/libsodium/Makefile.in
208
libsodium-1.0.12/src/libsodium/randombytes/
209
libsodium-1.0.12/src/libsodium/sodium/
210
libsodium-1.0.12/src/libsodium/sodium/core.c
211
libsodium-1.0.12/src/libsodium/sodium/runtime.c
212
libsodium-1.0.12/src/libsodium/sodium/utils.c
213
libsodium-1.0.12/src/libsodium/sodium/version.c
214
libsodium-1.0.12/src/libsodium/randombytes/nativeclient/
215
libsodium-1.0.12/src/libsodium/randombytes/randombytes.c
216
libsodium-1.0.12/src/libsodium/randombytes/salsa20/
217
libsodium-1.0.12/src/libsodium/randombytes/sysrandom/
218
libsodium-1.0.12/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c
219
libsodium-1.0.12/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c
220
libsodium-1.0.12/src/libsodium/randombytes/nativeclient/randombytes_nativeclient.c
221
libsodium-1.0.12/src/libsodium/include/Makefile.am
222
libsodium-1.0.12/src/libsodium/include/Makefile.in
223
libsodium-1.0.12/src/libsodium/include/sodium/
224
libsodium-1.0.12/src/libsodium/include/sodium.h
225
libsodium-1.0.12/src/libsodium/include/sodium/core.h
226
libsodium-1.0.12/src/libsodium/include/sodium/crypto_aead_aes256gcm.h
227
libsodium-1.0.12/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h
228
libsodium-1.0.12/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h
229
libsodium-1.0.12/src/libsodium/include/sodium/crypto_auth.h
230
libsodium-1.0.12/src/libsodium/include/sodium/crypto_auth_hmacsha256.h
231
libsodium-1.0.12/src/libsodium/include/sodium/crypto_auth_hmacsha512.h
232
libsodium-1.0.12/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h
233
libsodium-1.0.12/src/libsodium/include/sodium/crypto_box.h
234
libsodium-1.0.12/src/libsodium/include/sodium/crypto_box_curve25519xchacha20poly1305.h
235
libsodium-1.0.12/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h
236
libsodium-1.0.12/src/libsodium/include/sodium/crypto_core_hchacha20.h
237
libsodium-1.0.12/src/libsodium/include/sodium/crypto_core_hsalsa20.h
238
libsodium-1.0.12/src/libsodium/include/sodium/crypto_core_salsa20.h
239
libsodium-1.0.12/src/libsodium/include/sodium/crypto_core_salsa2012.h
240
libsodium-1.0.12/src/libsodium/include/sodium/crypto_core_salsa208.h
241
libsodium-1.0.12/src/libsodium/include/sodium/crypto_generichash.h
242
libsodium-1.0.12/src/libsodium/include/sodium/crypto_generichash_blake2b.h
243
libsodium-1.0.12/src/libsodium/include/sodium/crypto_hash.h
244
libsodium-1.0.12/src/libsodium/include/sodium/crypto_hash_sha256.h
245
libsodium-1.0.12/src/libsodium/include/sodium/crypto_hash_sha512.h
246
libsodium-1.0.12/src/libsodium/include/sodium/crypto_kdf.h
247
libsodium-1.0.12/src/libsodium/include/sodium/crypto_kdf_blake2b.h
248
libsodium-1.0.12/src/libsodium/include/sodium/crypto_kx.h
249
libsodium-1.0.12/src/libsodium/include/sodium/crypto_onetimeauth.h
250
libsodium-1.0.12/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h
251
libsodium-1.0.12/src/libsodium/include/sodium/crypto_pwhash.h
252
libsodium-1.0.12/src/libsodium/include/sodium/crypto_pwhash_argon2i.h
253
libsodium-1.0.12/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h
254
libsodium-1.0.12/src/libsodium/include/sodium/crypto_scalarmult.h
255
libsodium-1.0.12/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h
256
libsodium-1.0.12/src/libsodium/include/sodium/crypto_secretbox.h
257
libsodium-1.0.12/src/libsodium/include/sodium/crypto_secretbox_xchacha20poly1305.h
258
libsodium-1.0.12/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h
259
libsodium-1.0.12/src/libsodium/include/sodium/crypto_shorthash.h
260
libsodium-1.0.12/src/libsodium/include/sodium/crypto_shorthash_siphash24.h
261
libsodium-1.0.12/src/libsodium/include/sodium/crypto_sign.h
262
libsodium-1.0.12/src/libsodium/include/sodium/crypto_sign_ed25519.h
263
libsodium-1.0.12/src/libsodium/include/sodium/crypto_sign_edwards25519sha512batch.h
264
libsodium-1.0.12/src/libsodium/include/sodium/crypto_stream.h
265
libsodium-1.0.12/src/libsodium/include/sodium/crypto_stream_aes128ctr.h
266
libsodium-1.0.12/src/libsodium/include/sodium/crypto_stream_chacha20.h
267
libsodium-1.0.12/src/libsodium/include/sodium/crypto_stream_salsa20.h
268
libsodium-1.0.12/src/libsodium/include/sodium/crypto_stream_salsa2012.h
269
libsodium-1.0.12/src/libsodium/include/sodium/crypto_stream_salsa208.h
270
libsodium-1.0.12/src/libsodium/include/sodium/crypto_stream_xchacha20.h
271
libsodium-1.0.12/src/libsodium/include/sodium/crypto_stream_xsalsa20.h
272
libsodium-1.0.12/src/libsodium/include/sodium/crypto_verify_16.h
273
libsodium-1.0.12/src/libsodium/include/sodium/crypto_verify_32.h
274
libsodium-1.0.12/src/libsodium/include/sodium/crypto_verify_64.h
275
libsodium-1.0.12/src/libsodium/include/sodium/export.h
276
libsodium-1.0.12/src/libsodium/include/sodium/private/
277
libsodium-1.0.12/src/libsodium/include/sodium/randombytes.h
278
libsodium-1.0.12/src/libsodium/include/sodium/randombytes_nativeclient.h
279
libsodium-1.0.12/src/libsodium/include/sodium/randombytes_salsa20_random.h
280
libsodium-1.0.12/src/libsodium/include/sodium/randombytes_sysrandom.h
281
libsodium-1.0.12/src/libsodium/include/sodium/runtime.h
282
libsodium-1.0.12/src/libsodium/include/sodium/utils.h
283
libsodium-1.0.12/src/libsodium/include/sodium/version.h.in
284
libsodium-1.0.12/src/libsodium/include/sodium/private/common.h
285
libsodium-1.0.12/src/libsodium/include/sodium/private/curve25519_ref10.h
286
libsodium-1.0.12/src/libsodium/include/sodium/private/mutex.h
287
libsodium-1.0.12/src/libsodium/include/sodium/private/sse2_64_32.h
288
libsodium-1.0.12/src/libsodium/crypto_verify/sodium/
289
libsodium-1.0.12/src/libsodium/crypto_verify/sodium/verify.c
290
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/
291
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/
292
libsodium-1.0.12/src/libsodium/crypto_stream/crypto_stream.c
293
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/
294
libsodium-1.0.12/src/libsodium/crypto_stream/salsa2012/
295
libsodium-1.0.12/src/libsodium/crypto_stream/salsa208/
296
libsodium-1.0.12/src/libsodium/crypto_stream/xchacha20/
297
libsodium-1.0.12/src/libsodium/crypto_stream/xsalsa20/
298
libsodium-1.0.12/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c
299
libsodium-1.0.12/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c
300
libsodium-1.0.12/src/libsodium/crypto_stream/salsa208/ref/
301
libsodium-1.0.12/src/libsodium/crypto_stream/salsa208/stream_salsa208.c
302
libsodium-1.0.12/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c
303
libsodium-1.0.12/src/libsodium/crypto_stream/salsa2012/ref/
304
libsodium-1.0.12/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c
305
libsodium-1.0.12/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c
306
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/ref/
307
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/stream_salsa20.c
308
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/stream_salsa20.h
309
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6/
310
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6int/
311
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c
312
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.h
313
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c
314
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h
315
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6int/u0.h
316
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6int/u1.h
317
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6int/u4.h
318
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6int/u8.h
319
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
320
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c
321
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.h
322
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c
323
libsodium-1.0.12/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h
324
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/dolbeau/
325
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/ref/
326
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/stream_chacha20.c
327
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/stream_chacha20.h
328
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c
329
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h
330
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c
331
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.h
332
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c
333
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.h
334
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/dolbeau/u0.h
335
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/dolbeau/u1.h
336
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/dolbeau/u4.h
337
libsodium-1.0.12/src/libsodium/crypto_stream/chacha20/dolbeau/u8.h
338
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/nacl/
339
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr.c
340
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c
341
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c
342
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/nacl/common.h
343
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/nacl/consts.h
344
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c
345
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/nacl/int128.h
346
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c
347
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c
348
libsodium-1.0.12/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c
349
libsodium-1.0.12/src/libsodium/crypto_sign/crypto_sign.c
350
libsodium-1.0.12/src/libsodium/crypto_sign/ed25519/
351
libsodium-1.0.12/src/libsodium/crypto_sign/ed25519/ref10/
352
libsodium-1.0.12/src/libsodium/crypto_sign/ed25519/sign_ed25519.c
353
libsodium-1.0.12/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h
354
libsodium-1.0.12/src/libsodium/crypto_sign/ed25519/ref10/keypair.c
355
libsodium-1.0.12/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c
356
libsodium-1.0.12/src/libsodium/crypto_sign/ed25519/ref10/open.c
357
libsodium-1.0.12/src/libsodium/crypto_sign/ed25519/ref10/sign.c
358
libsodium-1.0.12/src/libsodium/crypto_shorthash/crypto_shorthash.c
359
libsodium-1.0.12/src/libsodium/crypto_shorthash/siphash24/
360
libsodium-1.0.12/src/libsodium/crypto_shorthash/siphash24/ref/
361
libsodium-1.0.12/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c
362
libsodium-1.0.12/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c
363
libsodium-1.0.12/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c
364
libsodium-1.0.12/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h
365
libsodium-1.0.12/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c
366
libsodium-1.0.12/src/libsodium/crypto_secretbox/crypto_secretbox.c
367
libsodium-1.0.12/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c
368
libsodium-1.0.12/src/libsodium/crypto_secretbox/xchacha20poly1305/
369
libsodium-1.0.12/src/libsodium/crypto_secretbox/xsalsa20poly1305/
370
libsodium-1.0.12/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c
371
libsodium-1.0.12/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c
372
libsodium-1.0.12/src/libsodium/crypto_scalarmult/crypto_scalarmult.c
373
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/
374
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/donna_c64/
375
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/ref10/
376
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
377
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c
378
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.h
379
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts.S
380
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/consts_namespace.h
381
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c
382
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.h
383
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe.h
384
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51.h
385
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_invert.c
386
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_mul.S
387
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_namespace.h
388
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S
389
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe51_pack.S
390
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c
391
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.h
392
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder.S
393
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.h
394
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base.S
395
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_base_namespace.h
396
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ladder_namespace.h
397
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/sandy2x/sandy2x.S
398
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c
399
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.h
400
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c
401
libsodium-1.0.12/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.h
402
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/
403
libsodium-1.0.12/src/libsodium/crypto_pwhash/crypto_pwhash.c
404
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
405
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
406
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h
407
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
408
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
409
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h
410
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
411
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
412
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
413
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
414
libsodium-1.0.12/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
415
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/argon2-core.c
416
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/argon2-core.h
417
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c
418
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h
419
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c
420
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c
421
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/argon2.c
422
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/argon2.h
423
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/blake2b-long.c
424
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/blake2b-long.h
425
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/blamka-round-ref.h
426
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/blamka-round-ssse3.h
427
libsodium-1.0.12/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c
428
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c
429
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/
430
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/donna/
431
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c
432
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.h
433
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/sse2/
434
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c
435
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h
436
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c
437
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h
438
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h
439
libsodium-1.0.12/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h
440
libsodium-1.0.12/src/libsodium/crypto_kx/crypto_kx.c
441
libsodium-1.0.12/src/libsodium/crypto_kdf/blake2b/
442
libsodium-1.0.12/src/libsodium/crypto_kdf/crypto_kdf.c
443
libsodium-1.0.12/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c
444
libsodium-1.0.12/src/libsodium/crypto_hash/crypto_hash.c
445
libsodium-1.0.12/src/libsodium/crypto_hash/sha256/
446
libsodium-1.0.12/src/libsodium/crypto_hash/sha512/
447
libsodium-1.0.12/src/libsodium/crypto_hash/sha512/cp/
448
libsodium-1.0.12/src/libsodium/crypto_hash/sha512/hash_sha512.c
449
libsodium-1.0.12/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c
450
libsodium-1.0.12/src/libsodium/crypto_hash/sha256/cp/
451
libsodium-1.0.12/src/libsodium/crypto_hash/sha256/hash_sha256.c
452
libsodium-1.0.12/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c
453
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/
454
libsodium-1.0.12/src/libsodium/crypto_generichash/crypto_generichash.c
455
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c
456
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/
457
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2.h
458
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c
459
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.h
460
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c
461
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c
462
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.h
463
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c
464
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.h
465
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-avx2.h
466
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse2.h
467
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse41.h
468
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c
469
libsodium-1.0.12/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c
470
libsodium-1.0.12/src/libsodium/crypto_core/curve25519/
471
libsodium-1.0.12/src/libsodium/crypto_core/hchacha20/
472
libsodium-1.0.12/src/libsodium/crypto_core/hsalsa20/
473
libsodium-1.0.12/src/libsodium/crypto_core/salsa/
474
libsodium-1.0.12/src/libsodium/crypto_core/salsa/ref/
475
libsodium-1.0.12/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c
476
libsodium-1.0.12/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c
477
libsodium-1.0.12/src/libsodium/crypto_core/hsalsa20/ref2/
478
libsodium-1.0.12/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c
479
libsodium-1.0.12/src/libsodium/crypto_core/hchacha20/core_hchacha20.c
480
libsodium-1.0.12/src/libsodium/crypto_core/curve25519/ref10/
481
libsodium-1.0.12/src/libsodium/crypto_core/curve25519/ref10/base.h
482
libsodium-1.0.12/src/libsodium/crypto_core/curve25519/ref10/base2.h
483
libsodium-1.0.12/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c
484
libsodium-1.0.12/src/libsodium/crypto_box/crypto_box.c
485
libsodium-1.0.12/src/libsodium/crypto_box/crypto_box_easy.c
486
libsodium-1.0.12/src/libsodium/crypto_box/crypto_box_seal.c
487
libsodium-1.0.12/src/libsodium/crypto_box/curve25519xchacha20poly1305/
488
libsodium-1.0.12/src/libsodium/crypto_box/curve25519xsalsa20poly1305/
489
libsodium-1.0.12/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c
490
libsodium-1.0.12/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c
491
libsodium-1.0.12/src/libsodium/crypto_auth/crypto_auth.c
492
libsodium-1.0.12/src/libsodium/crypto_auth/hmacsha256/
493
libsodium-1.0.12/src/libsodium/crypto_auth/hmacsha512/
494
libsodium-1.0.12/src/libsodium/crypto_auth/hmacsha512256/
495
libsodium-1.0.12/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c
496
libsodium-1.0.12/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c
497
libsodium-1.0.12/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c
498
libsodium-1.0.12/src/libsodium/crypto_aead/aes256gcm/
499
libsodium-1.0.12/src/libsodium/crypto_aead/chacha20poly1305/
500
libsodium-1.0.12/src/libsodium/crypto_aead/xchacha20poly1305/
501
libsodium-1.0.12/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
502
libsodium-1.0.12/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c
503
libsodium-1.0.12/src/libsodium/crypto_aead/chacha20poly1305/sodium/
504
libsodium-1.0.12/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
505
libsodium-1.0.12/src/libsodium/crypto_aead/aes256gcm/aesni/
506
libsodium-1.0.12/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c
507
libsodium-1.0.12/msvc-scripts/Makefile.am
508
libsodium-1.0.12/msvc-scripts/Makefile.in
509
libsodium-1.0.12/msvc-scripts/process.bat
510
libsodium-1.0.12/msvc-scripts/rep.vbs
511
libsodium-1.0.12/msvc-scripts/sodium.props
512
libsodium-1.0.12/m4/ax_check_compile_flag.m4
513
libsodium-1.0.12/m4/ax_check_define.m4
514
libsodium-1.0.12/m4/ax_check_link_flag.m4
515
libsodium-1.0.12/m4/ax_pthread.m4
516
libsodium-1.0.12/m4/ax_valgrind_check.m4
517
libsodium-1.0.12/m4/ld-output-def.m4
518
libsodium-1.0.12/m4/libtool.m4
519
libsodium-1.0.12/m4/ltoptions.m4
520
libsodium-1.0.12/m4/ltsugar.m4
521
libsodium-1.0.12/m4/ltversion.m4
522
libsodium-1.0.12/m4/lt~obsolete.m4
523
libsodium-1.0.12/dist-build/android-arm.sh
524
libsodium-1.0.12/dist-build/android-armv7-a.sh
525
libsodium-1.0.12/dist-build/android-armv8-a.sh
526
libsodium-1.0.12/dist-build/android-build.sh
527
libsodium-1.0.12/dist-build/android-mips32.sh
528
libsodium-1.0.12/dist-build/android-mips64.sh
529
libsodium-1.0.12/dist-build/android-x86.sh
530
libsodium-1.0.12/dist-build/android-x86_64.sh
531
libsodium-1.0.12/dist-build/emscripten.sh
532
libsodium-1.0.12/dist-build/ios.sh
533
libsodium-1.0.12/dist-build/Makefile.am
534
libsodium-1.0.12/dist-build/Makefile.in
535
libsodium-1.0.12/dist-build/msys2-win32.sh
536
libsodium-1.0.12/dist-build/msys2-win64.sh
537
libsodium-1.0.12/dist-build/nativeclient-pnacl.sh
538
libsodium-1.0.12/dist-build/nativeclient-x86.sh
539
libsodium-1.0.12/dist-build/nativeclient-x86_64.sh
540
libsodium-1.0.12/contrib/Findsodium.cmake
541
libsodium-1.0.12/contrib/Makefile.am
542
libsodium-1.0.12/contrib/Makefile.in
543
libsodium-1.0.12/build-aux/compile
544
libsodium-1.0.12/build-aux/config.guess
545
libsodium-1.0.12/build-aux/config.sub
546
libsodium-1.0.12/build-aux/depcomp
547
libsodium-1.0.12/build-aux/install-sh
548
libsodium-1.0.12/build-aux/ltmain.sh
549
libsodium-1.0.12/build-aux/missing
550
libsodium-1.0.12/build-aux/test-driver
551
 $ tar xzf libsodium-1.0.12.tar.gz
552
 $ cd libsodium-1.0.12/
553
 $ . /usr/local/oecore-i686/environment-setup-armv5te-angstrom-linux-gnueabi
554
 $ export LDFLAGS='--specs=nosys.specs'
555
 $ export CFLAGS='-Os'
556
 $ ./configure --host=arm-angstrom-linux-gnueabi
557
configure: loading site script /usr/local/oecore-x86_64/site-config-armv5te-angstrom-linux-gnueabi
558
checking build system type... x86_64-unknown-linux-gnu
559
checking host system type... arm-angstrom-linux-gnueabi
560
checking for a BSD-compatible install... /usr/bin/install -c
561
checking whether build environment is sane... yes
562
checking for arm-angstrom-linux-gnueabi-strip... arm-angstrom-linux-gnueabi-strip
563
checking for a thread-safe mkdir -p... /bin/mkdir -p
564
checking for gawk... gawk
565
checking whether make sets $(MAKE)... yes
566
checking whether make supports nested variables... yes
567
checking whether UID '9338' is supported by ustar format... yes
568
checking whether GID '502' is supported by ustar format... yes
569
checking how to create a ustar tar archive... gnutar
570
checking whether make supports nested variables... (cached) yes
571
checking whether to enable maintainer-specific portions of Makefiles... no
572
checking for style of include used by make... GNU
573
checking for arm-angstrom-linux-gnueabi-gcc... arm-angstrom-linux-gnueabi-gcc
574
checking whether the C compiler works... no
575
configure: error: in `/home/jcormier/projects/l138/libsodium-1.0.12':
576
configure: error: C compiler cannot create executables
577
See `config.log' for more details
578
 $ arm-angstrom-linux-gnueabi-gcc -v
579
Using built-in specs.
580
COLLECT_GCC=arm-angstrom-linux-gnueabi-gcc
581
COLLECT_LTO_WRAPPER=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/lto-wrapper
582
Target: arm-angstrom-linux-gnueabi
583
Configured with: /space/projects/oe/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/work-shared/gcc-4.5-r49+svnr184907/gcc-4_5-branch/configure --build=x86_64-linux --host=x86_64-angstromsdk-linux --target=arm-angstrom-linux-gnueabi --prefix=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr --exec_prefix=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr
584
--bindir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/bin/armv5te-angstrom-linux-gnueabi --sbindir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/bin/armv5te-angstrom-linux-gnueabi --libexecdir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/libexec/armv5te-angstrom-linux-gnueabi --datadir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/share --sysconfdir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/etc
585
--sharedstatedir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/com --localstatedir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/var --libdir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/lib/armv5te-angstrom-linux-gnueabi --includedir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/include --oldincludedir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/include
586
--infodir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/share/info --mandir=/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/space/projects/oe/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-nativesdk-angstromsdk-linux --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long
587
--enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-angstrom-linux-gnueabi- --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-linker-hash-style=gnu --with-ppl=no --with-cloog=no --enable-cheaders=c_global --with-float=soft --with-local-prefix=/usr/local/oecore-x86_64/sysroots/armv5te-angstrom-linux-gnueabi/usr
588
--with-gxx-include-dir=/usr/local/oecore-x86_64/sysroots/armv5te-angstrom-linux-gnueabi/usr/include/c++ --with-build-time-tools=/space/projects/oe/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-linux/usr/arm-angstrom-linux-gnueabi/bin --with-sysroot=/usr/local/oecore-x86_64/sysroots/armv5te-angstrom-linux-gnueabi --with-build-sysroot=/space/projects/oe/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/sysroots/mityomapl138 --disable-libunwind-exceptions
589
--disable-libssp --disable-libgomp --disable-libmudflap --with-mpfr=/space/projects/oe/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-nativesdk-angstromsdk-linux --with-mpc=/space/projects/oe/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/sysroots/x86_64-nativesdk-angstromsdk-linux --enable-nls --enable-__cxa_atexit
590
Thread model: posix
591
gcc version 4.5.4 20120305 (prerelease) (GCC)
592
 $ vim config.log
593
 $ export LDFLAGS=
594
 $ ./configure --host=arm-angstrom-linux-gnueabi
595
configure: loading site script /usr/local/oecore-x86_64/site-config-armv5te-angstrom-linux-gnueabi
596
checking build system type... x86_64-unknown-linux-gnu
597
checking host system type... arm-angstrom-linux-gnueabi
598
checking for a BSD-compatible install... /usr/bin/install -c
599
checking whether build environment is sane... yes
600
checking for arm-angstrom-linux-gnueabi-strip... arm-angstrom-linux-gnueabi-strip
601
checking for a thread-safe mkdir -p... /bin/mkdir -p
602
checking for gawk... gawk
603
checking whether make sets $(MAKE)... yes
604
checking whether make supports nested variables... yes
605
checking whether UID '9338' is supported by ustar format... yes
606
checking whether GID '502' is supported by ustar format... yes
607
checking how to create a ustar tar archive... gnutar
608
checking whether make supports nested variables... (cached) yes
609
checking whether to enable maintainer-specific portions of Makefiles... no
610
checking for style of include used by make... GNU
611
checking for arm-angstrom-linux-gnueabi-gcc... arm-angstrom-linux-gnueabi-gcc
612
checking whether the C compiler works... yes
613
checking for C compiler default output file name... a.out
614
checking for suffix of executables...
615
checking whether we are cross compiling... yes
616
checking for suffix of object files... o
617
checking whether we are using the GNU C compiler... yes
618
checking whether arm-angstrom-linux-gnueabi-gcc accepts -g... yes
619
checking for arm-angstrom-linux-gnueabi-gcc option to accept ISO C89... none needed
620
checking whether arm-angstrom-linux-gnueabi-gcc understands -c and -o together... yes
621
checking dependency style of arm-angstrom-linux-gnueabi-gcc... gcc3
622
checking for a sed that does not truncate output... /bin/sed
623
checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E
624
checking for grep that handles long lines and -e... /bin/grep
625
checking for egrep... /bin/grep -E
626
checking whether arm-angstrom-linux-gnueabi-gcc is Clang... no
627
checking whether pthreads work with -pthread... yes
628
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
629
checking whether more special flags are required for pthreads... no
630
checking for PTHREAD_PRIO_INHERIT... no
631
checking for arm-angstrom-linux-gnueabi-gcc option to accept ISO C99... -std=gnu99
632
checking dependency style of arm-angstrom-linux-gnueabi-gcc -std=gnu99... gcc3
633
checking for ANSI C header files... (cached) yes
634
checking for sys/types.h... (cached) yes
635
checking for sys/stat.h... (cached) yes
636
checking for stdlib.h... (cached) yes
637
checking for string.h... (cached) yes
638
checking for memory.h... (cached) yes
639
checking for strings.h... (cached) yes
640
checking for inttypes.h... (cached) yes
641
checking for stdint.h... (cached) yes
642
checking for unistd.h... (cached) yes
643
checking minix/config.h usability... no
644
checking minix/config.h presence... no
645
checking for minix/config.h... no
646
checking whether it is safe to define __EXTENSIONS__... yes
647
checking for __native_client__ defined... no
648
checking for _FORTIFY_SOURCE defined... no
649
checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes
650
checking whether C compiler accepts -fvisibility=hidden... yes
651
checking whether C compiler accepts -fPIC... yes
652
checking whether C compiler accepts -fPIE... yes
653
checking whether the linker accepts -pie... yes
654
checking whether C compiler accepts -fno-strict-aliasing... yes
655
checking whether C compiler accepts -fno-strict-overflow... yes
656
checking whether C compiler accepts -fstack-protector... yes
657
checking whether the linker accepts -fstack-protector... yes
658
checking whether C compiler accepts -Wwrite-strings... yes
659
checking whether C compiler accepts -Wdiv-by-zero... yes
660
checking whether C compiler accepts -Wsometimes-uninitialized... no
661
checking whether C compiler accepts  -Wall... yes
662
checking whether C compiler accepts  -Wall -Wextra... yes
663
checking for clang... no
664
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast... yes
665
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align... yes
666
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual... yes
667
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond... no
668
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal... yes
669
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2... yes
670
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations... yes
671
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes... yes
672
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes
673
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas... yes
674
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id... yes
675
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... no
676
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wpointer-arith... yes
677
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wpointer-arith -Wredundant-decls... yes
678
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes
679
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes
680
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no
681
checking whether C compiler accepts  -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wno-type-limits... yes
682
checking whether the linker accepts -Wl,-z,relro... yes
683
checking whether the linker accepts -Wl,-z,now... yes
684
checking whether the linker accepts -Wl,-z,noexecstack... yes
685
checking how to print strings... printf
686
checking for a sed that does not truncate output... (cached) /bin/sed
687
checking for fgrep... /bin/grep -F
688
checking for ld used by arm-angstrom-linux-gnueabi-gcc -std=gnu99... /usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/ld
689
checking if the linker (/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/ld) is GNU ld... yes
690
checking for BSD- or MS-compatible name lister (nm)... /usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/bin/armv5te-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-nm -B
691
checking the name lister (/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/bin/armv5te-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-nm -B) interface... BSD nm
692
checking whether ln -s works... yes
693
checking the maximum length of command line arguments... 1572864
694
checking how to convert x86_64-unknown-linux-gnu file names to arm-angstrom-linux-gnueabi format... func_convert_file_noop
695
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
696
checking for /usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/ld option to reload object files... -r
697
checking for arm-angstrom-linux-gnueabi-objdump... arm-angstrom-linux-gnueabi-objdump
698
checking how to recognize dependent libraries... pass_all
699
checking for arm-angstrom-linux-gnueabi-dlltool... no
700
checking for dlltool... no
701
checking how to associate runtime and link libraries... printf %s\n
702
checking for arm-angstrom-linux-gnueabi-ar... arm-angstrom-linux-gnueabi-ar
703
checking for archiver @FILE support... @
704
checking for arm-angstrom-linux-gnueabi-strip... (cached) arm-angstrom-linux-gnueabi-strip
705
checking for arm-angstrom-linux-gnueabi-ranlib... arm-angstrom-linux-gnueabi-ranlib
706
checking command to parse /usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/bin/armv5te-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-nm -B output from arm-angstrom-linux-gnueabi-gcc -std=gnu99 object... ok
707
checking for sysroot... no
708
checking for a working dd... /bin/dd
709
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
710
checking for arm-angstrom-linux-gnueabi-mt... no
711
checking for mt... mt
712
configure: WARNING: using cross tools not prefixed with host triplet
713
checking if mt is a manifest tool... no
714
checking for dlfcn.h... yes
715
checking for objdir... .libs
716
checking if arm-angstrom-linux-gnueabi-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
717
checking for arm-angstrom-linux-gnueabi-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
718
checking if arm-angstrom-linux-gnueabi-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
719
checking if arm-angstrom-linux-gnueabi-gcc -std=gnu99 static flag -static works... no
720
checking if arm-angstrom-linux-gnueabi-gcc -std=gnu99 supports -c -o file.o... yes
721
checking if arm-angstrom-linux-gnueabi-gcc -std=gnu99 supports -c -o file.o... (cached) yes
722
checking whether the arm-angstrom-linux-gnueabi-gcc -std=gnu99 linker (/usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/ld) supports shared libraries... yes
723
checking whether -lc should be explicitly linked in... no
724
checking dynamic linker characteristics... GNU/Linux ld.so
725
checking how to hardcode library paths into programs... immediate
726
checking whether stripping libraries is possible... yes
727
checking if libtool supports shared libraries... yes
728
checking whether to build shared libraries... yes
729
checking whether to build static libraries... yes
730
checking for arm-angstrom-linux-gnueabi-ar... (cached) arm-angstrom-linux-gnueabi-ar
731
checking whether C compiler accepts -mmmx... no
732
checking for MMX instructions set... yes
733
checking whether C compiler accepts -mmmx... (cached) no
734
checking whether C compiler accepts -msse2... no
735
checking for SSE2 instructions set... no
736
checking whether C compiler accepts -msse3... no
737
checking for SSE3 instructions set... no
738
checking whether C compiler accepts -mssse3... no
739
checking for SSSE3 instructions set... no
740
checking whether C compiler accepts -msse4.1... no
741
checking for SSE4.1 instructions set... no
742
checking whether C compiler accepts -mavx... no
743
checking for AVX instructions set... no
744
checking whether C compiler accepts -mavx2... no
745
checking for AVX2 instructions set... no
746
checking whether C compiler accepts -maes... no
747
checking whether C compiler accepts -mpclmul... no
748
checking for AESNI instructions set and PCLMULQDQ... no
749
checking sys/mman.h usability... yes
750
checking sys/mman.h presence... yes
751
checking for sys/mman.h... yes
752
checking intrin.h usability... no
753
checking intrin.h presence... no
754
checking for intrin.h... no
755
checking if _xgetbv() is available... no
756
checking for inline... inline
757
checking whether byte ordering is bigendian... (cached) no
758
checking whether __STDC_LIMIT_MACROS is required... no
759
checking whether we can use x86_64 asm code... no
760
checking whether we can assemble AVX opcodes... no
761
checking for 128-bit arithmetic... no
762
checking for cpuid instruction... no
763
checking if the .private_extern asm directive is supported... no
764
checking if the .hidden asm directive is supported... yes
765
checking if weak symbols are supported... yes
766
checking if data alignment is required... yes
767
checking if atomic operations are supported... yes
768
checking for arc4random... no
769
checking for arc4random_buf... no
770
checking for mmap... yes
771
checking for mlock... yes
772
checking for madvise... yes
773
checking for mprotect... yes
774
checking for explicit_bzero... no
775
checking for nanosleep... yes
776
checking for posix_memalign... yes
777
checking for getpid... yes
778
checking if gcc/ld supports -Wl,--output-def... no
779
checking that generated files are newer than configure... done
780
configure: creating ./config.status
781
config.status: creating Makefile
782
config.status: creating contrib/Makefile
783
config.status: creating dist-build/Makefile
784
config.status: creating libsodium.pc
785
config.status: creating libsodium-uninstalled.pc
786
config.status: creating msvc-scripts/Makefile
787
config.status: creating src/Makefile
788
config.status: creating src/libsodium/Makefile
789
config.status: creating src/libsodium/include/Makefile
790
config.status: creating src/libsodium/include/sodium/version.h
791
config.status: creating test/default/Makefile
792
config.status: creating test/Makefile
793
config.status: executing depfiles commands
794
config.status: executing libtool commands
795
 $ make
796
Making all in contrib
797
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/contrib'
798
make[1]: Nothing to be done for 'all'.
799
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/contrib'
800
Making all in dist-build
801
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/dist-build'
802
make[1]: Nothing to be done for 'all'.
803
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/dist-build'
804
Making all in msvc-scripts
805
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/msvc-scripts'
806
make[1]: Nothing to be done for 'all'.
807
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/msvc-scripts'
808
Making all in src
809
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src'
810
Making all in libsodium
811
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium'
812
Making all in include
813
make[3]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium/include'
814
make[3]: Nothing to be done for 'all'.
815
make[3]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium/include'
816
make[3]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium'
817
  CC       crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo
818
  CC       crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo
819
  CC       crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo
820
  CC       crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo
821
  CC       crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo
822
  CC       crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo
823
  CC       crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo
824
  CC       crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo
825
  CC       crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo
826
  CC       crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo
827
  CC       crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo
828
  CC       crypto_auth/libsodium_la-crypto_auth.lo
829
  CC       crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo
830
  CC       crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo
831
  CC       crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo
832
  CC       crypto_box/libsodium_la-crypto_box.lo
833
  CC       crypto_box/libsodium_la-crypto_box_easy.lo
834
  CC       crypto_box/libsodium_la-crypto_box_seal.lo
835
  CC       crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo
836
  CC       crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo
837
  CC       crypto_core/hchacha20/libsodium_la-core_hchacha20.lo
838
  CC       crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo
839
  CC       crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo
840
  CC       crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo
841
  CC       crypto_generichash/libsodium_la-crypto_generichash.lo
842
  CC       crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo
843
  CC       crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo
844
  CC       crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo
845
  CC       crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo
846
  CC       crypto_hash/libsodium_la-crypto_hash.lo
847
  CC       crypto_hash/sha256/libsodium_la-hash_sha256.lo
848
  CC       crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo
849
  CC       crypto_hash/sha512/libsodium_la-hash_sha512.lo
850
  CC       crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo
851
  CC       crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo
852
  CC       crypto_kdf/libsodium_la-crypto_kdf.lo
853
  CC       crypto_kx/libsodium_la-crypto_kx.lo
854
  CC       crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo
855
  CC       crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo
856
  CC       crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo
857
  CC       crypto_pwhash/argon2/libsodium_la-argon2-core.lo
858
  CC       crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo
859
  CC       crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo
860
  CC       crypto_pwhash/argon2/libsodium_la-argon2.lo
861
  CC       crypto_pwhash/argon2/libsodium_la-blake2b-long.lo
862
  CC       crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo
863
  CC       crypto_pwhash/libsodium_la-crypto_pwhash.lo
864
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo
865
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo
866
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo
867
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo
868
  CC       crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo
869
  CC       crypto_scalarmult/libsodium_la-crypto_scalarmult.lo
870
  CC       crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo
871
  CC       crypto_secretbox/libsodium_la-crypto_secretbox.lo
872
  CC       crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo
873
  CC       crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo
874
  CC       crypto_shorthash/libsodium_la-crypto_shorthash.lo
875
  CC       crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo
876
  CC       crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo
877
  CC       crypto_sign/libsodium_la-crypto_sign.lo
878
  CC       crypto_sign/ed25519/libsodium_la-sign_ed25519.lo
879
  CC       crypto_sign/ed25519/ref10/libsodium_la-keypair.lo
880
  CC       crypto_sign/ed25519/ref10/libsodium_la-open.lo
881
  CC       crypto_sign/ed25519/ref10/libsodium_la-sign.lo
882
  CC       crypto_stream/chacha20/libsodium_la-stream_chacha20.lo
883
  CC       crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo
884
  CC       crypto_stream/libsodium_la-crypto_stream.lo
885
  CC       crypto_stream/salsa20/libsodium_la-stream_salsa20.lo
886
  CC       crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo
887
  CC       crypto_verify/sodium/libsodium_la-verify.lo
888
  CC       randombytes/libsodium_la-randombytes.lo
889
  CC       sodium/libsodium_la-core.lo
890
  CC       sodium/libsodium_la-runtime.lo
891
  CC       sodium/libsodium_la-utils.lo
892
  CC       sodium/libsodium_la-version.lo
893
  CC       randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo
894
  CC       randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo
895
  CC       crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo
896
  CC       crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo
897
  CC       crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo
898
  CC       crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo
899
  CC       crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo
900
  CC       crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo
901
  CC       crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo
902
  CC       crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo
903
  CC       crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo
904
  CC       crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo
905
  CC       crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo
906
  CC       crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo
907
  CC       crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo
908
  CC       crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo
909
  CC       crypto_stream/salsa208/libsodium_la-stream_salsa208.lo
910
  CC       crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo
911
  CC       crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo
912
  CC       crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo
913
  CC       crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo
914
  CC       crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo
915
  CC       crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo
916
  CCLD     libsse41.la
917
  CCLD     libavx2.la
918
  CCLD     libaesni.la
919
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
920
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
921
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
922
  CCLD     libsse2.la
923
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
924
  CCLD     libssse3.la
925
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
926
  CCLD     libsodium.la
927
make[3]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium'
928
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium'
929
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src'
930
make[2]: Nothing to be done for 'all-am'.
931
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src'
932
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src'
933
Making all in test
934
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test'
935
Making all in default
936
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test/default'
937
make[2]: Nothing to be done for 'all'.
938
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test/default'
939
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test'
940
make[2]: Nothing to be done for 'all-am'.
941
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test'
942
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test'
943
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12'
944
make[1]: Nothing to be done for 'all-am'.
945
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12'
946

    
947
real    0m25.348s
948
user    0m33.440s
949
sys     0m2.520s
950
 $ make install DESTDIR=$PWD/ARM
951
Making install in contrib
952
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/contrib'
953
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/contrib'
954
make[2]: Nothing to be done for 'install-exec-am'.
955
make[2]: Nothing to be done for 'install-data-am'.
956
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/contrib'
957
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/contrib'
958
Making install in dist-build
959
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/dist-build'
960
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/dist-build'
961
make[2]: Nothing to be done for 'install-exec-am'.
962
make[2]: Nothing to be done for 'install-data-am'.
963
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/dist-build'
964
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/dist-build'
965
Making install in msvc-scripts
966
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/msvc-scripts'
967
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/msvc-scripts'
968
make[2]: Nothing to be done for 'install-exec-am'.
969
make[2]: Nothing to be done for 'install-data-am'.
970
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/msvc-scripts'
971
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/msvc-scripts'
972
Making install in src
973
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src'
974
Making install in libsodium
975
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium'
976
Making install in include
977
make[3]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium/include'
978
make[4]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium/include'
979
make[4]: Nothing to be done for 'install-exec-am'.
980
 /bin/mkdir -p '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/include'
981
 /bin/mkdir -p '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/include'
982
 /bin/mkdir -p '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/include/sodium'
983
 /bin/mkdir -p '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/include/sodium'
984
 /usr/bin/install -c -m 644  sodium/version.h '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/include/sodium'
985
 /usr/bin/install -c -m 644  sodium/core.h sodium/crypto_aead_aes256gcm.h sodium/crypto_aead_chacha20poly1305.h sodium/crypto_aead_xchacha20poly1305.h sodium/crypto_auth.h sodium/crypto_auth_hmacsha256.h sodium/crypto_auth_hmacsha512.h sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h sodium/crypto_box_curve25519xchacha20poly1305.h sodium/crypto_box_curve25519xsalsa20poly1305.h sodium/crypto_core_hchacha20.h sodium/crypto_core_hsalsa20.h sodium/crypto_core_salsa20.h
986
sodium/crypto_core_salsa2012.h sodium/crypto_core_salsa208.h sodium/crypto_generichash.h sodium/crypto_generichash_blake2b.h sodium/crypto_hash.h sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h sodium/crypto_kdf.h sodium/crypto_kdf_blake2b.h sodium/crypto_kx.h sodium/crypto_onetimeauth.h sodium/crypto_onetimeauth_poly1305.h sodium/crypto_pwhash.h sodium/crypto_pwhash_argon2i.h sodium/crypto_pwhash_scryptsalsa208sha256.h sodium/crypto_scalarmult.h
987
sodium/crypto_scalarmult_curve25519.h sodium/crypto_secretbox.h sodium/crypto_secretbox_xchacha20poly1305.h sodium/crypto_secretbox_xsalsa20poly1305.h sodium/crypto_shorthash.h sodium/crypto_shorthash_siphash24.h sodium/crypto_sign.h sodium/crypto_sign_ed25519.h sodium/crypto_sign_edwards25519sha512batch.h sodium/crypto_stream.h '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/include/sodium'
988
 /bin/mkdir -p '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/include/sodium'
989
 /usr/bin/install -c -m 644  sodium/crypto_stream_aes128ctr.h sodium/crypto_stream_chacha20.h sodium/crypto_stream_salsa20.h sodium/crypto_stream_salsa2012.h sodium/crypto_stream_salsa208.h sodium/crypto_stream_xchacha20.h sodium/crypto_stream_xsalsa20.h sodium/crypto_verify_16.h sodium/crypto_verify_32.h sodium/crypto_verify_64.h sodium/export.h sodium/randombytes.h sodium/randombytes_salsa20_random.h sodium/randombytes_sysrandom.h sodium/runtime.h sodium/utils.h
990
'/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/include/sodium'
991
 /usr/bin/install -c -m 644  sodium.h '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/include/.'
992
make[4]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium/include'
993
make[3]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium/include'
994
make[3]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium'
995
make[4]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium'
996
make[4]: Nothing to be done for 'install-data-am'.
997
 /bin/mkdir -p '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib'
998
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libsodium.la '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib'
999
libtool: install: /usr/bin/install -c .libs/libsodium.so.18.2.0 /home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib/libsodium.so.18.2.0
1000
libtool: install: (cd /home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib && { ln -s -f libsodium.so.18.2.0 libsodium.so.18 || { rm -f libsodium.so.18 && ln -s libsodium.so.18.2.0 libsodium.so.18;  };  })
1001
libtool: install: (cd /home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib && { ln -s -f libsodium.so.18.2.0 libsodium.so || { rm -f libsodium.so && ln -s libsodium.so.18.2.0 libsodium.so;  };  })
1002
libtool: install: /usr/bin/install -c .libs/libsodium.lai /home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib/libsodium.la
1003
libtool: install: /usr/bin/install -c .libs/libsodium.a /home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib/libsodium.a
1004
libtool: install: chmod 644 /home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib/libsodium.a
1005
libtool: install: arm-angstrom-linux-gnueabi-ranlib /home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib/libsodium.a
1006
libtool: warning: remember to run 'libtool --finish /usr/local/lib'
1007
make[4]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium'
1008
make[3]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium'
1009
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src/libsodium'
1010
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src'
1011
make[3]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src'
1012
make[3]: Nothing to be done for 'install-exec-am'.
1013
make[3]: Nothing to be done for 'install-data-am'.
1014
make[3]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src'
1015
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src'
1016
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/src'
1017
Making install in test
1018
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test'
1019
Making install in default
1020
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test/default'
1021
make[3]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test/default'
1022
make[3]: Nothing to be done for 'install-exec-am'.
1023
make[3]: Nothing to be done for 'install-data-am'.
1024
make[3]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test/default'
1025
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test/default'
1026
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test'
1027
make[3]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test'
1028
make[3]: Nothing to be done for 'install-exec-am'.
1029
make[3]: Nothing to be done for 'install-data-am'.
1030
make[3]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test'
1031
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test'
1032
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12/test'
1033
make[1]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12'
1034
make[2]: Entering directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12'
1035
make[2]: Nothing to be done for 'install-exec-am'.
1036
 /bin/mkdir -p '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib/pkgconfig'
1037
 /usr/bin/install -c -m 644 libsodium.pc '/home/jcormier/projects/l138/libsodium-1.0.12/ARM/usr/local/lib/pkgconfig'
1038
make[2]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12'
1039
make[1]: Leaving directory '/net/wanda/export/home/jcormier/projects/l138/libsodium-1.0.12'
1040

    
1041
real    0m10.690s
1042
user    0m0.284s
1043
sys     0m0.172s
1044
 $ ls -R ARM/
1045
ARM/:
1046
usr
1047

    
1048
ARM/usr:
1049
local
1050

    
1051
ARM/usr/local:
1052
include  lib
1053

    
1054
ARM/usr/local/include:
1055
sodium  sodium.h
1056

    
1057
ARM/usr/local/include/sodium:
1058
core.h                                    crypto_core_salsa20.h                 crypto_scalarmult.h                    crypto_stream_xchacha20.h
1059
crypto_aead_aes256gcm.h                   crypto_generichash_blake2b.h          crypto_secretbox.h                     crypto_stream_xsalsa20.h
1060
crypto_aead_chacha20poly1305.h            crypto_generichash.h                  crypto_secretbox_xchacha20poly1305.h   crypto_verify_16.h
1061
crypto_aead_xchacha20poly1305.h           crypto_hash.h                         crypto_secretbox_xsalsa20poly1305.h    crypto_verify_32.h
1062
crypto_auth.h                             crypto_hash_sha256.h                  crypto_shorthash.h                     crypto_verify_64.h
1063
crypto_auth_hmacsha256.h                  crypto_hash_sha512.h                  crypto_shorthash_siphash24.h           export.h
1064
crypto_auth_hmacsha512256.h               crypto_kdf_blake2b.h                  crypto_sign_ed25519.h                  randombytes.h
1065
crypto_auth_hmacsha512.h                  crypto_kdf.h                          crypto_sign_edwards25519sha512batch.h  randombytes_salsa20_random.h
1066
crypto_box_curve25519xchacha20poly1305.h  crypto_kx.h                           crypto_sign.h                          randombytes_sysrandom.h
1067
crypto_box_curve25519xsalsa20poly1305.h   crypto_onetimeauth.h                  crypto_stream_aes128ctr.h              runtime.h
1068
crypto_box.h                              crypto_onetimeauth_poly1305.h         crypto_stream_chacha20.h               utils.h
1069
crypto_core_hchacha20.h                   crypto_pwhash_argon2i.h               crypto_stream.h                        version.h
1070
crypto_core_hsalsa20.h                    crypto_pwhash.h                       crypto_stream_salsa2012.h
1071
crypto_core_salsa2012.h                   crypto_pwhash_scryptsalsa208sha256.h  crypto_stream_salsa208.h
1072
crypto_core_salsa208.h                    crypto_scalarmult_curve25519.h        crypto_stream_salsa20.h
1073

    
1074
ARM/usr/local/lib:
1075
libsodium.a  libsodium.la  libsodium.so  libsodium.so.18  libsodium.so.18.2.0  pkgconfig
1076

    
1077
ARM/usr/local/lib/pkgconfig:
1078
libsodium.pc
1079

    
1080

    
    (1-1/1)
    Go to top
    Add picture from clipboard (Maximum size: 1 GB)