最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译lighttpd

CrossCompiler crifan 3757浏览 0评论

【背景】

之前已经折腾过:

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译xmlrpc

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译curl(libcurl)

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译libxml2

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译expat

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译log4c

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译libcgi

以及:

【记录】Ubuntu下用交叉编译器arm-xscale-linux-gnueabi交叉编译WirelessHART项目

了,又先去编译了lighttpd所依赖的pcre:

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译pcre

现在继续去交叉编译lighttpd。

 

继续参考之前的:

【记录】Cygwin下用arm-xscale-linux-gnueabi交叉编译libhttpd

去折腾。

 

【折腾过程】

1.经过同事提醒,才注意到:

lighttpd==light httpd ≠libhttpd

即:

两个不是同一个东西:

Home – Lighttpd – fly light

http://www.lighttpd.net/

LibHTTPD : Embedded web server library. – Hughes Technologies

http://www.hughes.com.au/products/libhttpd/

2.从官网:

http://www.lighttpd.net/

下载到:

http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.32.tar.bz2

解压,得到完整源码。

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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
crifan@ubuntu:lighttpd$ tar xvjf lighttpd-1.4.32.tar.bz2
lighttpd-1.4.32/
lighttpd-1.4.32/Makefile.am
lighttpd-1.4.32/install-sh
lighttpd-1.4.32/configure.ac
lighttpd-1.4.32/INSTALL
lighttpd-1.4.32/aclocal.m4
lighttpd-1.4.32/AUTHORS
lighttpd-1.4.32/config.guess
lighttpd-1.4.32/depcomp
lighttpd-1.4.32/Makefile.in
lighttpd-1.4.32/ltmain.sh
lighttpd-1.4.32/NEWS
lighttpd-1.4.32/autogen.sh
lighttpd-1.4.32/doc/
lighttpd-1.4.32/doc/Makefile.am
lighttpd-1.4.32/doc/Makefile.in
lighttpd-1.4.32/doc/newstyle.css
lighttpd-1.4.32/doc/outdated/
lighttpd-1.4.32/doc/outdated/scgi.txt
lighttpd-1.4.32/doc/outdated/userdir.txt
lighttpd-1.4.32/doc/outdated/security.txt
lighttpd-1.4.32/doc/outdated/redirect.txt
lighttpd-1.4.32/doc/outdated/Makefile.am
lighttpd-1.4.32/doc/outdated/proxy.txt
lighttpd-1.4.32/doc/outdated/extforward.txt
lighttpd-1.4.32/doc/outdated/rewrite.txt
lighttpd-1.4.32/doc/outdated/fastcgi-state.dot
lighttpd-1.4.32/doc/outdated/alias.txt
lighttpd-1.4.32/doc/outdated/mysqlvhost.txt
lighttpd-1.4.32/doc/outdated/Makefile.in
lighttpd-1.4.32/doc/outdated/configuration.txt
lighttpd-1.4.32/doc/outdated/accesslog.txt
lighttpd-1.4.32/doc/outdated/performance.txt
lighttpd-1.4.32/doc/outdated/features.txt
lighttpd-1.4.32/doc/outdated/cml.txt
lighttpd-1.4.32/doc/outdated/plugins.txt
lighttpd-1.4.32/doc/outdated/access.txt
lighttpd-1.4.32/doc/outdated/fastcgi-state.txt
lighttpd-1.4.32/doc/outdated/state.dot
lighttpd-1.4.32/doc/outdated/webdav.txt
lighttpd-1.4.32/doc/outdated/compress.txt
lighttpd-1.4.32/doc/outdated/simple-vhost.txt
lighttpd-1.4.32/doc/outdated/traffic-shaping.txt
lighttpd-1.4.32/doc/outdated/ssl.txt
lighttpd-1.4.32/doc/outdated/state.txt
lighttpd-1.4.32/doc/outdated/rrdtool.txt
lighttpd-1.4.32/doc/outdated/dirlisting.txt
lighttpd-1.4.32/doc/outdated/status.txt
lighttpd-1.4.32/doc/outdated/evhost.txt
lighttpd-1.4.32/doc/outdated/setenv.txt
lighttpd-1.4.32/doc/outdated/magnet.txt
lighttpd-1.4.32/doc/outdated/expire.txt
lighttpd-1.4.32/doc/outdated/trigger_b4_dl.txt
lighttpd-1.4.32/doc/outdated/cgi.txt
lighttpd-1.4.32/doc/outdated/ssi.txt
lighttpd-1.4.32/doc/outdated/fastcgi.txt
lighttpd-1.4.32/doc/outdated/secdownload.txt
lighttpd-1.4.32/doc/outdated/authentication.txt
lighttpd-1.4.32/doc/outdated/skeleton.txt
lighttpd-1.4.32/doc/lighttpd.8
lighttpd-1.4.32/doc/initscripts/
lighttpd-1.4.32/doc/initscripts/Makefile.am
lighttpd-1.4.32/doc/initscripts/rc.lighttpd
lighttpd-1.4.32/doc/initscripts/Makefile.in
lighttpd-1.4.32/doc/initscripts/sysconfig.lighttpd
lighttpd-1.4.32/doc/initscripts/rc.lighttpd.redhat
lighttpd-1.4.32/doc/config/
lighttpd-1.4.32/doc/config/Makefile.am
lighttpd-1.4.32/doc/config/lighttpd.conf
lighttpd-1.4.32/doc/config/vhosts.d/
lighttpd-1.4.32/doc/config/vhosts.d/Makefile.am
lighttpd-1.4.32/doc/config/vhosts.d/vhosts.template
lighttpd-1.4.32/doc/config/vhosts.d/Makefile.in
lighttpd-1.4.32/doc/config/Makefile.in
lighttpd-1.4.32/doc/config/conf.d/
lighttpd-1.4.32/doc/config/conf.d/userdir.conf
lighttpd-1.4.32/doc/config/conf.d/dirlisting.conf
lighttpd-1.4.32/doc/config/conf.d/Makefile.am
lighttpd-1.4.32/doc/config/conf.d/mysql_vhost.conf
lighttpd-1.4.32/doc/config/conf.d/expire.conf
lighttpd-1.4.32/doc/config/conf.d/scgi.conf
lighttpd-1.4.32/doc/config/conf.d/secdownload.conf
lighttpd-1.4.32/doc/config/conf.d/ssi.conf
lighttpd-1.4.32/doc/config/conf.d/Makefile.in
lighttpd-1.4.32/doc/config/conf.d/mime.conf
lighttpd-1.4.32/doc/config/conf.d/simple_vhost.conf
lighttpd-1.4.32/doc/config/conf.d/proxy.conf
lighttpd-1.4.32/doc/config/conf.d/trigger_b4_dl.conf
lighttpd-1.4.32/doc/config/conf.d/cgi.conf
lighttpd-1.4.32/doc/config/conf.d/evhost.conf
lighttpd-1.4.32/doc/config/conf.d/fastcgi.conf
lighttpd-1.4.32/doc/config/conf.d/status.conf
lighttpd-1.4.32/doc/config/conf.d/auth.conf
lighttpd-1.4.32/doc/config/conf.d/mod.template
lighttpd-1.4.32/doc/config/conf.d/rrdtool.conf
lighttpd-1.4.32/doc/config/conf.d/cml.conf
lighttpd-1.4.32/doc/config/conf.d/magnet.conf
lighttpd-1.4.32/doc/config/conf.d/geoip.conf
lighttpd-1.4.32/doc/config/conf.d/access_log.conf
lighttpd-1.4.32/doc/config/conf.d/compress.conf
lighttpd-1.4.32/doc/config/conf.d/webdav.conf
lighttpd-1.4.32/doc/config/conf.d/debug.conf
lighttpd-1.4.32/doc/config/modules.conf
lighttpd-1.4.32/doc/systemd/
lighttpd-1.4.32/doc/systemd/lighttpd.service
lighttpd-1.4.32/doc/systemd/Makefile.am
lighttpd-1.4.32/doc/systemd/Makefile.in
lighttpd-1.4.32/doc/oldstyle.css
lighttpd-1.4.32/doc/scripts/
lighttpd-1.4.32/doc/scripts/Makefile.am
lighttpd-1.4.32/doc/scripts/Makefile.in
lighttpd-1.4.32/doc/scripts/rrdtool-graph.sh
lighttpd-1.4.32/doc/scripts/spawn-php.sh
lighttpd-1.4.32/README
lighttpd-1.4.32/SConstruct
lighttpd-1.4.32/m4/
lighttpd-1.4.32/m4/ltoptions.m4
lighttpd-1.4.32/m4/ltsugar.m4
lighttpd-1.4.32/m4/lt~obsolete.m4
lighttpd-1.4.32/m4/ltversion.m4
lighttpd-1.4.32/m4/libtool.m4
lighttpd-1.4.32/config.sub
lighttpd-1.4.32/distribute.sh.in
lighttpd-1.4.32/config.h.in
lighttpd-1.4.32/compile
lighttpd-1.4.32/tests/
lighttpd-1.4.32/tests/mod-rewrite.t
lighttpd-1.4.32/tests/fastcgi-13.conf
lighttpd-1.4.32/tests/SConscript
lighttpd-1.4.32/tests/mod-setenv.t
lighttpd-1.4.32/tests/Makefile.am
lighttpd-1.4.32/tests/bug-06.conf
lighttpd-1.4.32/tests/lighttpd.conf
lighttpd-1.4.32/tests/var-include.conf
lighttpd-1.4.32/tests/core-response.t
lighttpd-1.4.32/tests/mod-cgi.t
lighttpd-1.4.32/tests/core-condition.t
lighttpd-1.4.32/tests/Makefile.in
lighttpd-1.4.32/tests/fastcgi-auth.conf
lighttpd-1.4.32/tests/symlink.t
lighttpd-1.4.32/tests/mod-proxy.t
lighttpd-1.4.32/tests/prepare.sh
lighttpd-1.4.32/tests/mod-compress.conf
lighttpd-1.4.32/tests/LightyTest.pm
lighttpd-1.4.32/tests/404-handler.conf
lighttpd-1.4.32/tests/core-keepalive.t
lighttpd-1.4.32/tests/core-request.t
lighttpd-1.4.32/tests/proxy.conf
lighttpd-1.4.32/tests/bug-12.conf
lighttpd-1.4.32/tests/cleanup.sh
lighttpd-1.4.32/tests/lowercase.conf
lighttpd-1.4.32/tests/wrapper.sh
lighttpd-1.4.32/tests/mod-fastcgi.t
lighttpd-1.4.32/tests/mod-access.t
lighttpd-1.4.32/tests/core-var-include.t
lighttpd-1.4.32/tests/cachable.t
lighttpd-1.4.32/tests/lighttpd.htpasswd
lighttpd-1.4.32/tests/run-tests.pl
lighttpd-1.4.32/tests/mod-userdir.t
lighttpd-1.4.32/tests/mod-compress.t
lighttpd-1.4.32/tests/core.t
lighttpd-1.4.32/tests/fastcgi-10.conf
lighttpd-1.4.32/tests/var-include-sub.conf
lighttpd-1.4.32/tests/mod-auth.t
lighttpd-1.4.32/tests/fcgi-responder.c
lighttpd-1.4.32/tests/fcgi-auth.c
lighttpd-1.4.32/tests/mod-ssi.t
lighttpd-1.4.32/tests/docroot/
lighttpd-1.4.32/tests/docroot/Makefile.am
lighttpd-1.4.32/tests/docroot/123/
lighttpd-1.4.32/tests/docroot/123/Makefile.am
lighttpd-1.4.32/tests/docroot/123/Makefile.in
lighttpd-1.4.32/tests/docroot/123/12345.txt
lighttpd-1.4.32/tests/docroot/123/12345.html
lighttpd-1.4.32/tests/docroot/123/dummyfile.bla
lighttpd-1.4.32/tests/docroot/123/phpinfo.php
lighttpd-1.4.32/tests/docroot/Makefile.in
lighttpd-1.4.32/tests/docroot/www/
lighttpd-1.4.32/tests/docroot/www/404.fcgi
lighttpd-1.4.32/tests/docroot/www/send404.pl
lighttpd-1.4.32/tests/docroot/www/Makefile.am
lighttpd-1.4.32/tests/docroot/www/index.txt
lighttpd-1.4.32/tests/docroot/www/get-header.pl
lighttpd-1.4.32/tests/docroot/www/expire/
lighttpd-1.4.32/tests/docroot/www/expire/Makefile.am
lighttpd-1.4.32/tests/docroot/www/expire/modification.txt
lighttpd-1.4.32/tests/docroot/www/expire/Makefile.in
lighttpd-1.4.32/tests/docroot/www/expire/access.txt
lighttpd-1.4.32/tests/docroot/www/404.html
lighttpd-1.4.32/tests/docroot/www/go/
lighttpd-1.4.32/tests/docroot/www/go/Makefile.am
lighttpd-1.4.32/tests/docroot/www/go/Makefile.in
lighttpd-1.4.32/tests/docroot/www/go/cgi.php
lighttpd-1.4.32/tests/docroot/www/Makefile.in
lighttpd-1.4.32/tests/docroot/www/ssi.shtml
lighttpd-1.4.32/tests/docroot/www/prefix.fcgi
lighttpd-1.4.32/tests/docroot/www/cgi.php
lighttpd-1.4.32/tests/docroot/www/nph-status.pl
lighttpd-1.4.32/tests/docroot/www/index.html
lighttpd-1.4.32/tests/docroot/www/cgi-pathinfo.pl
lighttpd-1.4.32/tests/docroot/www/exec-date.shtml
lighttpd-1.4.32/tests/docroot/www/sendfile.php
lighttpd-1.4.32/tests/docroot/www/indexfile/
lighttpd-1.4.32/tests/docroot/www/indexfile/Makefile.am
lighttpd-1.4.32/tests/docroot/www/indexfile/Makefile.in
lighttpd-1.4.32/tests/docroot/www/indexfile/rewrite.php
lighttpd-1.4.32/tests/docroot/www/indexfile/index.php
lighttpd-1.4.32/tests/docroot/www/indexfile/return-404.php
lighttpd-1.4.32/tests/docroot/www/get-server-env.php
lighttpd-1.4.32/tests/docroot/www/cgi.pl
lighttpd-1.4.32/tests/docroot/www/get-env.php
lighttpd-1.4.32/tests/docroot/www/get-post-len.pl
lighttpd-1.4.32/tests/docroot/www/crlfcrash.pl
lighttpd-1.4.32/tests/docroot/www/redirect.php
lighttpd-1.4.32/tests/docroot/www/phpinfo.php
lighttpd-1.4.32/tests/docroot/www/404.pl
lighttpd-1.4.32/tests/mod-redirect.t
lighttpd-1.4.32/tests/request.t
lighttpd-1.4.32/tests/mod-secdownload.t
lighttpd-1.4.32/tests/core-404-handler.t
lighttpd-1.4.32/tests/lowercase.t
lighttpd-1.4.32/tests/fastcgi-responder.conf
lighttpd-1.4.32/tests/lighttpd.user
lighttpd-1.4.32/tests/condition.conf
lighttpd-1.4.32/src/
lighttpd-1.4.32/src/fdevent_freebsd_kqueue.c
lighttpd-1.4.32/src/mod_ssi_exprparser.y
lighttpd-1.4.32/src/fdevent.h
lighttpd-1.4.32/src/data_string.c
lighttpd-1.4.32/src/sys-socket.h
lighttpd-1.4.32/src/md5.h
lighttpd-1.4.32/src/fdevent.c
lighttpd-1.4.32/src/connections.h
lighttpd-1.4.32/src/stat_cache.h
lighttpd-1.4.32/src/connections-glue.c
lighttpd-1.4.32/src/SConscript
lighttpd-1.4.32/src/mod_cgi.c
lighttpd-1.4.32/src/mod_flv_streaming.c
lighttpd-1.4.32/src/mod_alias.c
lighttpd-1.4.32/src/mod_dirlisting.c
lighttpd-1.4.32/src/mod_rewrite.c
lighttpd-1.4.32/src/network_solaris_sendfilev.c
lighttpd-1.4.32/src/network_write.c
lighttpd-1.4.32/src/Makefile.am
lighttpd-1.4.32/src/mod_webdav.c
lighttpd-1.4.32/src/configparser.c
lighttpd-1.4.32/src/chunk.h
lighttpd-1.4.32/src/status_counter.h
lighttpd-1.4.32/src/buffer.h
lighttpd-1.4.32/src/mod_ssi_exprparser.h
lighttpd-1.4.32/src/mod_indexfile.c
lighttpd-1.4.32/src/keyvalue.c
lighttpd-1.4.32/src/mod_cml.c
lighttpd-1.4.32/src/configparser.y
lighttpd-1.4.32/src/mod_evhost.c
lighttpd-1.4.32/src/stream.c
lighttpd-1.4.32/src/base.h
lighttpd-1.4.32/src/network.c
lighttpd-1.4.32/src/etag.c
lighttpd-1.4.32/src/inet_ntop_cache.c
lighttpd-1.4.32/src/network_freebsd_sendfile.c
lighttpd-1.4.32/src/mod_expire.c
lighttpd-1.4.32/src/network_writev.c
lighttpd-1.4.32/src/mod_magnet.c
lighttpd-1.4.32/src/stream.h
lighttpd-1.4.32/src/log.c
lighttpd-1.4.32/src/splaytree.h
lighttpd-1.4.32/src/lempar.c
lighttpd-1.4.32/src/lemon.c
lighttpd-1.4.32/src/keyvalue.h
lighttpd-1.4.32/src/Makefile.in
lighttpd-1.4.32/src/http-header-glue.c
lighttpd-1.4.32/src/configfile-glue.c
lighttpd-1.4.32/src/fdevent_linux_sysepoll.c
lighttpd-1.4.32/src/chunk.c
lighttpd-1.4.32/src/mod_staticfile.c
lighttpd-1.4.32/src/log.h
lighttpd-1.4.32/src/bitset.c
lighttpd-1.4.32/src/buffer.c
lighttpd-1.4.32/src/crc32.h
lighttpd-1.4.32/src/request.c
lighttpd-1.4.32/src/mod_cml.h
lighttpd-1.4.32/src/data_array.c
lighttpd-1.4.32/src/etag.h
lighttpd-1.4.32/src/server.h
lighttpd-1.4.32/src/mod_simple_vhost.c
lighttpd-1.4.32/src/mod_userdir.c
lighttpd-1.4.32/src/fdevent_solaris_port.c
lighttpd-1.4.32/src/mod_redirect.c
lighttpd-1.4.32/src/response.h
lighttpd-1.4.32/src/mod_secure_download.c
lighttpd-1.4.32/src/plugin.c
lighttpd-1.4.32/src/mod_usertrack.c
lighttpd-1.4.32/src/mod_fastcgi.c
lighttpd-1.4.32/src/bitset.h
lighttpd-1.4.32/src/http_chunk.c
lighttpd-1.4.32/src/mod_access.c
lighttpd-1.4.32/src/server.c
lighttpd-1.4.32/src/proc_open.c
lighttpd-1.4.32/src/mod_status.c
lighttpd-1.4.32/src/mod_cml_funcs.c
lighttpd-1.4.32/src/version.h
lighttpd-1.4.32/src/sys-mmap.h
lighttpd-1.4.32/src/mod_cml_funcs.h
lighttpd-1.4.32/src/inet_ntop_cache.h
lighttpd-1.4.32/src/configparser.h
lighttpd-1.4.32/src/fdevent_solaris_devpoll.c
lighttpd-1.4.32/src/mod_ssi_expr.c
lighttpd-1.4.32/src/mod_ssi.h
lighttpd-1.4.32/src/mod_ssi_expr.h
lighttpd-1.4.32/src/status_counter.c
lighttpd-1.4.32/src/http_chunk.h
lighttpd-1.4.32/src/splaytree.c
lighttpd-1.4.32/src/http_auth.c
lighttpd-1.4.32/src/mod_extforward.c
lighttpd-1.4.32/src/mod_rrdtool.c
lighttpd-1.4.32/src/mod_auth.h
lighttpd-1.4.32/src/configfile.c
lighttpd-1.4.32/src/mod_compress.c
lighttpd-1.4.32/src/data_count.c
lighttpd-1.4.32/src/mod_mysql_vhost.c
lighttpd-1.4.32/src/mod_skeleton.c
lighttpd-1.4.32/src/crc32.c
lighttpd-1.4.32/src/proc_open.h
lighttpd-1.4.32/src/data_fastcgi.c
lighttpd-1.4.32/src/mod_scgi.c
lighttpd-1.4.32/src/network.h
lighttpd-1.4.32/src/mod_ssi.c
lighttpd-1.4.32/src/mod_ssi_exprparser.c
lighttpd-1.4.32/src/joblist.h
lighttpd-1.4.32/src/fastcgi.h
lighttpd-1.4.32/src/md5.c
lighttpd-1.4.32/src/response.c
lighttpd-1.4.32/src/configfile.h
lighttpd-1.4.32/src/request.h
lighttpd-1.4.32/src/connections.c
lighttpd-1.4.32/src/mod_cml_lua.c
lighttpd-1.4.32/src/lighttpd-angel.c
lighttpd-1.4.32/src/network_backends.h
lighttpd-1.4.32/src/joblist.c
lighttpd-1.4.32/src/mod_setenv.c
lighttpd-1.4.32/src/data_integer.c
lighttpd-1.4.32/src/network_linux_sendfile.c
lighttpd-1.4.32/src/fdevent_select.c
lighttpd-1.4.32/src/mod_magnet_cache.c
lighttpd-1.4.32/src/network_openssl.c
lighttpd-1.4.32/src/mod_auth.c
lighttpd-1.4.32/src/array.c
lighttpd-1.4.32/src/mod_magnet_cache.h
lighttpd-1.4.32/src/mod_trigger_b4_dl.c
lighttpd-1.4.32/src/stat_cache.c
lighttpd-1.4.32/src/mod_evasive.c
lighttpd-1.4.32/src/fdevent_libev.c
lighttpd-1.4.32/src/http_auth.h
lighttpd-1.4.32/src/mod_accesslog.c
lighttpd-1.4.32/src/settings.h
lighttpd-1.4.32/src/fdevent_poll.c
lighttpd-1.4.32/src/plugin.h
lighttpd-1.4.32/src/data_config.c
lighttpd-1.4.32/src/array.h
lighttpd-1.4.32/src/mod_proxy.c
lighttpd-1.4.32/missing
lighttpd-1.4.32/configure
lighttpd-1.4.32/ar-lib
lighttpd-1.4.32/COPYING
crifan@ubuntu:lighttpd$ pwd
/home/crifan/develop/crosscompile/lighttpd
crifan@ubuntu:lighttpd$

 

