Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 100.75 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ==> Downloading http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.28.tar.bz2
  2. File already downloaded in /Users/dem/Library/Caches/Homebrew
  3. /usr/bin/tar xf /Users/dem/Library/Caches/Homebrew/lighttpd-1.4.28.tar.bz2
  4. ==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/lighttpd/1.4.28 --with-openssl --with-ldap
  5. ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/lighttpd/1.4.28 --with-openssl --with-ldap
  6. checking build system type... i386-apple-darwin11.0.0
  7. checking host system type... i386-apple-darwin11.0.0
  8. checking target system type... i386-apple-darwin11.0.0
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. checking whether build environment is sane... yes
  11. checking for a thread-safe mkdir -p... ./install-sh -c -d
  12. checking for gawk... no
  13. checking for mawk... no
  14. checking for nawk... no
  15. checking for awk... awk
  16. checking whether make sets $(MAKE)... yes
  17. checking how to create a ustar tar archive... gnutar
  18. checking for gcc... /usr/bin/cc
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether /usr/bin/cc accepts -g... yes
  26. checking for /usr/bin/cc option to accept ISO C89... none needed
  27. checking for style of include used by make... GNU
  28. checking dependency style of /usr/bin/cc... none
  29. checking whether /usr/bin/cc and cc understand -c and -o together... yes
  30. checking for a sed that does not truncate output... /usr/bin/sed
  31. checking for grep that handles long lines and -e... /usr/bin/grep
  32. checking for egrep... /usr/bin/grep -E
  33. checking for fgrep... /usr/bin/grep -F
  34. checking for ld used by /usr/bin/cc... /usr/bin/cc
  35. checking if the linker (/usr/bin/cc) is GNU ld... no
  36. checking for gawk... (cached) awk
  37. checking how to run the C preprocessor... /usr/bin/cc -E
  38. checking whether ln -s works... yes
  39. checking whether make sets $(MAKE)... (cached) yes
  40. checking for ANSI C header files... yes
  41. checking for sys/types.h... yes
  42. checking for sys/stat.h... yes
  43. checking for stdlib.h... yes
  44. checking for string.h... yes
  45. checking for memory.h... yes
  46. checking for strings.h... yes
  47. checking for inttypes.h... yes
  48. checking for stdint.h... yes
  49. checking for unistd.h... yes
  50. checking minix/config.h usability... no
  51. checking minix/config.h presence... no
  52. checking for minix/config.h... no
  53. checking whether it is safe to define __EXTENSIONS__... yes
  54. checking for library containing strerror... none required
  55. checking for function prototypes... yes
  56. checking for string.h... (cached) yes
  57. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  58. checking the name lister (/usr/bin/nm) interface... BSD nm
  59. checking the maximum length of command line arguments... 196608
  60. checking whether the shell understands some XSI constructs... yes
  61. checking whether the shell understands "+="... yes
  62. checking for /usr/bin/cc option to reload object files... -r
  63. checking for objdump... no
  64. checking how to recognize dependent libraries... pass_all
  65. checking for ar... ar
  66. checking for strip... strip
  67. checking for ranlib... ranlib
  68. checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok
  69. checking for dsymutil... dsymutil
  70. checking for nmedit... nmedit
  71. checking for lipo... lipo
  72. checking for otool... otool
  73. checking for otool64... no
  74. checking for -single_module linker flag... yes
  75. checking for -exported_symbols_list linker flag... yes
  76. checking for dlfcn.h... yes
  77. checking for objdir... .libs
  78. checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes
  79. checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC
  80. checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes
  81. checking if /usr/bin/cc static flag -static works... no
  82. checking if /usr/bin/cc supports -c -o file.o... yes
  83. checking if /usr/bin/cc supports -c -o file.o... (cached) yes
  84. checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes
  85. checking dynamic linker characteristics... darwin11.0.0 dyld
  86. checking how to hardcode library paths into programs... immediate
  87. checking for dlopen in -ldl... yes
  88. checking whether a program can dlopen itself... yes
  89. checking whether a statically linked program can dlopen itself... yes
  90. checking whether stripping libraries is possible... yes
  91. checking if libtool supports shared libraries... yes
  92. checking whether to build shared libraries... yes
  93. checking whether to build static libraries... no
  94. checking for ANSI C header files... (cached) yes
  95. checking for sys/wait.h that is POSIX.1 compatible... yes
  96. checking arpa/inet.h usability... yes
  97. checking arpa/inet.h presence... yes
  98. checking for arpa/inet.h... yes
  99. checking fcntl.h usability... yes
  100. checking fcntl.h presence... yes
  101. checking for fcntl.h... yes
  102. checking netinet/in.h usability... yes
  103. checking netinet/in.h presence... yes
  104. checking for netinet/in.h... yes
  105. checking for stdlib.h... (cached) yes
  106. checking for string.h... (cached) yes
  107. checking sys/socket.h usability... yes
  108. checking sys/socket.h presence... yes
  109. checking for sys/socket.h... yes
  110. checking sys/time.h usability... yes
  111. checking sys/time.h presence... yes
  112. checking for sys/time.h... yes
  113. checking for unistd.h... (cached) yes
  114. checking sys/sendfile.h usability... no
  115. checking sys/sendfile.h presence... no
  116. checking for sys/sendfile.h... no
  117. checking sys/uio.h usability... yes
  118. checking sys/uio.h presence... yes
  119. checking for sys/uio.h... yes
  120. checking getopt.h usability... yes
  121. checking getopt.h presence... yes
  122. checking for getopt.h... yes
  123. checking sys/epoll.h usability... no
  124. checking sys/epoll.h presence... no
  125. checking for sys/epoll.h... no
  126. checking sys/select.h usability... yes
  127. checking sys/select.h presence... yes
  128. checking for sys/select.h... yes
  129. checking poll.h usability... yes
  130. checking poll.h presence... yes
  131. checking for poll.h... yes
  132. checking sys/poll.h usability... yes
  133. checking sys/poll.h presence... yes
  134. checking for sys/poll.h... yes
  135. checking sys/devpoll.h usability... no
  136. checking sys/devpoll.h presence... no
  137. checking for sys/devpoll.h... no
  138. checking sys/filio.h usability... yes
  139. checking sys/filio.h presence... yes
  140. checking for sys/filio.h... yes
  141. checking sys/mman.h usability... yes
  142. checking sys/mman.h presence... yes
  143. checking for sys/mman.h... yes
  144. checking sys/event.h usability... yes
  145. checking sys/event.h presence... yes
  146. checking for sys/event.h... yes
  147. checking sys/port.h usability... no
  148. checking sys/port.h presence... no
  149. checking for sys/port.h... no
  150. checking pwd.h usability... yes
  151. checking pwd.h presence... yes
  152. checking for pwd.h... yes
  153. checking sys/syslimits.h usability... yes
  154. checking sys/syslimits.h presence... yes
  155. checking for sys/syslimits.h... yes
  156. checking sys/resource.h usability... yes
  157. checking sys/resource.h presence... yes
  158. checking for sys/resource.h... yes
  159. checking sys/un.h usability... yes
  160. checking sys/un.h presence... yes
  161. checking for sys/un.h... yes
  162. checking syslog.h usability... yes
  163. checking syslog.h presence... yes
  164. checking for syslog.h... yes
  165. checking sys/prctl.h usability... no
  166. checking sys/prctl.h presence... no
  167. checking for sys/prctl.h... no
  168. checking uuid/uuid.h usability... yes
  169. checking uuid/uuid.h presence... yes
  170. checking for uuid/uuid.h... yes
  171. checking for an ANSI C-conforming const... yes
  172. checking for inline... inline
  173. checking whether char is unsigned... no
  174. checking for off_t... yes
  175. checking for pid_t... yes
  176. checking for size_t... yes
  177. checking for struct tm.tm_gmtoff... yes
  178. checking for struct sockaddr_storage... yes
  179. checking for socklen_t... yes
  180. checking vfork.h usability... no
  181. checking vfork.h presence... no
  182. checking for vfork.h... no
  183. checking for fork... yes
  184. checking for vfork... yes
  185. checking for working fork... yes
  186. checking for working vfork... (cached) yes
  187. checking return type of signal handlers... void
  188. checking whether lstat correctly handles trailing slash... no
  189. checking whether stat accepts an empty string... no
  190. checking for strftime... yes
  191. checking for issetugid... yes
  192. checking for inet_pton... yes
  193. checking for pkg-config... /usr/local/bin/pkg-config
  194. checking for libev support... checking for MySQL support... no
  195. checking for LDAP support... yes
  196. checking for ldap_bind in -lldap... yes
  197. checking ldap.h usability... yes
  198. checking ldap.h presence... yes
  199. checking for ldap.h... yes
  200. checking for ber_printf in -llber... yes
  201. checking lber.h usability... yes
  202. checking lber.h presence... yes
  203. checking for lber.h... yes
  204. checking for extended attributes support... yes
  205. checking for library containing socket... none required
  206. checking for library containing gethostbyname... none required
  207. checking for library containing hstrerror... none required
  208. checking for library containing dlopen... none required
  209. checking for dlfcn.h... (cached) yes
  210. checking for valgrind... no
  211. checking for OpenSSL... yes
  212. checking openssl/ssl.h usability... yes
  213. checking openssl/ssl.h presence... yes
  214. checking for openssl/ssl.h... yes
  215. checking for BIO_f_base64 in -lcrypto... yes
  216. checking for SSL_new in -lssl... yes
  217. checking for perl regular expressions support... yes
  218. checking for pcre-config... /mochi/bin/pcre-config
  219. checking for zlib support... yes
  220. checking for deflate in -lz... yes
  221. checking zlib.h usability... yes
  222. checking zlib.h presence... yes
  223. checking for zlib.h... yes
  224. checking for bzip2 support... yes
  225. checking for BZ2_bzCompress in -lbz2... yes
  226. checking bzlib.h usability... yes
  227. checking bzlib.h presence... yes
  228. checking for bzlib.h... yes
  229. checking for FAM... no
  230. checking for properties in mod_webdav... no
  231. checking for gdbm... no
  232. checking for memcache... no
  233. checking if lua-support is requested... no
  234. checking for library containing crypt... none required
  235. checking crypt.h usability... no
  236. checking crypt.h presence... no
  237. checking for crypt.h... no
  238. checking for library containing sendfilev... no
  239. checking for dup2... yes
  240. checking for getcwd... yes
  241. checking for inet_ntoa... yes
  242. checking for inet_ntop... yes
  243. checking for memset... yes
  244. checking for mmap... yes
  245. checking for munmap... yes
  246. checking for strchr... yes
  247. checking for strdup... yes
  248. checking for strerror... yes
  249. checking for strstr... yes
  250. checking for strtol... yes
  251. checking for sendfile... yes
  252. checking for getopt... yes
  253. checking for socket... yes
  254. checking for lstat... yes
  255. checking for gethostbyname... yes
  256. checking for poll... yes
  257. checking for epoll_ctl... no
  258. checking for getrlimit... yes
  259. checking for chroot... yes
  260. checking for getuid... yes
  261. checking for select... yes
  262. checking for signal... yes
  263. checking for pathconf... yes
  264. checking for madvise... yes
  265. checking for posix_fadvise... no
  266. checking for posix_madvise... yes
  267. checking for writev... yes
  268. checking for sigaction... yes
  269. checking for sendfile64... no
  270. checking for send_file... no
  271. checking for kqueue... yes
  272. checking for port_create... no
  273. checking for localtime_r... yes
  274. checking for gmtime_r... yes
  275. checking for Large File System support... no
  276. checking size of long... 8
  277. checking size of off_t... 8
  278. checking if sendfile works... yes
  279. checking for IPv6 support... yes
  280. checking for FCGI_Accept in -lfcgi... no
  281. configure: creating ./config.status
  282. config.status: creating Makefile
  283. config.status: creating src/Makefile
  284. config.status: creating doc/config/conf.d/Makefile
  285. config.status: creating doc/config/vhosts.d/Makefile
  286. config.status: creating doc/config/Makefile
  287. config.status: creating doc/scripts/Makefile
  288. config.status: creating doc/initscripts/Makefile
  289. config.status: creating doc/Makefile
  290. config.status: creating tests/Makefile
  291. config.status: creating tests/docroot/Makefile
  292. config.status: creating tests/docroot/123/Makefile
  293. config.status: creating tests/docroot/www/Makefile
  294. config.status: creating tests/docroot/www/go/Makefile
  295. config.status: creating tests/docroot/www/indexfile/Makefile
  296. config.status: creating tests/docroot/www/expire/Makefile
  297. config.status: creating distribute.sh
  298. config.status: creating config.h
  299. config.status: executing depfiles commands
  300. config.status: executing libtool commands
  301.  
  302. Plugins:
  303.  
  304. enabled:
  305.   mod_access
  306.   mod_accesslog
  307.   mod_alias
  308.   mod_auth
  309.   mod_cgi
  310.   mod_compress
  311.   mod_dirlisting
  312.   mod_evhost
  313.   mod_expire
  314.   mod_extforward
  315.   mod_fastcgi
  316.   mod_flv_streaming
  317.   mod_indexfile
  318.   mod_proxy
  319.   mod_redirect
  320.   mod_rewrite
  321.   mod_rrdtool
  322.   mod_scgi
  323.   mod_secdownload
  324.   mod_setenv
  325.   mod_simple_vhost
  326.   mod_ssi
  327.   mod_staticfile
  328.   mod_status
  329.   mod_trigger_b4_dl
  330.   mod_userdir
  331.   mod_usertrack
  332.   mod_webdav
  333. disabled:
  334.   mod_cml
  335.   mod_magnet
  336.   mod_mysql_vhost
  337.  
  338. Features:
  339.  
  340. enabled:
  341.   auth-crypt
  342.   auth-ldap
  343.   compress-bzip2
  344.   compress-deflate
  345.   compress-gzip
  346.   large-files
  347.   network-ipv6
  348.   network-openssl
  349.   regex-conditionals
  350. disabled:
  351.   stat-cache-fam
  352.   storage-gdbm
  353.   storage-memcache
  354.   webdav-locks
  355.   webdav-properties
  356.  
  357. ==> make install
  358. make install
  359. Making install in src
  360. \
  361. #       source='lemon.c' object='lemon.o' libtool=no
  362. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c lemon.c
  363. /bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99   -o lemon lemon.o  
  364. libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -o lemon lemon.o
  365. rm -f configparser.h
  366. rm -f mod_ssi_exprparser.h
  367. ../src/lemon -q ./configparser.y ./lempar.c
  368. ../src/lemon -q ./mod_ssi_exprparser.y ./lempar.c
  369. make  install-am
  370. \
  371. #       source='buffer.c' object='liblightcomp_la-buffer.lo' libtool=yes
  372. \
  373. #       source='log.c' object='liblightcomp_la-log.lo' libtool=yes
  374. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-log.lo `test -f 'log.c' || echo './'`log.c
  375. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-buffer.lo `test -f 'buffer.c' || echo './'`buffer.c
  376. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c log.c  -fno-common -DPIC -o .libs/liblightcomp_la-log.o
  377. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c buffer.c  -fno-common -DPIC -o .libs/liblightcomp_la-buffer.o
  378. \
  379. #       source='keyvalue.c' object='liblightcomp_la-keyvalue.lo' libtool=yes
  380. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-keyvalue.lo `test -f 'keyvalue.c' || echo './'`keyvalue.c
  381. \
  382. #       source='chunk.c' object='liblightcomp_la-chunk.lo' libtool=yes
  383. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-chunk.lo `test -f 'chunk.c' || echo './'`chunk.c
  384. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c keyvalue.c  -fno-common -DPIC -o .libs/liblightcomp_la-keyvalue.o
  385. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c chunk.c  -fno-common -DPIC -o .libs/liblightcomp_la-chunk.o
  386. \
  387. #       source='http_chunk.c' object='liblightcomp_la-http_chunk.lo' libtool=yes
  388. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-http_chunk.lo `test -f 'http_chunk.c' || echo './'`http_chunk.c
  389. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c http_chunk.c  -fno-common -DPIC -o .libs/liblightcomp_la-http_chunk.o
  390. \
  391. #       source='stream.c' object='liblightcomp_la-stream.lo' libtool=yes
  392. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-stream.lo `test -f 'stream.c' || echo './'`stream.c
  393. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c stream.c  -fno-common -DPIC -o .libs/liblightcomp_la-stream.o
  394. \
  395. #       source='fdevent.c' object='liblightcomp_la-fdevent.lo' libtool=yes
  396. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-fdevent.lo `test -f 'fdevent.c' || echo './'`fdevent.c
  397. \
  398. #       source='stat_cache.c' object='liblightcomp_la-stat_cache.lo' libtool=yes
  399. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-stat_cache.lo `test -f 'stat_cache.c' || echo './'`stat_cache.c
  400. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c stat_cache.c  -fno-common -DPIC -o .libs/liblightcomp_la-stat_cache.o
  401. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c fdevent.c  -fno-common -DPIC -o .libs/liblightcomp_la-fdevent.o
  402. \
  403. #       source='plugin.c' object='liblightcomp_la-plugin.lo' libtool=yes
  404. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
  405. \
  406. #       source='joblist.c' object='liblightcomp_la-joblist.lo' libtool=yes
  407. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-joblist.lo `test -f 'joblist.c' || echo './'`joblist.c
  408. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c plugin.c  -fno-common -DPIC -o .libs/liblightcomp_la-plugin.o
  409. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c joblist.c  -fno-common -DPIC -o .libs/liblightcomp_la-joblist.o
  410. \
  411. #       source='etag.c' object='liblightcomp_la-etag.lo' libtool=yes
  412. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-etag.lo `test -f 'etag.c' || echo './'`etag.c
  413. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c etag.c  -fno-common -DPIC -o .libs/liblightcomp_la-etag.o
  414. \
  415. #       source='array.c' object='liblightcomp_la-array.lo' libtool=yes
  416. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-array.lo `test -f 'array.c' || echo './'`array.c
  417. \
  418. #       source='data_string.c' object='liblightcomp_la-data_string.lo' libtool=yes
  419. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-data_string.lo `test -f 'data_string.c' || echo './'`data_string.c
  420. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c array.c  -fno-common -DPIC -o .libs/liblightcomp_la-array.o
  421. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c data_string.c  -fno-common -DPIC -o .libs/liblightcomp_la-data_string.o
  422. \
  423. #       source='data_count.c' object='liblightcomp_la-data_count.lo' libtool=yes
  424. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-data_count.lo `test -f 'data_count.c' || echo './'`data_count.c
  425. \
  426. #       source='data_array.c' object='liblightcomp_la-data_array.lo' libtool=yes
  427. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-data_array.lo `test -f 'data_array.c' || echo './'`data_array.c
  428. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c data_count.c  -fno-common -DPIC -o .libs/liblightcomp_la-data_count.o
  429. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c data_array.c  -fno-common -DPIC -o .libs/liblightcomp_la-data_array.o
  430. \
  431. #       source='data_integer.c' object='liblightcomp_la-data_integer.lo' libtool=yes
  432. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-data_integer.lo `test -f 'data_integer.c' || echo './'`data_integer.c
  433. \
  434. #       source='md5.c' object='liblightcomp_la-md5.lo' libtool=yes
  435. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
  436. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c data_integer.c  -fno-common -DPIC -o .libs/liblightcomp_la-data_integer.o
  437. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c md5.c  -fno-common -DPIC -o .libs/liblightcomp_la-md5.o
  438. \
  439. #       source='data_fastcgi.c' object='liblightcomp_la-data_fastcgi.lo' libtool=yes
  440. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-data_fastcgi.lo `test -f 'data_fastcgi.c' || echo './'`data_fastcgi.c
  441. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c data_fastcgi.c  -fno-common -DPIC -o .libs/liblightcomp_la-data_fastcgi.o
  442. \
  443. #       source='fdevent_select.c' object='liblightcomp_la-fdevent_select.lo' libtool=yes
  444. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-fdevent_select.lo `test -f 'fdevent_select.c' || echo './'`fdevent_select.c
  445. \
  446. #       source='fdevent_libev.c' object='liblightcomp_la-fdevent_libev.lo' libtool=yes
  447. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-fdevent_libev.lo `test -f 'fdevent_libev.c' || echo './'`fdevent_libev.c
  448. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c fdevent_select.c  -fno-common -DPIC -o .libs/liblightcomp_la-fdevent_select.o
  449. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c fdevent_libev.c  -fno-common -DPIC -o .libs/liblightcomp_la-fdevent_libev.o
  450. \
  451. #       source='fdevent_poll.c' object='liblightcomp_la-fdevent_poll.lo' libtool=yes
  452. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-fdevent_poll.lo `test -f 'fdevent_poll.c' || echo './'`fdevent_poll.c
  453. \
  454. #       source='fdevent_linux_sysepoll.c' object='liblightcomp_la-fdevent_linux_sysepoll.lo' libtool=yes
  455. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-fdevent_linux_sysepoll.lo `test -f 'fdevent_linux_sysepoll.c' || echo './'`fdevent_linux_sysepoll.c
  456. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c fdevent_poll.c  -fno-common -DPIC -o .libs/liblightcomp_la-fdevent_poll.o
  457. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c fdevent_linux_sysepoll.c  -fno-common -DPIC -o .libs/liblightcomp_la-fdevent_linux_sysepoll.o
  458. \
  459. #       source='fdevent_solaris_devpoll.c' object='liblightcomp_la-fdevent_solaris_devpoll.lo' libtool=yes
  460. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-fdevent_solaris_devpoll.lo `test -f 'fdevent_solaris_devpoll.c' || echo './'`fdevent_solaris_devpoll.c
  461. \
  462. #       source='fdevent_freebsd_kqueue.c' object='liblightcomp_la-fdevent_freebsd_kqueue.lo' libtool=yes
  463. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-fdevent_freebsd_kqueue.lo `test -f 'fdevent_freebsd_kqueue.c' || echo './'`fdevent_freebsd_kqueue.c
  464. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c fdevent_solaris_devpoll.c  -fno-common -DPIC -o .libs/liblightcomp_la-fdevent_solaris_devpoll.o
  465. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c fdevent_freebsd_kqueue.c  -fno-common -DPIC -o .libs/liblightcomp_la-fdevent_freebsd_kqueue.o
  466. \
  467. #       source='data_config.c' object='liblightcomp_la-data_config.lo' libtool=yes
  468. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-data_config.lo `test -f 'data_config.c' || echo './'`data_config.c
  469. \
  470. #       source='bitset.c' object='liblightcomp_la-bitset.lo' libtool=yes
  471. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-bitset.lo `test -f 'bitset.c' || echo './'`bitset.c
  472. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c data_config.c  -fno-common -DPIC -o .libs/liblightcomp_la-data_config.o
  473. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c bitset.c  -fno-common -DPIC -o .libs/liblightcomp_la-bitset.o
  474. \
  475. #       source='inet_ntop_cache.c' object='liblightcomp_la-inet_ntop_cache.lo' libtool=yes
  476. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-inet_ntop_cache.lo `test -f 'inet_ntop_cache.c' || echo './'`inet_ntop_cache.c
  477. \
  478. #       source='crc32.c' object='liblightcomp_la-crc32.lo' libtool=yes
  479. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-crc32.lo `test -f 'crc32.c' || echo './'`crc32.c
  480. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c inet_ntop_cache.c  -fno-common -DPIC -o .libs/liblightcomp_la-inet_ntop_cache.o
  481. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c crc32.c  -fno-common -DPIC -o .libs/liblightcomp_la-crc32.o
  482. \
  483. #       source='connections-glue.c' object='liblightcomp_la-connections-glue.lo' libtool=yes
  484. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-connections-glue.lo `test -f 'connections-glue.c' || echo './'`connections-glue.c
  485. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c connections-glue.c  -fno-common -DPIC -o .libs/liblightcomp_la-connections-glue.o
  486. \
  487. #       source='configfile-glue.c' object='liblightcomp_la-configfile-glue.lo' libtool=yes
  488. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-configfile-glue.lo `test -f 'configfile-glue.c' || echo './'`configfile-glue.c
  489. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c configfile-glue.c  -fno-common -DPIC -o .libs/liblightcomp_la-configfile-glue.o
  490. \
  491. #       source='http-header-glue.c' object='liblightcomp_la-http-header-glue.lo' libtool=yes
  492. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-http-header-glue.lo `test -f 'http-header-glue.c' || echo './'`http-header-glue.c
  493. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c http-header-glue.c  -fno-common -DPIC -o .libs/liblightcomp_la-http-header-glue.o
  494. \
  495. #       source='network_write.c' object='liblightcomp_la-network_write.lo' libtool=yes
  496. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-network_write.lo `test -f 'network_write.c' || echo './'`network_write.c
  497. \
  498. #       source='network_linux_sendfile.c' object='liblightcomp_la-network_linux_sendfile.lo' libtool=yes
  499. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-network_linux_sendfile.lo `test -f 'network_linux_sendfile.c' || echo './'`network_linux_sendfile.c
  500. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c network_write.c  -fno-common -DPIC -o .libs/liblightcomp_la-network_write.o
  501. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c network_linux_sendfile.c  -fno-common -DPIC -o .libs/liblightcomp_la-network_linux_sendfile.o
  502. \
  503. #       source='network_freebsd_sendfile.c' object='liblightcomp_la-network_freebsd_sendfile.lo' libtool=yes
  504. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-network_freebsd_sendfile.lo `test -f 'network_freebsd_sendfile.c' || echo './'`network_freebsd_sendfile.c
  505. \
  506. #       source='network_writev.c' object='liblightcomp_la-network_writev.lo' libtool=yes
  507. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-network_writev.lo `test -f 'network_writev.c' || echo './'`network_writev.c
  508. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c network_freebsd_sendfile.c  -fno-common -DPIC -o .libs/liblightcomp_la-network_freebsd_sendfile.o
  509. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c network_writev.c  -fno-common -DPIC -o .libs/liblightcomp_la-network_writev.o
  510. \
  511. #       source='network_solaris_sendfilev.c' object='liblightcomp_la-network_solaris_sendfilev.lo' libtool=yes
  512. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-network_solaris_sendfilev.lo `test -f 'network_solaris_sendfilev.c' || echo './'`network_solaris_sendfilev.c
  513. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c network_solaris_sendfilev.c  -fno-common -DPIC -o .libs/liblightcomp_la-network_solaris_sendfilev.o
  514. \
  515. #       source='network_openssl.c' object='liblightcomp_la-network_openssl.lo' libtool=yes
  516. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-network_openssl.lo `test -f 'network_openssl.c' || echo './'`network_openssl.c
  517. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c network_openssl.c  -fno-common -DPIC -o .libs/liblightcomp_la-network_openssl.o
  518. \
  519. #       source='splaytree.c' object='liblightcomp_la-splaytree.lo' libtool=yes
  520. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-splaytree.lo `test -f 'splaytree.c' || echo './'`splaytree.c
  521. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c splaytree.c  -fno-common -DPIC -o .libs/liblightcomp_la-splaytree.o
  522. \
  523. #       source='status_counter.c' object='liblightcomp_la-status_counter.lo' libtool=yes
  524. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o liblightcomp_la-status_counter.lo `test -f 'status_counter.c' || echo './'`status_counter.c
  525. \
  526. #       source='mod_flv_streaming.c' object='mod_flv_streaming.lo' libtool=yes
  527. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_flv_streaming.lo mod_flv_streaming.c
  528. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c status_counter.c  -fno-common -DPIC -o .libs/liblightcomp_la-status_counter.o
  529. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_flv_streaming.c  -fno-common -DPIC -o .libs/mod_flv_streaming.o
  530. \
  531. #       source='mod_evasive.c' object='mod_evasive.lo' libtool=yes
  532. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_evasive.lo mod_evasive.c
  533. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_evasive.c  -fno-common -DPIC -o .libs/mod_evasive.o
  534. \
  535. #       source='mod_webdav.c' object='mod_webdav_la-mod_webdav.lo' libtool=yes
  536. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES     -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_webdav_la-mod_webdav.lo `test -f 'mod_webdav.c' || echo './'`mod_webdav.c
  537. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_webdav.c  -fno-common -DPIC -o .libs/mod_webdav_la-mod_webdav.o
  538. \
  539. #       source='mod_magnet.c' object='mod_magnet_la-mod_magnet.lo' libtool=yes
  540. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_magnet_la-mod_magnet.lo `test -f 'mod_magnet.c' || echo './'`mod_magnet.c
  541. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_magnet.c  -fno-common -DPIC -o .libs/mod_magnet_la-mod_magnet.o
  542. \
  543. #       source='mod_magnet_cache.c' object='mod_magnet_la-mod_magnet_cache.lo' libtool=yes
  544. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_magnet_la-mod_magnet_cache.lo `test -f 'mod_magnet_cache.c' || echo './'`mod_magnet_cache.c
  545. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_magnet_cache.c  -fno-common -DPIC -o .libs/mod_magnet_la-mod_magnet_cache.o
  546. \
  547. #       source='mod_cml.c' object='mod_cml_la-mod_cml.lo' libtool=yes
  548. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_cml_la-mod_cml.lo `test -f 'mod_cml.c' || echo './'`mod_cml.c
  549. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_cml.c  -fno-common -DPIC -o .libs/mod_cml_la-mod_cml.o
  550. \
  551. #       source='mod_cml_lua.c' object='mod_cml_la-mod_cml_lua.lo' libtool=yes
  552. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_cml_la-mod_cml_lua.lo `test -f 'mod_cml_lua.c' || echo './'`mod_cml_lua.c
  553. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_cml_lua.c  -fno-common -DPIC -o .libs/mod_cml_la-mod_cml_lua.o
  554. \
  555. #       source='mod_cml_funcs.c' object='mod_cml_la-mod_cml_funcs.lo' libtool=yes
  556. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_cml_la-mod_cml_funcs.lo `test -f 'mod_cml_funcs.c' || echo './'`mod_cml_funcs.c
  557. \
  558. #       source='mod_trigger_b4_dl.c' object='mod_trigger_b4_dl.lo' libtool=yes
  559. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_trigger_b4_dl.lo mod_trigger_b4_dl.c
  560. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_cml_funcs.c  -fno-common -DPIC -o .libs/mod_cml_la-mod_cml_funcs.o
  561. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_trigger_b4_dl.c  -fno-common -DPIC -o .libs/mod_trigger_b4_dl.o
  562. \
  563. #       source='mod_mysql_vhost.c' object='mod_mysql_vhost_la-mod_mysql_vhost.lo' libtool=yes
  564. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_mysql_vhost_la-mod_mysql_vhost.lo `test -f 'mod_mysql_vhost.c' || echo './'`mod_mysql_vhost.c
  565. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_mysql_vhost.c  -fno-common -DPIC -o .libs/mod_mysql_vhost_la-mod_mysql_vhost.o
  566. \
  567. #       source='mod_cgi.c' object='mod_cgi.lo' libtool=yes
  568. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_cgi.lo mod_cgi.c
  569. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_cgi.c  -fno-common -DPIC -o .libs/mod_cgi.o
  570. \
  571. #       source='mod_scgi.c' object='mod_scgi.lo' libtool=yes
  572. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_scgi.lo mod_scgi.c
  573. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_scgi.c  -fno-common -DPIC -o .libs/mod_scgi.o
  574. \
  575. #       source='mod_staticfile.c' object='mod_staticfile.lo' libtool=yes
  576. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_staticfile.lo mod_staticfile.c
  577. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_staticfile.c  -fno-common -DPIC -o .libs/mod_staticfile.o
  578. \
  579. #       source='mod_dirlisting.c' object='mod_dirlisting.lo' libtool=yes
  580. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_dirlisting.lo mod_dirlisting.c
  581. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_dirlisting.c  -fno-common -DPIC -o .libs/mod_dirlisting.o
  582. \
  583. #       source='mod_indexfile.c' object='mod_indexfile.lo' libtool=yes
  584. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_indexfile.lo mod_indexfile.c
  585. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_indexfile.c  -fno-common -DPIC -o .libs/mod_indexfile.o
  586. \
  587. #       source='mod_setenv.c' object='mod_setenv.lo' libtool=yes
  588. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_setenv.lo mod_setenv.c
  589. \
  590. #       source='mod_alias.c' object='mod_alias.lo' libtool=yes
  591. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_alias.lo mod_alias.c
  592. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_setenv.c  -fno-common -DPIC -o .libs/mod_setenv.o
  593. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_alias.c  -fno-common -DPIC -o .libs/mod_alias.o
  594. \
  595. #       source='mod_userdir.c' object='mod_userdir.lo' libtool=yes
  596. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_userdir.lo mod_userdir.c
  597. \
  598. #       source='mod_rrdtool.c' object='mod_rrdtool.lo' libtool=yes
  599. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_rrdtool.lo mod_rrdtool.c
  600. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_userdir.c  -fno-common -DPIC -o .libs/mod_userdir.o
  601. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_rrdtool.c  -fno-common -DPIC -o .libs/mod_rrdtool.o
  602. \
  603. #       source='mod_usertrack.c' object='mod_usertrack.lo' libtool=yes
  604. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_usertrack.lo mod_usertrack.c
  605. \
  606. #       source='mod_proxy.c' object='mod_proxy.lo' libtool=yes
  607. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_proxy.lo mod_proxy.c
  608. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_usertrack.c  -fno-common -DPIC -o .libs/mod_usertrack.o
  609. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_proxy.c  -fno-common -DPIC -o .libs/mod_proxy.o
  610. \
  611. #       source='mod_ssi_exprparser.c' object='mod_ssi_exprparser.lo' libtool=yes
  612. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_ssi_exprparser.lo mod_ssi_exprparser.c
  613. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_ssi_exprparser.c  -fno-common -DPIC -o .libs/mod_ssi_exprparser.o
  614. \
  615. #       source='mod_ssi_expr.c' object='mod_ssi_expr.lo' libtool=yes
  616. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_ssi_expr.lo mod_ssi_expr.c
  617. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_ssi_expr.c  -fno-common -DPIC -o .libs/mod_ssi_expr.o
  618. \
  619. #       source='mod_ssi.c' object='mod_ssi.lo' libtool=yes
  620. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_ssi.lo mod_ssi.c
  621. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_ssi.c  -fno-common -DPIC -o .libs/mod_ssi.o
  622. \
  623. #       source='mod_secure_download.c' object='mod_secure_download.lo' libtool=yes
  624. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_secure_download.lo mod_secure_download.c
  625. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_secure_download.c  -fno-common -DPIC -o .libs/mod_secure_download.o
  626. \
  627. #       source='mod_expire.c' object='mod_expire.lo' libtool=yes
  628. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_expire.lo mod_expire.c
  629. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_expire.c  -fno-common -DPIC -o .libs/mod_expire.o
  630. \
  631. #       source='mod_evhost.c' object='mod_evhost.lo' libtool=yes
  632. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_evhost.lo mod_evhost.c
  633. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_evhost.c  -fno-common -DPIC -o .libs/mod_evhost.o
  634. \
  635. #       source='mod_simple_vhost.c' object='mod_simple_vhost.lo' libtool=yes
  636. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_simple_vhost.lo mod_simple_vhost.c
  637. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_simple_vhost.c  -fno-common -DPIC -o .libs/mod_simple_vhost.o
  638. \
  639. #       source='mod_fastcgi.c' object='mod_fastcgi.lo' libtool=yes
  640. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_fastcgi.lo mod_fastcgi.c
  641. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_fastcgi.c  -fno-common -DPIC -o .libs/mod_fastcgi.o
  642. \
  643. #       source='mod_extforward.c' object='mod_extforward.lo' libtool=yes
  644. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_extforward.lo mod_extforward.c
  645. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_extforward.c  -fno-common -DPIC -o .libs/mod_extforward.o
  646. \
  647. #       source='mod_access.c' object='mod_access.lo' libtool=yes
  648. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_access.lo mod_access.c
  649. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_access.c  -fno-common -DPIC -o .libs/mod_access.o
  650. \
  651. #       source='mod_compress.c' object='mod_compress.lo' libtool=yes
  652. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_compress.lo mod_compress.c
  653. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_compress.c  -fno-common -DPIC -o .libs/mod_compress.o
  654. \
  655. #       source='mod_auth.c' object='mod_auth.lo' libtool=yes
  656. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_auth.lo mod_auth.c
  657. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_auth.c  -fno-common -DPIC -o .libs/mod_auth.o
  658. \
  659. #       source='http_auth_digest.c' object='http_auth_digest.lo' libtool=yes
  660. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o http_auth_digest.lo http_auth_digest.c
  661. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c http_auth_digest.c  -fno-common -DPIC -o .libs/http_auth_digest.o
  662. \
  663. #       source='http_auth.c' object='http_auth.lo' libtool=yes
  664. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o http_auth.lo http_auth.c
  665. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c http_auth.c  -fno-common -DPIC -o .libs/http_auth.o
  666. \
  667. #       source='mod_rewrite.c' object='mod_rewrite.lo' libtool=yes
  668. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_rewrite.lo mod_rewrite.c
  669. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_rewrite.c  -fno-common -DPIC -o .libs/mod_rewrite.o
  670. \
  671. #       source='mod_redirect.c' object='mod_redirect.lo' libtool=yes
  672. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_redirect.lo mod_redirect.c
  673. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_redirect.c  -fno-common -DPIC -o .libs/mod_redirect.o
  674. \
  675. #       source='mod_status.c' object='mod_status.lo' libtool=yes
  676. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_status.lo mod_status.c
  677. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_status.c  -fno-common -DPIC -o .libs/mod_status.o
  678. \
  679. #       source='mod_accesslog.c' object='mod_accesslog.lo' libtool=yes
  680. /bin/sh ../libtool  --tag=CC   --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o mod_accesslog.lo mod_accesslog.c
  681. libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/lib\" -DSBIN_DIR=\"/usr/local/Cellar/lighttpd/1.4.28/sbin\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c mod_accesslog.c  -fno-common -DPIC -o .libs/mod_accesslog.o
  682. \
  683. #       source='proc_open.c' object='proc_open-proc_open.o' libtool=no
  684. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..  -DDEBUG_PROC_OPEN -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o proc_open-proc_open.o `test -f 'proc_open.c' || echo './'`proc_open.c
  685. \
  686. #       source='buffer.c' object='proc_open-buffer.o' libtool=no
  687. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..  -DDEBUG_PROC_OPEN -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c -o proc_open-buffer.o `test -f 'buffer.c' || echo './'`buffer.c
  688. \
  689. #       source='server.c' object='server.o' libtool=no
  690. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c server.c
  691. \
  692. #       source='response.c' object='response.o' libtool=no
  693. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c response.c
  694. \
  695. #       source='connections.c' object='connections.o' libtool=no
  696. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c connections.c
  697. \
  698. #       source='network.c' object='network.o' libtool=no
  699. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c network.c
  700. \
  701. #       source='configfile.c' object='configfile.o' libtool=no
  702. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c configfile.c
  703. \
  704. #       source='configparser.c' object='configparser.o' libtool=no
  705. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c configparser.c
  706. \
  707. #       source='request.c' object='request.o' libtool=no
  708. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c request.c
  709. \
  710. #       source='proc_open.c' object='proc_open.o' libtool=no
  711. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c proc_open.c
  712. \
  713. #       source='lighttpd-angel.c' object='lighttpd-angel.o' libtool=no
  714. /usr/bin/cc -DHAVE_CONFIG_H -DHAVE_VERSION_H -DLIBRARY_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/lib\"" -DSBIN_DIR="\"/usr/local/Cellar/lighttpd/1.4.28/sbin\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -DOPENSSL_NO_KRB5 -I/mochi/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -c lighttpd-angel.c
  715. /bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/cc   -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -avoid-version -no-undefined  -o liblightcomp.la -rpath /usr/local/Cellar/lighttpd/1.4.28/lib liblightcomp_la-buffer.lo liblightcomp_la-log.lo liblightcomp_la-keyvalue.lo liblightcomp_la-chunk.lo liblightcomp_la-http_chunk.lo liblightcomp_la-stream.lo liblightcomp_la-fdevent.lo liblightcomp_la-stat_cache.lo liblightcomp_la-plugin.lo liblightcomp_la-joblist.lo liblightcomp_la-etag.lo liblightcomp_la-array.lo liblightcomp_la-data_string.lo liblightcomp_la-data_count.lo liblightcomp_la-data_array.lo liblightcomp_la-data_integer.lo liblightcomp_la-md5.lo liblightcomp_la-data_fastcgi.lo liblightcomp_la-fdevent_select.lo liblightcomp_la-fdevent_libev.lo liblightcomp_la-fdevent_poll.lo liblightcomp_la-fdevent_linux_sysepoll.lo liblightcomp_la-fdevent_solaris_devpoll.lo liblightcomp_la-fdevent_freebsd_kqueue.lo liblightcomp_la-data_config.lo liblightcomp_la-bitset.lo liblightcomp_la-inet_ntop_cache.lo liblightcomp_la-crc32.lo liblightcomp_la-connections-glue.lo liblightcomp_la-configfile-glue.lo liblightcomp_la-http-header-glue.lo liblightcomp_la-network_write.lo liblightcomp_la-network_linux_sendfile.lo liblightcomp_la-network_freebsd_sendfile.lo liblightcomp_la-network_writev.lo liblightcomp_la-network_solaris_sendfilev.lo liblightcomp_la-network_openssl.lo liblightcomp_la-splaytree.lo liblightcomp_la-status_counter.lo -L/mochi/lib -lpcre -lssl -lcrypto  
  716. /bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99   -o proc_open proc_open-proc_open.o proc_open-buffer.o  
  717. libtool: link: /usr/bin/cc -dynamiclib  -o .libs/liblightcomp.dylib  .libs/liblightcomp_la-buffer.o .libs/liblightcomp_la-log.o .libs/liblightcomp_la-keyvalue.o .libs/liblightcomp_la-chunk.o .libs/liblightcomp_la-http_chunk.o .libs/liblightcomp_la-stream.o .libs/liblightcomp_la-fdevent.o .libs/liblightcomp_la-stat_cache.o .libs/liblightcomp_la-plugin.o .libs/liblightcomp_la-joblist.o .libs/liblightcomp_la-etag.o .libs/liblightcomp_la-array.o .libs/liblightcomp_la-data_string.o .libs/liblightcomp_la-data_count.o .libs/liblightcomp_la-data_array.o .libs/liblightcomp_la-data_integer.o .libs/liblightcomp_la-md5.o .libs/liblightcomp_la-data_fastcgi.o .libs/liblightcomp_la-fdevent_select.o .libs/liblightcomp_la-fdevent_libev.o .libs/liblightcomp_la-fdevent_poll.o .libs/liblightcomp_la-fdevent_linux_sysepoll.o .libs/liblightcomp_la-fdevent_solaris_devpoll.o .libs/liblightcomp_la-fdevent_freebsd_kqueue.o .libs/liblightcomp_la-data_config.o .libs/liblightcomp_la-bitset.o .libs/liblightcomp_la-inet_ntop_cache.o .libs/liblightcomp_la-crc32.o .libs/liblightcomp_la-connections-glue.o .libs/liblightcomp_la-configfile-glue.o .libs/liblightcomp_la-http-header-glue.o .libs/liblightcomp_la-network_write.o .libs/liblightcomp_la-network_linux_sendfile.o .libs/liblightcomp_la-network_freebsd_sendfile.o .libs/liblightcomp_la-network_writev.o .libs/liblightcomp_la-network_solaris_sendfilev.o .libs/liblightcomp_la-network_openssl.o .libs/liblightcomp_la-splaytree.o .libs/liblightcomp_la-status_counter.o   -L/mochi/lib /mochi/lib/libpcre.dylib -lssl -lcrypto  -march=core2 -msse4.1   -install_name  /usr/local/Cellar/lighttpd/1.4.28/lib/liblightcomp.dylib  -Wl,-single_module
  718. libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -o proc_open proc_open-proc_open.o proc_open-buffer.o
  719. ld: warning: ignoring file /mochi/lib/libpcre.dylib, file was built for unsupported file format which is not the architecture being linked (x86_64)
  720. Undefined symbols for architecture x86_64:
  721.   "_pcre_free", referenced from:
  722.       _pcre_keyvalue_buffer_free in liblightcomp_la-keyvalue.o
  723.       _data_config_free in liblightcomp_la-data_config.o
  724.   "_pcre_compile", referenced from:
  725.       _pcre_keyvalue_buffer_append in liblightcomp_la-keyvalue.o
  726.   "_pcre_study", referenced from:
  727.       _pcre_keyvalue_buffer_append in liblightcomp_la-keyvalue.o
  728.   "_pcre_exec", referenced from:
  729.       _config_check_cond_cached in liblightcomp_la-configfile-glue.o
  730. ld: symbol(s) not found for architecture x86_64
  731. collect2: ld returned 1 exit status
  732. make[2]: *** [liblightcomp.la] Error 1
  733. make[2]: *** Waiting for unfinished jobs....
  734. /bin/sh ../libtool  --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99   -o lighttpd-angel lighttpd-angel.o  
  735. libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -Wall -W -Wshadow -pedantic -std=gnu99 -o lighttpd-angel lighttpd-angel.o
  736. make[1]: *** [install] Error 2
  737. make: *** [install-recursive] Error 1
  738. ==> Exit Status: 2
  739. http://github.com/mxcl/homebrew/blob/master/Library/Formula/lighttpd.rb#L15
  740. ==> Environment
  741. HOMEBREW_VERSION: 0.8
  742. HEAD: d94cbc5f2505c9003570953473342202f1d8a85d
  743. HOMEBREW_PREFIX: /usr/local
  744. HOMEBREW_CELLAR: /usr/local/Cellar
  745. HOMEBREW_REPOSITORY: /usr/local
  746. HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
  747. Hardware: dual-core 64-bit penryn
  748. OS X: 10.7
  749. Kernel Architecture: x86_64
  750. Ruby: 1.8.7-249
  751. /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
  752. Xcode: 4.1
  753. GCC-4.0: N/A
  754. GCC-4.2: build 5666
  755. LLVM: build 2335
  756. MacPorts or Fink? false
  757. X11 installed? true
  758. ==> Build Flags
  759. CC: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
  760. CXX: /usr/bin/c++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2
  761. LD: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
  762. CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
  763. CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
  764. MAKEFLAGS: -j2
  765.  
  766. Error: Failed executing: make install
  767. Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue
  768.  
  769. Also try:
  770.   `brew doctor` to check your setup for common problems.
  771.   `brew missing` to check installed packages for missing deps.