3.直接用:

1
./configure --prefix=/opt/crosscompile/lighttpd --build=i686-pc-linux-gnu --target=arm-xscale-linux-gnueabi --host=arm-xscale-linux-gnueabi CC=arm-xscale-linux-gnueabi-gcc --without-zlib --without-bzip2

去配置,结果没有找到pcre:

【已解决】Ubuntu中交叉编译lighttpd出错:configure: error: pcre-config not found, install the pcre-devel package or build with –without-pcre

4.然后接着去make编译:

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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
crifan@ubuntu:lighttpd-1.4.32$ make
make  all-recursive
make[1]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32'
Making all in src
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/src'
make  all-am
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/src'
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_flv_streaming.lo -MD -MP -MF .deps/mod_flv_streaming.Tpo -c -o mod_flv_streaming.lo mod_flv_streaming.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_flv_streaming.lo -MD -MP -MF .deps/mod_flv_streaming.Tpo -c mod_flv_streaming.c  -fPIC -DPIC -o .libs/mod_flv_streaming.o
mv -f .deps/mod_flv_streaming.Tpo .deps/mod_flv_streaming.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_flv_streaming.la -rpath /opt/crosscompile/lighttpd/lib mod_flv_streaming.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_flv_streaming.o    -O2   -Wl,-soname -Wl,mod_flv_streaming.so -o .libs/mod_flv_streaming.so
libtool: link: ( cd ".libs" && rm -f "mod_flv_streaming.la" && ln -s "../mod_flv_streaming.la" "mod_flv_streaming.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_evasive.lo -MD -MP -MF .deps/mod_evasive.Tpo -c -o mod_evasive.lo mod_evasive.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_evasive.lo -MD -MP -MF .deps/mod_evasive.Tpo -c mod_evasive.c  -fPIC -DPIC -o .libs/mod_evasive.o
mv -f .deps/mod_evasive.Tpo .deps/mod_evasive.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_evasive.la -rpath /opt/crosscompile/lighttpd/lib mod_evasive.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_evasive.o    -O2   -Wl,-soname -Wl,mod_evasive.so -o .libs/mod_evasive.so
libtool: link: ( cd ".libs" && rm -f "mod_evasive.la" && ln -s "../mod_evasive.la" "mod_evasive.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES     -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_webdav_la-mod_webdav.lo -MD -MP -MF .deps/mod_webdav_la-mod_webdav.Tpo -c -o mod_webdav_la-mod_webdav.lo `test -f 'mod_webdav.c' || echo './'`mod_webdav.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_webdav_la-mod_webdav.lo -MD -MP -MF .deps/mod_webdav_la-mod_webdav.Tpo -c mod_webdav.c  -fPIC -DPIC -o .libs/mod_webdav_la-mod_webdav.o
mv -f .deps/mod_webdav_la-mod_webdav.Tpo .deps/mod_webdav_la-mod_webdav.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc     -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_webdav.la -rpath /opt/crosscompile/lighttpd/lib mod_webdav_la-mod_webdav.lo    
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_webdav_la-mod_webdav.o    -O2   -Wl,-soname -Wl,mod_webdav.so -o .libs/mod_webdav.so
libtool: link: ( cd ".libs" && rm -f "mod_webdav.la" && ln -s "../mod_webdav.la" "mod_webdav.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_magnet_la-mod_magnet.lo -MD -MP -MF .deps/mod_magnet_la-mod_magnet.Tpo -c -o mod_magnet_la-mod_magnet.lo `test -f 'mod_magnet.c' || echo './'`mod_magnet.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_magnet_la-mod_magnet.lo -MD -MP -MF .deps/mod_magnet_la-mod_magnet.Tpo -c mod_magnet.c  -fPIC -DPIC -o .libs/mod_magnet_la-mod_magnet.o
mv -f .deps/mod_magnet_la-mod_magnet.Tpo .deps/mod_magnet_la-mod_magnet.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_magnet_la-mod_magnet_cache.lo -MD -MP -MF .deps/mod_magnet_la-mod_magnet_cache.Tpo -c -o mod_magnet_la-mod_magnet_cache.lo `test -f 'mod_magnet_cache.c' || echo './'`mod_magnet_cache.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_magnet_la-mod_magnet_cache.lo -MD -MP -MF .deps/mod_magnet_la-mod_magnet_cache.Tpo -c mod_magnet_cache.c  -fPIC -DPIC -o .libs/mod_magnet_la-mod_magnet_cache.o
mv -f .deps/mod_magnet_la-mod_magnet_cache.Tpo .deps/mod_magnet_la-mod_magnet_cache.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc   -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_magnet.la -rpath /opt/crosscompile/lighttpd/lib mod_magnet_la-mod_magnet.lo mod_magnet_la-mod_magnet_cache.lo   -lm
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_magnet_la-mod_magnet.o .libs/mod_magnet_la-mod_magnet_cache.o   -lm  -O2   -Wl,-soname -Wl,mod_magnet.so -o .libs/mod_magnet.so
libtool: link: ( cd ".libs" && rm -f "mod_magnet.la" && ln -s "../mod_magnet.la" "mod_magnet.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_cml_la-mod_cml.lo -MD -MP -MF .deps/mod_cml_la-mod_cml.Tpo -c -o mod_cml_la-mod_cml.lo `test -f 'mod_cml.c' || echo './'`mod_cml.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_cml_la-mod_cml.lo -MD -MP -MF .deps/mod_cml_la-mod_cml.Tpo -c mod_cml.c  -fPIC -DPIC -o .libs/mod_cml_la-mod_cml.o
mv -f .deps/mod_cml_la-mod_cml.Tpo .deps/mod_cml_la-mod_cml.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_cml_la-mod_cml_lua.lo -MD -MP -MF .deps/mod_cml_la-mod_cml_lua.Tpo -c -o mod_cml_la-mod_cml_lua.lo `test -f 'mod_cml_lua.c' || echo './'`mod_cml_lua.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_cml_la-mod_cml_lua.lo -MD -MP -MF .deps/mod_cml_la-mod_cml_lua.Tpo -c mod_cml_lua.c  -fPIC -DPIC -o .libs/mod_cml_la-mod_cml_lua.o
mv -f .deps/mod_cml_la-mod_cml_lua.Tpo .deps/mod_cml_la-mod_cml_lua.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_cml_la-mod_cml_funcs.lo -MD -MP -MF .deps/mod_cml_la-mod_cml_funcs.Tpo -c -o mod_cml_la-mod_cml_funcs.lo `test -f 'mod_cml_funcs.c' || echo './'`mod_cml_funcs.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_cml_la-mod_cml_funcs.lo -MD -MP -MF .deps/mod_cml_la-mod_cml_funcs.Tpo -c mod_cml_funcs.c  -fPIC -DPIC -o .libs/mod_cml_la-mod_cml_funcs.o
mv -f .deps/mod_cml_la-mod_cml_funcs.Tpo .deps/mod_cml_la-mod_cml_funcs.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc   -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_cml.la -rpath /opt/crosscompile/lighttpd/lib mod_cml_la-mod_cml.lo mod_cml_la-mod_cml_lua.lo mod_cml_la-mod_cml_funcs.lo    -lm
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_cml_la-mod_cml.o .libs/mod_cml_la-mod_cml_lua.o .libs/mod_cml_la-mod_cml_funcs.o   -lm  -O2   -Wl,-soname -Wl,mod_cml.so -o .libs/mod_cml.so
libtool: link: ( cd ".libs" && rm -f "mod_cml.la" && ln -s "../mod_cml.la" "mod_cml.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_trigger_b4_dl.lo -MD -MP -MF .deps/mod_trigger_b4_dl.Tpo -c -o mod_trigger_b4_dl.lo mod_trigger_b4_dl.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_trigger_b4_dl.lo -MD -MP -MF .deps/mod_trigger_b4_dl.Tpo -c mod_trigger_b4_dl.c  -fPIC -DPIC -o .libs/mod_trigger_b4_dl.o
mv -f .deps/mod_trigger_b4_dl.Tpo .deps/mod_trigger_b4_dl.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_trigger_b4_dl.la -rpath /opt/crosscompile/lighttpd/lib mod_trigger_b4_dl.lo   -L/opt/crosscompile/pcre/lib -lpcre 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_trigger_b4_dl.o   -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -L/opt/crosscompile/pcre/lib /opt/crosscompile/pcre/lib/libpcre.so  -O2   -Wl,-soname -Wl,mod_trigger_b4_dl.so -o .libs/mod_trigger_b4_dl.so
libtool: link: ( cd ".libs" && rm -f "mod_trigger_b4_dl.la" && ln -s "../mod_trigger_b4_dl.la" "mod_trigger_b4_dl.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_mysql_vhost_la-mod_mysql_vhost.lo -MD -MP -MF .deps/mod_mysql_vhost_la-mod_mysql_vhost.Tpo -c -o mod_mysql_vhost_la-mod_mysql_vhost.lo `test -f 'mod_mysql_vhost.c' || echo './'`mod_mysql_vhost.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_mysql_vhost_la-mod_mysql_vhost.lo -MD -MP -MF .deps/mod_mysql_vhost_la-mod_mysql_vhost.Tpo -c mod_mysql_vhost.c  -fPIC -DPIC -o .libs/mod_mysql_vhost_la-mod_mysql_vhost.o
mv -f .deps/mod_mysql_vhost_la-mod_mysql_vhost.Tpo .deps/mod_mysql_vhost_la-mod_mysql_vhost.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_mysql_vhost.la -rpath /opt/crosscompile/lighttpd/lib mod_mysql_vhost_la-mod_mysql_vhost.lo  
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_mysql_vhost_la-mod_mysql_vhost.o    -O2   -Wl,-soname -Wl,mod_mysql_vhost.so -o .libs/mod_mysql_vhost.so
libtool: link: ( cd ".libs" && rm -f "mod_mysql_vhost.la" && ln -s "../mod_mysql_vhost.la" "mod_mysql_vhost.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_cgi.lo -MD -MP -MF .deps/mod_cgi.Tpo -c -o mod_cgi.lo mod_cgi.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_cgi.lo -MD -MP -MF .deps/mod_cgi.Tpo -c mod_cgi.c  -fPIC -DPIC -o .libs/mod_cgi.o
mv -f .deps/mod_cgi.Tpo .deps/mod_cgi.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_cgi.la -rpath /opt/crosscompile/lighttpd/lib mod_cgi.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_cgi.o    -O2   -Wl,-soname -Wl,mod_cgi.so -o .libs/mod_cgi.so
libtool: link: ( cd ".libs" && rm -f "mod_cgi.la" && ln -s "../mod_cgi.la" "mod_cgi.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_scgi.lo -MD -MP -MF .deps/mod_scgi.Tpo -c -o mod_scgi.lo mod_scgi.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_scgi.lo -MD -MP -MF .deps/mod_scgi.Tpo -c mod_scgi.c  -fPIC -DPIC -o .libs/mod_scgi.o
mv -f .deps/mod_scgi.Tpo .deps/mod_scgi.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_scgi.la -rpath /opt/crosscompile/lighttpd/lib mod_scgi.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_scgi.o    -O2   -Wl,-soname -Wl,mod_scgi.so -o .libs/mod_scgi.so
libtool: link: ( cd ".libs" && rm -f "mod_scgi.la" && ln -s "../mod_scgi.la" "mod_scgi.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_staticfile.lo -MD -MP -MF .deps/mod_staticfile.Tpo -c -o mod_staticfile.lo mod_staticfile.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_staticfile.lo -MD -MP -MF .deps/mod_staticfile.Tpo -c mod_staticfile.c  -fPIC -DPIC -o .libs/mod_staticfile.o
mv -f .deps/mod_staticfile.Tpo .deps/mod_staticfile.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_staticfile.la -rpath /opt/crosscompile/lighttpd/lib mod_staticfile.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_staticfile.o    -O2   -Wl,-soname -Wl,mod_staticfile.so -o .libs/mod_staticfile.so
libtool: link: ( cd ".libs" && rm -f "mod_staticfile.la" && ln -s "../mod_staticfile.la" "mod_staticfile.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_dirlisting.lo -MD -MP -MF .deps/mod_dirlisting.Tpo -c -o mod_dirlisting.lo mod_dirlisting.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_dirlisting.lo -MD -MP -MF .deps/mod_dirlisting.Tpo -c mod_dirlisting.c  -fPIC -DPIC -o .libs/mod_dirlisting.o
mv -f .deps/mod_dirlisting.Tpo .deps/mod_dirlisting.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_dirlisting.la -rpath /opt/crosscompile/lighttpd/lib mod_dirlisting.lo  -L/opt/crosscompile/pcre/lib -lpcre
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_dirlisting.o   -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -L/opt/crosscompile/pcre/lib /opt/crosscompile/pcre/lib/libpcre.so  -O2   -Wl,-soname -Wl,mod_dirlisting.so -o .libs/mod_dirlisting.so
libtool: link: ( cd ".libs" && rm -f "mod_dirlisting.la" && ln -s "../mod_dirlisting.la" "mod_dirlisting.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_indexfile.lo -MD -MP -MF .deps/mod_indexfile.Tpo -c -o mod_indexfile.lo mod_indexfile.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_indexfile.lo -MD -MP -MF .deps/mod_indexfile.Tpo -c mod_indexfile.c  -fPIC -DPIC -o .libs/mod_indexfile.o
mv -f .deps/mod_indexfile.Tpo .deps/mod_indexfile.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_indexfile.la -rpath /opt/crosscompile/lighttpd/lib mod_indexfile.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_indexfile.o    -O2   -Wl,-soname -Wl,mod_indexfile.so -o .libs/mod_indexfile.so
libtool: link: ( cd ".libs" && rm -f "mod_indexfile.la" && ln -s "../mod_indexfile.la" "mod_indexfile.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_setenv.lo -MD -MP -MF .deps/mod_setenv.Tpo -c -o mod_setenv.lo mod_setenv.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_setenv.lo -MD -MP -MF .deps/mod_setenv.Tpo -c mod_setenv.c  -fPIC -DPIC -o .libs/mod_setenv.o
mv -f .deps/mod_setenv.Tpo .deps/mod_setenv.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_setenv.la -rpath /opt/crosscompile/lighttpd/lib mod_setenv.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_setenv.o    -O2   -Wl,-soname -Wl,mod_setenv.so -o .libs/mod_setenv.so
libtool: link: ( cd ".libs" && rm -f "mod_setenv.la" && ln -s "../mod_setenv.la" "mod_setenv.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_alias.lo -MD -MP -MF .deps/mod_alias.Tpo -c -o mod_alias.lo mod_alias.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_alias.lo -MD -MP -MF .deps/mod_alias.Tpo -c mod_alias.c  -fPIC -DPIC -o .libs/mod_alias.o
mv -f .deps/mod_alias.Tpo .deps/mod_alias.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_alias.la -rpath /opt/crosscompile/lighttpd/lib mod_alias.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_alias.o    -O2   -Wl,-soname -Wl,mod_alias.so -o .libs/mod_alias.so
libtool: link: ( cd ".libs" && rm -f "mod_alias.la" && ln -s "../mod_alias.la" "mod_alias.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_userdir.lo -MD -MP -MF .deps/mod_userdir.Tpo -c -o mod_userdir.lo mod_userdir.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_userdir.lo -MD -MP -MF .deps/mod_userdir.Tpo -c mod_userdir.c  -fPIC -DPIC -o .libs/mod_userdir.o
mv -f .deps/mod_userdir.Tpo .deps/mod_userdir.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_userdir.la -rpath /opt/crosscompile/lighttpd/lib mod_userdir.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_userdir.o    -O2   -Wl,-soname -Wl,mod_userdir.so -o .libs/mod_userdir.so
libtool: link: ( cd ".libs" && rm -f "mod_userdir.la" && ln -s "../mod_userdir.la" "mod_userdir.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_rrdtool.lo -MD -MP -MF .deps/mod_rrdtool.Tpo -c -o mod_rrdtool.lo mod_rrdtool.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_rrdtool.lo -MD -MP -MF .deps/mod_rrdtool.Tpo -c mod_rrdtool.c  -fPIC -DPIC -o .libs/mod_rrdtool.o
mv -f .deps/mod_rrdtool.Tpo .deps/mod_rrdtool.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_rrdtool.la -rpath /opt/crosscompile/lighttpd/lib mod_rrdtool.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_rrdtool.o    -O2   -Wl,-soname -Wl,mod_rrdtool.so -o .libs/mod_rrdtool.so
libtool: link: ( cd ".libs" && rm -f "mod_rrdtool.la" && ln -s "../mod_rrdtool.la" "mod_rrdtool.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_usertrack.lo -MD -MP -MF .deps/mod_usertrack.Tpo -c -o mod_usertrack.lo mod_usertrack.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_usertrack.lo -MD -MP -MF .deps/mod_usertrack.Tpo -c mod_usertrack.c  -fPIC -DPIC -o .libs/mod_usertrack.o
mv -f .deps/mod_usertrack.Tpo .deps/mod_usertrack.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_usertrack.la -rpath /opt/crosscompile/lighttpd/lib mod_usertrack.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_usertrack.o    -O2   -Wl,-soname -Wl,mod_usertrack.so -o .libs/mod_usertrack.so
libtool: link: ( cd ".libs" && rm -f "mod_usertrack.la" && ln -s "../mod_usertrack.la" "mod_usertrack.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_proxy.lo -MD -MP -MF .deps/mod_proxy.Tpo -c -o mod_proxy.lo mod_proxy.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_proxy.lo -MD -MP -MF .deps/mod_proxy.Tpo -c mod_proxy.c  -fPIC -DPIC -o .libs/mod_proxy.o
mv -f .deps/mod_proxy.Tpo .deps/mod_proxy.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_proxy.la -rpath /opt/crosscompile/lighttpd/lib mod_proxy.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_proxy.o    -O2   -Wl,-soname -Wl,mod_proxy.so -o .libs/mod_proxy.so
libtool: link: ( cd ".libs" && rm -f "mod_proxy.la" && ln -s "../mod_proxy.la" "mod_proxy.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_ssi_exprparser.lo -MD -MP -MF .deps/mod_ssi_exprparser.Tpo -c -o mod_ssi_exprparser.lo mod_ssi_exprparser.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_ssi_exprparser.lo -MD -MP -MF .deps/mod_ssi_exprparser.Tpo -c mod_ssi_exprparser.c  -fPIC -DPIC -o .libs/mod_ssi_exprparser.o
mv -f .deps/mod_ssi_exprparser.Tpo .deps/mod_ssi_exprparser.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_ssi_expr.lo -MD -MP -MF .deps/mod_ssi_expr.Tpo -c -o mod_ssi_expr.lo mod_ssi_expr.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_ssi_expr.lo -MD -MP -MF .deps/mod_ssi_expr.Tpo -c mod_ssi_expr.c  -fPIC -DPIC -o .libs/mod_ssi_expr.o
mv -f .deps/mod_ssi_expr.Tpo .deps/mod_ssi_expr.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_ssi.lo -MD -MP -MF .deps/mod_ssi.Tpo -c -o mod_ssi.lo mod_ssi.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_ssi.lo -MD -MP -MF .deps/mod_ssi.Tpo -c mod_ssi.c  -fPIC -DPIC -o .libs/mod_ssi.o
mv -f .deps/mod_ssi.Tpo .deps/mod_ssi.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_ssi.la -rpath /opt/crosscompile/lighttpd/lib mod_ssi_exprparser.lo mod_ssi_expr.lo mod_ssi.lo  -L/opt/crosscompile/pcre/lib -lpcre
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_ssi_exprparser.o .libs/mod_ssi_expr.o .libs/mod_ssi.o   -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -L/opt/crosscompile/pcre/lib /opt/crosscompile/pcre/lib/libpcre.so  -O2   -Wl,-soname -Wl,mod_ssi.so -o .libs/mod_ssi.so
libtool: link: ( cd ".libs" && rm -f "mod_ssi.la" && ln -s "../mod_ssi.la" "mod_ssi.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_secure_download.lo -MD -MP -MF .deps/mod_secure_download.Tpo -c -o mod_secure_download.lo mod_secure_download.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_secure_download.lo -MD -MP -MF .deps/mod_secure_download.Tpo -c mod_secure_download.c  -fPIC -DPIC -o .libs/mod_secure_download.o
mv -f .deps/mod_secure_download.Tpo .deps/mod_secure_download.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_secdownload.la -rpath /opt/crosscompile/lighttpd/lib mod_secure_download.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_secure_download.o    -O2   -Wl,-soname -Wl,mod_secdownload.so -o .libs/mod_secdownload.so
libtool: link: ( cd ".libs" && rm -f "mod_secdownload.la" && ln -s "../mod_secdownload.la" "mod_secdownload.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_expire.lo -MD -MP -MF .deps/mod_expire.Tpo -c -o mod_expire.lo mod_expire.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_expire.lo -MD -MP -MF .deps/mod_expire.Tpo -c mod_expire.c  -fPIC -DPIC -o .libs/mod_expire.o
mv -f .deps/mod_expire.Tpo .deps/mod_expire.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_expire.la -rpath /opt/crosscompile/lighttpd/lib mod_expire.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_expire.o    -O2   -Wl,-soname -Wl,mod_expire.so -o .libs/mod_expire.so
libtool: link: ( cd ".libs" && rm -f "mod_expire.la" && ln -s "../mod_expire.la" "mod_expire.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_evhost.lo -MD -MP -MF .deps/mod_evhost.Tpo -c -o mod_evhost.lo mod_evhost.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_evhost.lo -MD -MP -MF .deps/mod_evhost.Tpo -c mod_evhost.c  -fPIC -DPIC -o .libs/mod_evhost.o
mv -f .deps/mod_evhost.Tpo .deps/mod_evhost.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_evhost.la -rpath /opt/crosscompile/lighttpd/lib mod_evhost.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_evhost.o    -O2   -Wl,-soname -Wl,mod_evhost.so -o .libs/mod_evhost.so
libtool: link: ( cd ".libs" && rm -f "mod_evhost.la" && ln -s "../mod_evhost.la" "mod_evhost.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_simple_vhost.lo -MD -MP -MF .deps/mod_simple_vhost.Tpo -c -o mod_simple_vhost.lo mod_simple_vhost.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_simple_vhost.lo -MD -MP -MF .deps/mod_simple_vhost.Tpo -c mod_simple_vhost.c  -fPIC -DPIC -o .libs/mod_simple_vhost.o
mv -f .deps/mod_simple_vhost.Tpo .deps/mod_simple_vhost.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_simple_vhost.la -rpath /opt/crosscompile/lighttpd/lib mod_simple_vhost.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_simple_vhost.o    -O2   -Wl,-soname -Wl,mod_simple_vhost.so -o .libs/mod_simple_vhost.so
libtool: link: ( cd ".libs" && rm -f "mod_simple_vhost.la" && ln -s "../mod_simple_vhost.la" "mod_simple_vhost.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_fastcgi.lo -MD -MP -MF .deps/mod_fastcgi.Tpo -c -o mod_fastcgi.lo mod_fastcgi.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_fastcgi.lo -MD -MP -MF .deps/mod_fastcgi.Tpo -c mod_fastcgi.c  -fPIC -DPIC -o .libs/mod_fastcgi.o
mv -f .deps/mod_fastcgi.Tpo .deps/mod_fastcgi.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_fastcgi.la -rpath /opt/crosscompile/lighttpd/lib mod_fastcgi.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_fastcgi.o    -O2   -Wl,-soname -Wl,mod_fastcgi.so -o .libs/mod_fastcgi.so
libtool: link: ( cd ".libs" && rm -f "mod_fastcgi.la" && ln -s "../mod_fastcgi.la" "mod_fastcgi.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_extforward.lo -MD -MP -MF .deps/mod_extforward.Tpo -c -o mod_extforward.lo mod_extforward.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_extforward.lo -MD -MP -MF .deps/mod_extforward.Tpo -c mod_extforward.c  -fPIC -DPIC -o .libs/mod_extforward.o
mv -f .deps/mod_extforward.Tpo .deps/mod_extforward.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_extforward.la -rpath /opt/crosscompile/lighttpd/lib mod_extforward.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_extforward.o    -O2   -Wl,-soname -Wl,mod_extforward.so -o .libs/mod_extforward.so
libtool: link: ( cd ".libs" && rm -f "mod_extforward.la" && ln -s "../mod_extforward.la" "mod_extforward.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_access.lo -MD -MP -MF .deps/mod_access.Tpo -c -o mod_access.lo mod_access.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_access.lo -MD -MP -MF .deps/mod_access.Tpo -c mod_access.c  -fPIC -DPIC -o .libs/mod_access.o
mv -f .deps/mod_access.Tpo .deps/mod_access.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_access.la -rpath /opt/crosscompile/lighttpd/lib mod_access.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_access.o    -O2   -Wl,-soname -Wl,mod_access.so -o .libs/mod_access.so
libtool: link: ( cd ".libs" && rm -f "mod_access.la" && ln -s "../mod_access.la" "mod_access.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_compress.lo -MD -MP -MF .deps/mod_compress.Tpo -c -o mod_compress.lo mod_compress.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_compress.lo -MD -MP -MF .deps/mod_compress.Tpo -c mod_compress.c  -fPIC -DPIC -o .libs/mod_compress.o
mod_compress.c: In function 'mod_compress_setdefaults':
mod_compress.c:190:18: warning: unused variable 'ds' [-Wunused-variable]
mv -f .deps/mod_compress.Tpo .deps/mod_compress.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_compress.la -rpath /opt/crosscompile/lighttpd/lib mod_compress.lo   
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_compress.o    -O2   -Wl,-soname -Wl,mod_compress.so -o .libs/mod_compress.so
libtool: link: ( cd ".libs" && rm -f "mod_compress.la" && ln -s "../mod_compress.la" "mod_compress.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_auth.lo -MD -MP -MF .deps/mod_auth.Tpo -c -o mod_auth.lo mod_auth.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_auth.lo -MD -MP -MF .deps/mod_auth.Tpo -c mod_auth.c  -fPIC -DPIC -o .libs/mod_auth.o
mv -f .deps/mod_auth.Tpo .deps/mod_auth.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT http_auth.lo -MD -MP -MF .deps/http_auth.Tpo -c -o http_auth.lo http_auth.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT http_auth.lo -MD -MP -MF .deps/http_auth.Tpo -c http_auth.c  -fPIC -DPIC -o .libs/http_auth.o
mv -f .deps/http_auth.Tpo .deps/http_auth.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_auth.la -rpath /opt/crosscompile/lighttpd/lib mod_auth.lo http_auth.lo -lcrypt   
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_auth.o .libs/http_auth.o   -lcrypt  -O2   -Wl,-soname -Wl,mod_auth.so -o .libs/mod_auth.so
libtool: link: ( cd ".libs" && rm -f "mod_auth.la" && ln -s "../mod_auth.la" "mod_auth.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_rewrite.lo -MD -MP -MF .deps/mod_rewrite.Tpo -c -o mod_rewrite.lo mod_rewrite.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_rewrite.lo -MD -MP -MF .deps/mod_rewrite.Tpo -c mod_rewrite.c  -fPIC -DPIC -o .libs/mod_rewrite.o
mv -f .deps/mod_rewrite.Tpo .deps/mod_rewrite.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_rewrite.la -rpath /opt/crosscompile/lighttpd/lib mod_rewrite.lo -L/opt/crosscompile/pcre/lib -lpcre 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_rewrite.o   -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -L/opt/crosscompile/pcre/lib /opt/crosscompile/pcre/lib/libpcre.so  -O2   -Wl,-soname -Wl,mod_rewrite.so -o .libs/mod_rewrite.so
libtool: link: ( cd ".libs" && rm -f "mod_rewrite.la" && ln -s "../mod_rewrite.la" "mod_rewrite.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_redirect.lo -MD -MP -MF .deps/mod_redirect.Tpo -c -o mod_redirect.lo mod_redirect.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_redirect.lo -MD -MP -MF .deps/mod_redirect.Tpo -c mod_redirect.c  -fPIC -DPIC -o .libs/mod_redirect.o
mv -f .deps/mod_redirect.Tpo .deps/mod_redirect.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_redirect.la -rpath /opt/crosscompile/lighttpd/lib mod_redirect.lo -L/opt/crosscompile/pcre/lib -lpcre 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_redirect.o   -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -L/opt/crosscompile/pcre/lib /opt/crosscompile/pcre/lib/libpcre.so  -O2   -Wl,-soname -Wl,mod_redirect.so -o .libs/mod_redirect.so
libtool: link: ( cd ".libs" && rm -f "mod_redirect.la" && ln -s "../mod_redirect.la" "mod_redirect.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_status.lo -MD -MP -MF .deps/mod_status.Tpo -c -o mod_status.lo mod_status.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_status.lo -MD -MP -MF .deps/mod_status.Tpo -c mod_status.c  -fPIC -DPIC -o .libs/mod_status.o
mv -f .deps/mod_status.Tpo .deps/mod_status.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_status.la -rpath /opt/crosscompile/lighttpd/lib mod_status.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_status.o    -O2   -Wl,-soname -Wl,mod_status.so -o .libs/mod_status.so
libtool: link: ( cd ".libs" && rm -f "mod_status.la" && ln -s "../mod_status.la" "mod_status.la" )
/bin/bash ../libtool  --tag=CC   --mode=compile arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_accesslog.lo -MD -MP -MF .deps/mod_accesslog.Tpo -c -o mod_accesslog.lo mod_accesslog.c
libtool: compile:  arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/opt/crosscompile/lighttpd/lib\" -DSBIN_DIR=\"/opt/crosscompile/lighttpd/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_accesslog.lo -MD -MP -MF .deps/mod_accesslog.Tpo -c mod_accesslog.c  -fPIC -DPIC -o .libs/mod_accesslog.o
mv -f .deps/mod_accesslog.Tpo .deps/mod_accesslog.Plo
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -module -export-dynamic -avoid-version -no-undefined  -o mod_accesslog.la -rpath /opt/crosscompile/lighttpd/lib mod_accesslog.lo 
libtool: link: arm-xscale-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/mod_accesslog.o    -O2   -Wl,-soname -Wl,mod_accesslog.so -o .libs/mod_accesslog.so
libtool: link: ( cd ".libs" && rm -f "mod_accesslog.la" && ln -s "../mod_accesslog.la" "mod_accesslog.la" )
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..  -DDEBUG_PROC_OPEN -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT proc_open-proc_open.o -MD -MP -MF .deps/proc_open-proc_open.Tpo -c -o proc_open-proc_open.o `test -f 'proc_open.c' || echo './'`proc_open.c
mv -f .deps/proc_open-proc_open.Tpo .deps/proc_open-proc_open.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..  -DDEBUG_PROC_OPEN -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT proc_open-buffer.o -MD -MP -MF .deps/proc_open-buffer.Tpo -c -o proc_open-buffer.o `test -f 'buffer.c' || echo './'`buffer.c
mv -f .deps/proc_open-buffer.Tpo .deps/proc_open-buffer.Po
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99   -o proc_open proc_open-proc_open.o proc_open-buffer.o 
libtool: link: arm-xscale-linux-gnueabi-gcc -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -o proc_open proc_open-proc_open.o proc_open-buffer.o
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT lemon.o -MD -MP -MF .deps/lemon.Tpo -c -o lemon.o lemon.c
mv -f .deps/lemon.Tpo .deps/lemon.Po
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99   -o lemon lemon.o 
libtool: link: arm-xscale-linux-gnueabi-gcc -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -o lemon lemon.o
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.c
mv -f .deps/server.Tpo .deps/server.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT response.o -MD -MP -MF .deps/response.Tpo -c -o response.o response.c
mv -f .deps/response.Tpo .deps/response.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT connections.o -MD -MP -MF .deps/connections.Tpo -c -o connections.o connections.c
mv -f .deps/connections.Tpo .deps/connections.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT network.o -MD -MP -MF .deps/network.Tpo -c -o network.o network.c
mv -f .deps/network.Tpo .deps/network.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT configfile.o -MD -MP -MF .deps/configfile.Tpo -c -o configfile.o configfile.c
mv -f .deps/configfile.Tpo .deps/configfile.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT configparser.o -MD -MP -MF .deps/configparser.Tpo -c -o configparser.o configparser.c
mv -f .deps/configparser.Tpo .deps/configparser.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT request.o -MD -MP -MF .deps/request.Tpo -c -o request.o request.c
request.c: In function 'http_request_parse':
request.c:1052:5: warning: comparison is always true due to limited range of data type [-Wtype-limits]
mv -f .deps/request.Tpo .deps/request.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT proc_open.o -MD -MP -MF .deps/proc_open.Tpo -c -o proc_open.o proc_open.c
mv -f .deps/proc_open.Tpo .deps/proc_open.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o buffer.c
mv -f .deps/buffer.Tpo .deps/buffer.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c
mv -f .deps/log.Tpo .deps/log.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT keyvalue.o -MD -MP -MF .deps/keyvalue.Tpo -c -o keyvalue.o keyvalue.c
mv -f .deps/keyvalue.Tpo .deps/keyvalue.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT chunk.o -MD -MP -MF .deps/chunk.Tpo -c -o chunk.o chunk.c
mv -f .deps/chunk.Tpo .deps/chunk.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT http_chunk.o -MD -MP -MF .deps/http_chunk.Tpo -c -o http_chunk.o http_chunk.c
mv -f .deps/http_chunk.Tpo .deps/http_chunk.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT stream.o -MD -MP -MF .deps/stream.Tpo -c -o stream.o stream.c
mv -f .deps/stream.Tpo .deps/stream.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT fdevent.o -MD -MP -MF .deps/fdevent.Tpo -c -o fdevent.o fdevent.c
mv -f .deps/fdevent.Tpo .deps/fdevent.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT stat_cache.o -MD -MP -MF .deps/stat_cache.Tpo -c -o stat_cache.o stat_cache.c
mv -f .deps/stat_cache.Tpo .deps/stat_cache.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.c
mv -f .deps/plugin.Tpo .deps/plugin.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT joblist.o -MD -MP -MF .deps/joblist.Tpo -c -o joblist.o joblist.c
mv -f .deps/joblist.Tpo .deps/joblist.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT etag.o -MD -MP -MF .deps/etag.Tpo -c -o etag.o etag.c
mv -f .deps/etag.Tpo .deps/etag.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT array.o -MD -MP -MF .deps/array.Tpo -c -o array.o array.c
mv -f .deps/array.Tpo .deps/array.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT data_string.o -MD -MP -MF .deps/data_string.Tpo -c -o data_string.o data_string.c
mv -f .deps/data_string.Tpo .deps/data_string.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT data_count.o -MD -MP -MF .deps/data_count.Tpo -c -o data_count.o data_count.c
mv -f .deps/data_count.Tpo .deps/data_count.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT data_array.o -MD -MP -MF .deps/data_array.Tpo -c -o data_array.o data_array.c
mv -f .deps/data_array.Tpo .deps/data_array.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT data_integer.o -MD -MP -MF .deps/data_integer.Tpo -c -o data_integer.o data_integer.c
mv -f .deps/data_integer.Tpo .deps/data_integer.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
mv -f .deps/md5.Tpo .deps/md5.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT data_fastcgi.o -MD -MP -MF .deps/data_fastcgi.Tpo -c -o data_fastcgi.o data_fastcgi.c
mv -f .deps/data_fastcgi.Tpo .deps/data_fastcgi.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT fdevent_select.o -MD -MP -MF .deps/fdevent_select.Tpo -c -o fdevent_select.o fdevent_select.c
mv -f .deps/fdevent_select.Tpo .deps/fdevent_select.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT fdevent_libev.o -MD -MP -MF .deps/fdevent_libev.Tpo -c -o fdevent_libev.o fdevent_libev.c
mv -f .deps/fdevent_libev.Tpo .deps/fdevent_libev.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT fdevent_poll.o -MD -MP -MF .deps/fdevent_poll.Tpo -c -o fdevent_poll.o fdevent_poll.c
mv -f .deps/fdevent_poll.Tpo .deps/fdevent_poll.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT fdevent_linux_sysepoll.o -MD -MP -MF .deps/fdevent_linux_sysepoll.Tpo -c -o fdevent_linux_sysepoll.o fdevent_linux_sysepoll.c
mv -f .deps/fdevent_linux_sysepoll.Tpo .deps/fdevent_linux_sysepoll.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT fdevent_solaris_devpoll.o -MD -MP -MF .deps/fdevent_solaris_devpoll.Tpo -c -o fdevent_solaris_devpoll.o fdevent_solaris_devpoll.c
mv -f .deps/fdevent_solaris_devpoll.Tpo .deps/fdevent_solaris_devpoll.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT fdevent_solaris_port.o -MD -MP -MF .deps/fdevent_solaris_port.Tpo -c -o fdevent_solaris_port.o fdevent_solaris_port.c
mv -f .deps/fdevent_solaris_port.Tpo .deps/fdevent_solaris_port.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT fdevent_freebsd_kqueue.o -MD -MP -MF .deps/fdevent_freebsd_kqueue.Tpo -c -o fdevent_freebsd_kqueue.o fdevent_freebsd_kqueue.c
mv -f .deps/fdevent_freebsd_kqueue.Tpo .deps/fdevent_freebsd_kqueue.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT data_config.o -MD -MP -MF .deps/data_config.Tpo -c -o data_config.o data_config.c
mv -f .deps/data_config.Tpo .deps/data_config.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT bitset.o -MD -MP -MF .deps/bitset.Tpo -c -o bitset.o bitset.c
mv -f .deps/bitset.Tpo .deps/bitset.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT inet_ntop_cache.o -MD -MP -MF .deps/inet_ntop_cache.Tpo -c -o inet_ntop_cache.o inet_ntop_cache.c
mv -f .deps/inet_ntop_cache.Tpo .deps/inet_ntop_cache.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT crc32.o -MD -MP -MF .deps/crc32.Tpo -c -o crc32.o crc32.c
mv -f .deps/crc32.Tpo .deps/crc32.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT connections-glue.o -MD -MP -MF .deps/connections-glue.Tpo -c -o connections-glue.o connections-glue.c
mv -f .deps/connections-glue.Tpo .deps/connections-glue.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT configfile-glue.o -MD -MP -MF .deps/configfile-glue.Tpo -c -o configfile-glue.o configfile-glue.c
mv -f .deps/configfile-glue.Tpo .deps/configfile-glue.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT http-header-glue.o -MD -MP -MF .deps/http-header-glue.Tpo -c -o http-header-glue.o http-header-glue.c
mv -f .deps/http-header-glue.Tpo .deps/http-header-glue.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT network_write.o -MD -MP -MF .deps/network_write.Tpo -c -o network_write.o network_write.c
mv -f .deps/network_write.Tpo .deps/network_write.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT network_linux_sendfile.o -MD -MP -MF .deps/network_linux_sendfile.Tpo -c -o network_linux_sendfile.o network_linux_sendfile.c
mv -f .deps/network_linux_sendfile.Tpo .deps/network_linux_sendfile.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT network_freebsd_sendfile.o -MD -MP -MF .deps/network_freebsd_sendfile.Tpo -c -o network_freebsd_sendfile.o network_freebsd_sendfile.c
mv -f .deps/network_freebsd_sendfile.Tpo .deps/network_freebsd_sendfile.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT network_writev.o -MD -MP -MF .deps/network_writev.Tpo -c -o network_writev.o network_writev.c
mv -f .deps/network_writev.Tpo .deps/network_writev.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT network_solaris_sendfilev.o -MD -MP -MF .deps/network_solaris_sendfilev.Tpo -c -o network_solaris_sendfilev.o network_solaris_sendfilev.c
mv -f .deps/network_solaris_sendfilev.Tpo .deps/network_solaris_sendfilev.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT network_openssl.o -MD -MP -MF .deps/network_openssl.Tpo -c -o network_openssl.o network_openssl.c
mv -f .deps/network_openssl.Tpo .deps/network_openssl.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT splaytree.o -MD -MP -MF .deps/splaytree.Tpo -c -o splaytree.o splaytree.c
mv -f .deps/splaytree.Tpo .deps/splaytree.Po
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT status_counter.o -MD -MP -MF .deps/status_counter.Tpo -c -o status_counter.o status_counter.c
mv -f .deps/status_counter.Tpo .deps/status_counter.Po
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -export-dynamic  -o lighttpd server.o response.o connections.o network.o configfile.o configparser.o request.o proc_open.o buffer.o log.o keyvalue.o chunk.o http_chunk.o stream.o fdevent.o stat_cache.o plugin.o joblist.o etag.o array.o data_string.o data_count.o data_array.o data_integer.o md5.o data_fastcgi.o fdevent_select.o fdevent_libev.o fdevent_poll.o fdevent_linux_sysepoll.o fdevent_solaris_devpoll.o fdevent_solaris_port.o fdevent_freebsd_kqueue.o data_config.o bitset.o inet_ntop_cache.o crc32.o connections-glue.o configfile-glue.o http-header-glue.o network_write.o network_linux_sendfile.o network_freebsd_sendfile.o network_writev.o network_solaris_sendfilev.o network_openssl.o splaytree.o status_counter.o -L/opt/crosscompile/pcre/lib -lpcre -ldl      
libtool: link: arm-xscale-linux-gnueabi-gcc -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -o lighttpd server.o response.o connections.o network.o configfile.o configparser.o request.o proc_open.o buffer.o log.o keyvalue.o chunk.o http_chunk.o stream.o fdevent.o stat_cache.o plugin.o joblist.o etag.o array.o data_string.o data_count.o data_array.o data_integer.o md5.o data_fastcgi.o fdevent_select.o fdevent_libev.o fdevent_poll.o fdevent_linux_sysepoll.o fdevent_solaris_devpoll.o fdevent_solaris_port.o fdevent_freebsd_kqueue.o data_config.o bitset.o inet_ntop_cache.o crc32.o connections-glue.o configfile-glue.o http-header-glue.o network_write.o network_linux_sendfile.o network_freebsd_sendfile.o network_writev.o network_solaris_sendfilev.o network_openssl.o splaytree.o status_counter.o -Wl,--export-dynamic  -L/opt/crosscompile/pcre/lib /opt/crosscompile/pcre/lib/libpcre.so -ldl -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib -Wl,-rpath -Wl,/opt/crosscompile/pcre/lib
arm-xscale-linux-gnueabi-gcc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/opt/crosscompile/lighttpd/lib\"" -DSBIN_DIR="\"/opt/crosscompile/lighttpd/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/opt/crosscompile/pcre/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT lighttpd-angel.o -MD -MP -MF .deps/lighttpd-angel.Tpo -c -o lighttpd-angel.o lighttpd-angel.c
mv -f .deps/lighttpd-angel.Tpo .deps/lighttpd-angel.Po
/bin/bash ../libtool  --tag=CC   --mode=link arm-xscale-linux-gnueabi-gcc  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99   -o lighttpd-angel lighttpd-angel.o 
libtool: link: arm-xscale-linux-gnueabi-gcc -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -o lighttpd-angel lighttpd-angel.o
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/src'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/src'
Making all in doc
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc'
Making all in config
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config'
Making all in conf.d
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/conf.d'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/conf.d'
Making all in vhosts.d
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/vhosts.d'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/vhosts.d'
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config'
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config'
Making all in scripts
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/scripts'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/scripts'
Making all in initscripts
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/initscripts'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/initscripts'
Making all in systemd
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/systemd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/systemd'
Making all in outdated
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/outdated'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/outdated'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc'
Making all in tests
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests'
Making all in docroot
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot'
Making all in 123
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/123'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/123'
Making all in www
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www'
Making all in go
make[5]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/go'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/go'
Making all in indexfile
make[5]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/indexfile'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/indexfile'
Making all in expire
make[5]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/expire'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/expire'
make[5]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www'
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www'
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot'
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests'
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32'
make[1]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32'
crifan@ubuntu:lighttpd-1.4.32$

5.再make install去安装:

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
crifan@ubuntu:lighttpd-1.4.32$ make install
Making install in src
make[1]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/src'
make  install-am
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/src'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/src'
 /bin/mkdir -p '/opt/crosscompile/lighttpd/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   mod_flv_streaming.la mod_evasive.la mod_webdav.la mod_magnet.la mod_cml.la mod_trigger_b4_dl.la mod_mysql_vhost.la mod_cgi.la mod_scgi.la mod_staticfile.la mod_dirlisting.la mod_indexfile.la mod_setenv.la mod_alias.la mod_userdir.la mod_rrdtool.la mod_usertrack.la mod_proxy.la mod_ssi.la mod_secdownload.la mod_expire.la mod_evhost.la mod_simple_vhost.la mod_fastcgi.la mod_extforward.la mod_access.la mod_compress.la mod_auth.la mod_rewrite.la mod_redirect.la mod_status.la mod_accesslog.la '/opt/crosscompile/lighttpd/lib'
libtool: install: /usr/bin/install -c .libs/mod_flv_streaming.so /opt/crosscompile/lighttpd/lib/mod_flv_streaming.so
libtool: install: /usr/bin/install -c .libs/mod_flv_streaming.lai /opt/crosscompile/lighttpd/lib/mod_flv_streaming.la
libtool: install: /usr/bin/install -c .libs/mod_evasive.so /opt/crosscompile/lighttpd/lib/mod_evasive.so
libtool: install: /usr/bin/install -c .libs/mod_evasive.lai /opt/crosscompile/lighttpd/lib/mod_evasive.la
libtool: install: /usr/bin/install -c .libs/mod_webdav.so /opt/crosscompile/lighttpd/lib/mod_webdav.so
libtool: install: /usr/bin/install -c .libs/mod_webdav.lai /opt/crosscompile/lighttpd/lib/mod_webdav.la
libtool: install: /usr/bin/install -c .libs/mod_magnet.so /opt/crosscompile/lighttpd/lib/mod_magnet.so
libtool: install: /usr/bin/install -c .libs/mod_magnet.lai /opt/crosscompile/lighttpd/lib/mod_magnet.la
libtool: install: /usr/bin/install -c .libs/mod_cml.so /opt/crosscompile/lighttpd/lib/mod_cml.so
libtool: install: /usr/bin/install -c .libs/mod_cml.lai /opt/crosscompile/lighttpd/lib/mod_cml.la
libtool: install: /usr/bin/install -c .libs/mod_trigger_b4_dl.so /opt/crosscompile/lighttpd/lib/mod_trigger_b4_dl.so
libtool: install: /usr/bin/install -c .libs/mod_trigger_b4_dl.lai /opt/crosscompile/lighttpd/lib/mod_trigger_b4_dl.la
libtool: install: /usr/bin/install -c .libs/mod_mysql_vhost.so /opt/crosscompile/lighttpd/lib/mod_mysql_vhost.so
libtool: install: /usr/bin/install -c .libs/mod_mysql_vhost.lai /opt/crosscompile/lighttpd/lib/mod_mysql_vhost.la
libtool: install: /usr/bin/install -c .libs/mod_cgi.so /opt/crosscompile/lighttpd/lib/mod_cgi.so
libtool: install: /usr/bin/install -c .libs/mod_cgi.lai /opt/crosscompile/lighttpd/lib/mod_cgi.la
libtool: install: /usr/bin/install -c .libs/mod_scgi.so /opt/crosscompile/lighttpd/lib/mod_scgi.so
libtool: install: /usr/bin/install -c .libs/mod_scgi.lai /opt/crosscompile/lighttpd/lib/mod_scgi.la
libtool: install: /usr/bin/install -c .libs/mod_staticfile.so /opt/crosscompile/lighttpd/lib/mod_staticfile.so
libtool: install: /usr/bin/install -c .libs/mod_staticfile.lai /opt/crosscompile/lighttpd/lib/mod_staticfile.la
libtool: install: /usr/bin/install -c .libs/mod_dirlisting.so /opt/crosscompile/lighttpd/lib/mod_dirlisting.so
libtool: install: /usr/bin/install -c .libs/mod_dirlisting.lai /opt/crosscompile/lighttpd/lib/mod_dirlisting.la
libtool: install: /usr/bin/install -c .libs/mod_indexfile.so /opt/crosscompile/lighttpd/lib/mod_indexfile.so
libtool: install: /usr/bin/install -c .libs/mod_indexfile.lai /opt/crosscompile/lighttpd/lib/mod_indexfile.la
libtool: install: /usr/bin/install -c .libs/mod_setenv.so /opt/crosscompile/lighttpd/lib/mod_setenv.so
libtool: install: /usr/bin/install -c .libs/mod_setenv.lai /opt/crosscompile/lighttpd/lib/mod_setenv.la
libtool: install: /usr/bin/install -c .libs/mod_alias.so /opt/crosscompile/lighttpd/lib/mod_alias.so
libtool: install: /usr/bin/install -c .libs/mod_alias.lai /opt/crosscompile/lighttpd/lib/mod_alias.la
libtool: install: /usr/bin/install -c .libs/mod_userdir.so /opt/crosscompile/lighttpd/lib/mod_userdir.so
libtool: install: /usr/bin/install -c .libs/mod_userdir.lai /opt/crosscompile/lighttpd/lib/mod_userdir.la
libtool: install: /usr/bin/install -c .libs/mod_rrdtool.so /opt/crosscompile/lighttpd/lib/mod_rrdtool.so
libtool: install: /usr/bin/install -c .libs/mod_rrdtool.lai /opt/crosscompile/lighttpd/lib/mod_rrdtool.la
libtool: install: /usr/bin/install -c .libs/mod_usertrack.so /opt/crosscompile/lighttpd/lib/mod_usertrack.so
libtool: install: /usr/bin/install -c .libs/mod_usertrack.lai /opt/crosscompile/lighttpd/lib/mod_usertrack.la
libtool: install: /usr/bin/install -c .libs/mod_proxy.so /opt/crosscompile/lighttpd/lib/mod_proxy.so
libtool: install: /usr/bin/install -c .libs/mod_proxy.lai /opt/crosscompile/lighttpd/lib/mod_proxy.la
libtool: install: /usr/bin/install -c .libs/mod_ssi.so /opt/crosscompile/lighttpd/lib/mod_ssi.so
libtool: install: /usr/bin/install -c .libs/mod_ssi.lai /opt/crosscompile/lighttpd/lib/mod_ssi.la
libtool: install: /usr/bin/install -c .libs/mod_secdownload.so /opt/crosscompile/lighttpd/lib/mod_secdownload.so
libtool: install: /usr/bin/install -c .libs/mod_secdownload.lai /opt/crosscompile/lighttpd/lib/mod_secdownload.la
libtool: install: /usr/bin/install -c .libs/mod_expire.so /opt/crosscompile/lighttpd/lib/mod_expire.so
libtool: install: /usr/bin/install -c .libs/mod_expire.lai /opt/crosscompile/lighttpd/lib/mod_expire.la
libtool: install: /usr/bin/install -c .libs/mod_evhost.so /opt/crosscompile/lighttpd/lib/mod_evhost.so
libtool: install: /usr/bin/install -c .libs/mod_evhost.lai /opt/crosscompile/lighttpd/lib/mod_evhost.la
libtool: install: /usr/bin/install -c .libs/mod_simple_vhost.so /opt/crosscompile/lighttpd/lib/mod_simple_vhost.so
libtool: install: /usr/bin/install -c .libs/mod_simple_vhost.lai /opt/crosscompile/lighttpd/lib/mod_simple_vhost.la
libtool: install: /usr/bin/install -c .libs/mod_fastcgi.so /opt/crosscompile/lighttpd/lib/mod_fastcgi.so
libtool: install: /usr/bin/install -c .libs/mod_fastcgi.lai /opt/crosscompile/lighttpd/lib/mod_fastcgi.la
libtool: install: /usr/bin/install -c .libs/mod_extforward.so /opt/crosscompile/lighttpd/lib/mod_extforward.so
libtool: install: /usr/bin/install -c .libs/mod_extforward.lai /opt/crosscompile/lighttpd/lib/mod_extforward.la
libtool: install: /usr/bin/install -c .libs/mod_access.so /opt/crosscompile/lighttpd/lib/mod_access.so
libtool: install: /usr/bin/install -c .libs/mod_access.lai /opt/crosscompile/lighttpd/lib/mod_access.la
libtool: install: /usr/bin/install -c .libs/mod_compress.so /opt/crosscompile/lighttpd/lib/mod_compress.so
libtool: install: /usr/bin/install -c .libs/mod_compress.lai /opt/crosscompile/lighttpd/lib/mod_compress.la
libtool: install: /usr/bin/install -c .libs/mod_auth.so /opt/crosscompile/lighttpd/lib/mod_auth.so
libtool: install: /usr/bin/install -c .libs/mod_auth.lai /opt/crosscompile/lighttpd/lib/mod_auth.la
libtool: install: /usr/bin/install -c .libs/mod_rewrite.so /opt/crosscompile/lighttpd/lib/mod_rewrite.so
libtool: install: /usr/bin/install -c .libs/mod_rewrite.lai /opt/crosscompile/lighttpd/lib/mod_rewrite.la
libtool: install: /usr/bin/install -c .libs/mod_redirect.so /opt/crosscompile/lighttpd/lib/mod_redirect.so
libtool: install: /usr/bin/install -c .libs/mod_redirect.lai /opt/crosscompile/lighttpd/lib/mod_redirect.la
libtool: install: /usr/bin/install -c .libs/mod_status.so /opt/crosscompile/lighttpd/lib/mod_status.so
libtool: install: /usr/bin/install -c .libs/mod_status.lai /opt/crosscompile/lighttpd/lib/mod_status.la
libtool: install: /usr/bin/install -c .libs/mod_accesslog.so /opt/crosscompile/lighttpd/lib/mod_accesslog.so
libtool: install: /usr/bin/install -c .libs/mod_accesslog.lai /opt/crosscompile/lighttpd/lib/mod_accesslog.la
libtool: finish: PATH="/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/crosstool-ng/bin:/opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin:/opt/crosscompile/curl/bin:/opt/crosstool-ng/bin:/opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin:/opt/crosscompile/curl/bin:/opt/crosscompile/pcre/bin:/sbin" ldconfig -n /opt/crosscompile/lighttpd/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/crosscompile/lighttpd/lib
 
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
 
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/opt/crosscompile/lighttpd/sbin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c lighttpd '/opt/crosscompile/lighttpd/sbin/./arm-xscale-linux-gnueabi-lighttpd'
libtool: install: /usr/bin/install -c lighttpd /opt/crosscompile/lighttpd/sbin/./arm-xscale-linux-gnueabi-lighttpd
  /bin/bash ../libtool   --mode=install /usr/bin/install -c lighttpd-angel '/opt/crosscompile/lighttpd/sbin/./arm-xscale-linux-gnueabi-lighttpd-angel'
libtool: install: /usr/bin/install -c lighttpd-angel /opt/crosscompile/lighttpd/sbin/./arm-xscale-linux-gnueabi-lighttpd-angel
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/src'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/src'
make[1]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/src'
Making install in doc
make[1]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc'
Making install in config
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config'
Making install in conf.d
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/conf.d'
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/conf.d'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/conf.d'
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/conf.d'
Making install in vhosts.d
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/vhosts.d'
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/vhosts.d'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/vhosts.d'
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config/vhosts.d'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config'
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config'
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/config'
Making install in scripts
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/scripts'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/scripts'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/scripts'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/scripts'
Making install in initscripts
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/initscripts'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/initscripts'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/initscripts'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/initscripts'
Making install in systemd
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/systemd'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/systemd'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/systemd'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/systemd'
Making install in outdated
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/outdated'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/outdated'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/outdated'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc/outdated'
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/opt/crosscompile/lighttpd/share/man/man8'
 /usr/bin/install -c -m 644 'lighttpd.8' '/opt/crosscompile/lighttpd/share/man/man8/arm-xscale-linux-gnueabi-lighttpd.8'
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc'
make[1]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/doc'
Making install in tests
make[1]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests'
Making install in docroot
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot'
Making install in 123
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/123'
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/123'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/123'
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/123'
Making install in www
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www'
Making install in go
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/go'
make[5]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/go'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/go'
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/go'
Making install in indexfile
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/indexfile'
make[5]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/indexfile'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/indexfile'
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/indexfile'
Making install in expire
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/expire'
make[5]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/expire'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/expire'
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www/expire'
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www'
make[5]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www'
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www'
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot/www'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot'
make[4]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot'
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests/docroot'
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests'
make[3]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests'
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests'
make[1]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32/tests'
make[1]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32'
make[2]: Entering directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32'
make[1]: Leaving directory `/home/crifan/develop/crosscompile/lighttpd/lighttpd-1.4.32'
crifan@ubuntu:lighttpd-1.4.32$

6.再去确认一下:

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
crifan@ubuntu:lighttpd-1.4.32$ ls /opt/crosscompile/lighttpd/ -lh
total 12K
drwxrwxr-x 2 crifan crifan 4.0K Aug 12 00:56 lib
drwxrwxr-x 2 crifan crifan 4.0K Aug 12 00:56 sbin
drwxrwxr-x 3 crifan crifan 4.0K Aug 12 00:56 share
crifan@ubuntu:lighttpd-1.4.32$ ls /opt/crosscompile/lighttpd/bin -lh
ls: cannot access /opt/crosscompile/lighttpd/bin: No such file or directory
crifan@ubuntu:lighttpd-1.4.32$ ls /opt/crosscompile/lighttpd/lib -lh
total 1.6M
-rwxr-xr-x 1 crifan crifan  950 Aug 12 00:56 mod_access.la
-rwxr-xr-x 1 crifan crifan  968 Aug 12 00:56 mod_accesslog.la
-rwxr-xr-x 1 crifan crifan  42K Aug 12 00:56 mod_accesslog.so
-rwxr-xr-x 1 crifan crifan  28K Aug 12 00:56 mod_access.so
-rwxr-xr-x 1 crifan crifan  944 Aug 12 00:56 mod_alias.la
-rwxr-xr-x 1 crifan crifan  29K Aug 12 00:56 mod_alias.so
-rwxr-xr-x 1 crifan crifan  946 Aug 12 00:56 mod_auth.la
-rwxr-xr-x 1 crifan crifan  76K Aug 12 00:56 mod_auth.so
-rwxr-xr-x 1 crifan crifan  932 Aug 12 00:56 mod_cgi.la
-rwxr-xr-x 1 crifan crifan  57K Aug 12 00:56 mod_cgi.so
-rwxr-xr-x 1 crifan crifan  936 Aug 12 00:56 mod_cml.la
-rwxr-xr-x 1 crifan crifan  42K Aug 12 00:56 mod_cml.so
-rwxr-xr-x 1 crifan crifan  962 Aug 12 00:56 mod_compress.la
-rwxr-xr-x 1 crifan crifan  42K Aug 12 00:56 mod_compress.so
-rwxr-xr-x 1 crifan crifan 1.1K Aug 12 00:56 mod_dirlisting.la
-rwxr-xr-x 1 crifan crifan  50K Aug 12 00:56 mod_dirlisting.so
-rwxr-xr-x 1 crifan crifan  956 Aug 12 00:56 mod_evasive.la
-rwxr-xr-x 1 crifan crifan  28K Aug 12 00:56 mod_evasive.so
-rwxr-xr-x 1 crifan crifan  950 Aug 12 00:56 mod_evhost.la
-rwxr-xr-x 1 crifan crifan  33K Aug 12 00:56 mod_evhost.so
-rwxr-xr-x 1 crifan crifan  950 Aug 12 00:56 mod_expire.la
-rwxr-xr-x 1 crifan crifan  35K Aug 12 00:56 mod_expire.so
-rwxr-xr-x 1 crifan crifan  974 Aug 12 00:56 mod_extforward.la
-rwxr-xr-x 1 crifan crifan  37K Aug 12 00:56 mod_extforward.so
-rwxr-xr-x 1 crifan crifan  956 Aug 12 00:56 mod_fastcgi.la
-rwxr-xr-x 1 crifan crifan 115K Aug 12 00:56 mod_fastcgi.so
-rwxr-xr-x 1 crifan crifan  992 Aug 12 00:56 mod_flv_streaming.la
-rwxr-xr-x 1 crifan crifan  32K Aug 12 00:56 mod_flv_streaming.so
-rwxr-xr-x 1 crifan crifan  968 Aug 12 00:56 mod_indexfile.la
-rwxr-xr-x 1 crifan crifan  30K Aug 12 00:56 mod_indexfile.so
-rwxr-xr-x 1 crifan crifan  954 Aug 12 00:56 mod_magnet.la
-rwxr-xr-x 1 crifan crifan  23K Aug 12 00:56 mod_magnet.so
-rwxr-xr-x 1 crifan crifan  980 Aug 12 00:56 mod_mysql_vhost.la
-rwxr-xr-x 1 crifan crifan  21K Aug 12 00:56 mod_mysql_vhost.so
-rwxr-xr-x 1 crifan crifan  944 Aug 12 00:56 mod_proxy.la
-rwxr-xr-x 1 crifan crifan  61K Aug 12 00:56 mod_proxy.so
-rwxr-xr-x 1 crifan crifan 1.1K Aug 12 00:56 mod_redirect.la
-rwxr-xr-x 1 crifan crifan  33K Aug 12 00:56 mod_redirect.so
-rwxr-xr-x 1 crifan crifan 1023 Aug 12 00:56 mod_rewrite.la
-rwxr-xr-x 1 crifan crifan  39K Aug 12 00:56 mod_rewrite.so
-rwxr-xr-x 1 crifan crifan  956 Aug 12 00:56 mod_rrdtool.la
-rwxr-xr-x 1 crifan crifan  41K Aug 12 00:56 mod_rrdtool.so
-rwxr-xr-x 1 crifan crifan  938 Aug 12 00:56 mod_scgi.la
-rwxr-xr-x 1 crifan crifan  90K Aug 12 00:56 mod_scgi.so
-rwxr-xr-x 1 crifan crifan  980 Aug 12 00:56 mod_secdownload.la
-rwxr-xr-x 1 crifan crifan  31K Aug 12 00:56 mod_secdownload.so
-rwxr-xr-x 1 crifan crifan  950 Aug 12 00:56 mod_setenv.la
-rwxr-xr-x 1 crifan crifan  30K Aug 12 00:56 mod_setenv.so
-rwxr-xr-x 1 crifan crifan  986 Aug 12 00:56 mod_simple_vhost.la
-rwxr-xr-x 1 crifan crifan  31K Aug 12 00:56 mod_simple_vhost.so
-rwxr-xr-x 1 crifan crifan  999 Aug 12 00:56 mod_ssi.la
-rwxr-xr-x 1 crifan crifan  89K Aug 12 00:56 mod_ssi.so
-rwxr-xr-x 1 crifan crifan  974 Aug 12 00:56 mod_staticfile.la
-rwxr-xr-x 1 crifan crifan  38K Aug 12 00:56 mod_staticfile.so
-rwxr-xr-x 1 crifan crifan  950 Aug 12 00:56 mod_status.la
-rwxr-xr-x 1 crifan crifan  50K Aug 12 00:56 mod_status.so
-rwxr-xr-x 1 crifan crifan 1.1K Aug 12 00:56 mod_trigger_b4_dl.la
-rwxr-xr-x 1 crifan crifan  31K Aug 12 00:56 mod_trigger_b4_dl.so
-rwxr-xr-x 1 crifan crifan  956 Aug 12 00:56 mod_userdir.la
-rwxr-xr-x 1 crifan crifan  32K Aug 12 00:56 mod_userdir.so
-rwxr-xr-x 1 crifan crifan  968 Aug 12 00:56 mod_usertrack.la
-rwxr-xr-x 1 crifan crifan  32K Aug 12 00:56 mod_usertrack.so
-rwxr-xr-x 1 crifan crifan  950 Aug 12 00:56 mod_webdav.la
-rwxr-xr-x 1 crifan crifan  57K Aug 12 00:56 mod_webdav.so
crifan@ubuntu:lighttpd-1.4.32$ ls /opt/crosscompile/lighttpd/ -lh
lib/   sbin/  share/
crifan@ubuntu:lighttpd-1.4.32$ ls /opt/crosscompile/lighttpd/sbin -lh
total 692K
-rwxr-xr-x 1 crifan crifan 674K Aug 12 00:56 arm-xscale-linux-gnueabi-lighttpd
-rwxr-xr-x 1 crifan crifan  13K Aug 12 00:56 arm-xscale-linux-gnueabi-lighttpd-angel
crifan@ubuntu:lighttpd-1.4.32$ ls /opt/crosscompile/lighttpd/share/man/man8/ -lh
total 4.0K
-rw-r--r-- 1 crifan crifan 1.9K Aug 12 00:56 arm-xscale-linux-gnueabi-lighttpd.8
crifan@ubuntu:lighttpd-1.4.32$

如图:

crosscompile lighttp done and installed

 

【总结】

Ubuntu下,交叉编译lighttpd:

准备工作:

(1)先确保安装了pcre:

【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译pcre

 

提示:

(1)当然,如果你不想用pcre也可以,那就在./configure时,加上参数:

1
--without-pcre

即可。

 

(2)并把pcre的bin路径加到PATH中:

1
PATH=$PATH:/opt/crosstool-ng/bin:/opt/crosscompile/xscale/gcc-4.6.0-glibc-2.9/bin:/opt/crosscompile/curl/bin:/opt/crosscompile/pcre/bin

-> 以确保./configure的时候,可以找到你的pcre-config

-> 后续才可以使用pcre

-> make编译的时候,才能找到对应的pcre的头文件

 

步骤:

1.配置:

1
./configure --prefix=/opt/crosscompile/lighttpd --build=i686-pc-linux-gnu --target=arm-xscale-linux-gnueabi --host=arm-xscale-linux-gnueabi CC=arm-xscale-linux-gnueabi-gcc --without-zlib --without-bzip2

2.编译:

1
make

3.安装:

1
make install

即可。

转载请注明:在路上 » 【记录】Ubuntu下用arm-xscale-linux-gnueabi交叉编译lighttpd

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
82 queries in 0.649 seconds, using 19.53MB memory