Advertisement
Guest User

Untitled

a guest
Jan 21st, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 136.94 KB | None | 0 0
  1. Found Gauche-gl source.
  2. Wix SDK found: /c/WinApp/wix35/candle.exe
  3. checking build system type... i686-pc-mingw32
  4. checking host system type... i686-pc-mingw32
  5. checking target system type... i686-pc-mingw32
  6. checking slib... not found, using fallback /usr/local/slib
  7. checking for gcc... gcc
  8. checking whether the C compiler works... yes
  9. checking for C compiler default output file name... a.exe
  10. checking for suffix of executables... .exe
  11. checking whether we are cross compiling... no
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking for gcc option to accept ISO C99... -std=gnu99
  17. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  18. checking for an ANSI C-conforming const... yes
  19. checking whether make sets $(MAKE)... yes
  20. checking for a BSD-compatible install... /bin/install -c
  21. checking for ar... ar
  22. checking for as... as
  23. checking for makeinfo... makeinfo
  24. checking for gzip... gzip
  25. checking for i686-pc-mingw32-gcc... no
  26. checking for -gcc... no
  27. checking for gcc... gcc
  28. checking how to run the C preprocessor... gcc -std=gnu99 -E
  29. checking for grep that handles long lines and -e... /bin/grep
  30. checking for egrep... /bin/grep -E
  31. checking for ANSI C header files... yes
  32. checking whether time.h and sys/time.h may both be included... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking sys/time.h usability... yes
  43. checking sys/time.h presence... yes
  44. checking for sys/time.h... yes
  45. checking for sys/types.h... (cached) yes
  46. checking glob.h usability... no
  47. checking glob.h presence... no
  48. checking for glob.h... no
  49. checking dlfcn.h usability... no
  50. checking dlfcn.h presence... no
  51. checking for dlfcn.h... no
  52. checking getopt.h usability... yes
  53. checking getopt.h presence... yes
  54. checking for getopt.h... yes
  55. checking sched.h usability... yes
  56. checking sched.h presence... yes
  57. checking for sched.h... yes
  58. checking for unistd.h... (cached) yes
  59. checking for stdint.h... (cached) yes
  60. checking for inttypes.h... (cached) yes
  61. checking rpc/types.h usability... no
  62. checking rpc/types.h presence... no
  63. checking for rpc/types.h... no
  64. checking malloc.h usability... yes
  65. checking malloc.h presence... yes
  66. checking for malloc.h... yes
  67. checking syslog.h usability... no
  68. checking syslog.h presence... no
  69. checking for syslog.h... no
  70. checking crypt.h usability... no
  71. checking crypt.h presence... no
  72. checking for crypt.h... no
  73. checking pty.h usability... no
  74. checking pty.h presence... no
  75. checking for pty.h... no
  76. checking util.h usability... no
  77. checking util.h presence... no
  78. checking for util.h... no
  79. checking libutil.h usability... no
  80. checking libutil.h presence... no
  81. checking for libutil.h... no
  82. checking sys/loadavg.h usability... no
  83. checking sys/loadavg.h presence... no
  84. checking for sys/loadavg.h... no
  85. checking sys/resource.h usability... no
  86. checking sys/resource.h presence... no
  87. checking for sys/resource.h... no
  88. checking sunmath.h usability... no
  89. checking sunmath.h presence... no
  90. checking for sunmath.h... no
  91. checking crt_externs.h usability... no
  92. checking crt_externs.h presence... no
  93. checking for crt_externs.h... no
  94. checking for special C compiler options needed for large files... no
  95. checking for _FILE_OFFSET_BITS value needed for large files... unknown
  96. checking for _LARGE_FILES value needed for large files... unknown
  97. checking for inline... inline
  98. checking whether byte ordering is bigendian... no
  99. checking whether struct tm is in sys/time.h or time.h... time.h
  100. checking size of long... 4
  101. checking size of int... 4
  102. checking size of off_t... 4
  103. checking for uint16_t... yes
  104. checking for int32_t... yes
  105. checking for uint32_t... yes
  106. checking for int64_t... yes
  107. checking for uint64_t... yes
  108. checking for long long... yes
  109. checking for long double... yes
  110. checking for struct timespec... no
  111. checking size of rlim_t... 0
  112. checking for struct group.gr_passwd... no
  113. checking for struct passwd.pw_passwd... no
  114. checking for struct passwd.pw_gecos... no
  115. checking for struct passwd.pw_class... no
  116. checking time_t is integral... yes
  117. checking whether gcc -std=gnu99 needs -traditional... no
  118. checking for sin in -lm... yes
  119. checking for isinf in -lsunmath... no
  120. checking for size_t... yes
  121. checking for working alloca.h... no
  122. checking for alloca... yes
  123. checking for isnan... yes
  124. checking for isinf... no
  125. checking for trunc... yes
  126. checking for rint... yes
  127. checking for symlink... no
  128. checking for readlink... no
  129. checking for lchown... no
  130. checking for mkstemp... no
  131. checking for realpath... no
  132. checking for nanosleep... no
  133. checking for usleep... yes
  134. checking for random... no
  135. checking for srandom... no
  136. checking for lrand48... no
  137. checking for srand48... no
  138. checking for putenv... yes
  139. checking for setenv... no
  140. checking for unsetenv... no
  141. checking for clearenv... no
  142. checking for getpgid... no
  143. checking for gethostname... no
  144. checking for sethostname... no
  145. checking for getdomainname... no
  146. checking for setdomainname... no
  147. checking for gettimeofday... yes
  148. checking for getloadavg... no
  149. checking for syslog... no
  150. checking for setlogmask... no
  151. checking for sigwait... no
  152. checking for library containing openpty... no
  153. checking for library containing forkpty... no
  154. checking for library containing crypt... no
  155. checking for library containing dlopen... no
  156. checking for library containing sched_yield... no
  157. checking how to make dynamic loadable module... ok
  158. checking linker takes --rpath flag... yes
  159. checking linker takes --soname flag... yes
  160. checking iconv.h usability... yes
  161. checking iconv.h presence... yes
  162. checking for iconv.h... yes
  163. checking gdbm.h usability... no
  164. checking gdbm.h presence... no
  165. checking for gdbm.h... no
  166. checking ndbm.h usability... no
  167. checking ndbm.h presence... no
  168. checking for ndbm.h... no
  169. checking gdbm/ndbm.h usability... no
  170. checking gdbm/ndbm.h presence... no
  171. checking for gdbm/ndbm.h... no
  172. checking gdbm-ndbm.h usability... no
  173. checking gdbm-ndbm.h presence... no
  174. checking for gdbm-ndbm.h... no
  175. checking dbm.h usability... no
  176. checking dbm.h presence... no
  177. checking for dbm.h... no
  178. checking gdbm/dbm.h usability... no
  179. checking gdbm/dbm.h presence... no
  180. checking for gdbm/dbm.h... no
  181. checking gdbm-dbm.h usability... no
  182. checking gdbm-dbm.h presence... no
  183. checking for gdbm-dbm.h... no
  184. checking for IPv6... no
  185. checking for struct sockaddr_storage... yes
  186. checking for net/if.h... no
  187. checking for struct ifreq... no
  188. checking for struct ifreq.ifr_ifindex... no
  189. checking for struct ifreq.ifr_index... no
  190. checking for struct sockaddr_un.sun_len... no
  191. checking for struct sockaddr_in.sin_len... no
  192. checking for struct sockaddr_in6.sin6_len... no
  193. checking for library containing shutdown... no
  194. checking for library containing gethostbyname_r... no
  195. checking for gethostbyname_r... no
  196. checking for gethostbyaddr_r... no
  197. checking for getprotobyname_r... no
  198. checking for getprotobynumber_r... no
  199. checking for getservbyname_r... no
  200. checking for getservbyname_r... (cached) no
  201. checking for getservbyport_r... no
  202. checking zlib.h usability... yes
  203. checking zlib.h presence... yes
  204. checking for zlib.h... yes
  205. configure: creating ./config.status
  206. config.status: creating Makefile
  207. config.status: creating src/Makefile
  208. config.status: creating src/genconfig
  209. config.status: creating src/makeverslink
  210. config.status: creating lib/Makefile
  211. config.status: creating lib/slib.scm
  212. config.status: creating doc/gosh.1
  213. config.status: creating doc/gauche-config.1
  214. config.status: creating doc/gauche-cesconv.1
  215. config.status: creating doc/gauche-install.1
  216. config.status: creating doc/gauche-package.1
  217. config.status: creating doc/Makefile
  218. config.status: creating ext/Makefile
  219. config.status: creating ext/Makefile.ext
  220. config.status: creating ext/bcrypt/Makefile
  221. config.status: creating ext/binary/Makefile
  222. config.status: creating ext/charconv/Makefile
  223. config.status: creating ext/charconv/charconv.h
  224. config.status: creating ext/dbm/Makefile
  225. config.status: creating ext/digest/Makefile
  226. config.status: creating ext/fcntl/Makefile
  227. config.status: creating ext/file/Makefile
  228. config.status: creating ext/gauche/Makefile
  229. config.status: creating ext/mt-random/Makefile
  230. config.status: creating ext/net/Makefile
  231. config.status: creating ext/peg/Makefile
  232. config.status: creating ext/sparse/Makefile
  233. config.status: creating ext/srfi/Makefile
  234. config.status: creating ext/sxml/Makefile
  235. config.status: creating ext/syslog/Makefile
  236. config.status: creating ext/termios/Makefile
  237. config.status: creating ext/text/Makefile
  238. config.status: creating ext/threads/Makefile
  239. config.status: creating ext/util/Makefile
  240. config.status: creating ext/uvector/Makefile
  241. config.status: creating ext/vport/Makefile
  242. config.status: creating ext/zlib/Makefile
  243. config.status: creating ext/windows/Makefile
  244. config.status: creating src/gauche/config.h
  245. config.status: creating ext/dbm/dbmconf.h
  246. === configuring in gc (/home/khayashi/Project/gauche/Gauche-mingw/gc)
  247. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche' '--enable-multibyte=utf8' --cache-file=/dev/null --srcdir=.
  248. checking build system type... i686-pc-mingw32
  249. checking host system type... i686-pc-mingw32
  250. checking target system type... i686-pc-mingw32
  251. checking GC version numbers... major=7 minor=2 alpha=6
  252. checking for a BSD-compatible install... /bin/install -c
  253. checking whether build environment is sane... yes
  254. checking for a thread-safe mkdir -p... /bin/mkdir -p
  255. checking for gawk... gawk
  256. checking whether make sets $(MAKE)... yes
  257. checking whether to enable maintainer-specific portions of Makefiles... no
  258. checking for style of include used by make... GNU
  259. checking for gcc... gcc
  260. checking whether the C compiler works... yes
  261. checking for C compiler default output file name... a.exe
  262. checking for suffix of executables... .exe
  263. checking whether we are cross compiling... no
  264. checking for suffix of object files... o
  265. checking whether we are using the GNU C compiler... yes
  266. checking whether gcc accepts -g... yes
  267. checking for gcc option to accept ISO C89... none needed
  268. checking dependency style of gcc... gcc3
  269. checking whether gcc and cc understand -c and -o together... yes
  270. checking for g++... g++
  271. checking whether we are using the GNU C++ compiler... yes
  272. checking whether g++ accepts -g... yes
  273. checking dependency style of g++... gcc3
  274. checking dependency style of gcc... gcc3
  275. checking for ar... ar
  276. checking for ranlib... ranlib
  277. checking for inline... inline
  278. checking for xlc... no
  279. checking for dlopen in -ldl... no
  280. checking whether to build shared libraries... yes
  281. checking which machine-dependent code should be used...
  282. checking how to print strings... printf
  283. checking for a sed that does not truncate output... /bin/sed
  284. checking for grep that handles long lines and -e... /bin/grep
  285. checking for egrep... /bin/grep -E
  286. checking for fgrep... /bin/grep -F
  287. checking for ld used by gcc... c:/mingw/mingw32/bin/ld.exe
  288. checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
  289. checking for BSD- or MS-compatible name lister (nm)... /mingw/bin/nm
  290. checking the name lister (/mingw/bin/nm) interface... BSD nm
  291. checking whether ln -s works... no, using cp -p
  292. checking the maximum length of command line arguments... 8192
  293. checking whether the shell understands some XSI constructs... yes
  294. checking whether the shell understands "+="... yes
  295. checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32
  296. checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
  297. checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
  298. checking for objdump... objdump
  299. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  300. checking for dlltool... dlltool
  301. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  302. checking for archiver @FILE support... @
  303. checking for strip... strip
  304. checking for ranlib... (cached) ranlib
  305. checking command to parse /mingw/bin/nm output from gcc object... ok
  306. checking for sysroot... no
  307. checking for mt... no
  308. checking if : is a manifest tool... no
  309. checking how to run the C preprocessor... gcc -E
  310. checking for ANSI C header files... yes
  311. checking for sys/types.h... yes
  312. checking for sys/stat.h... yes
  313. checking for stdlib.h... yes
  314. checking for string.h... yes
  315. checking for memory.h... yes
  316. checking for strings.h... yes
  317. checking for inttypes.h... yes
  318. checking for stdint.h... yes
  319. checking for unistd.h... yes
  320. checking for dlfcn.h... no
  321. checking for objdir... .libs
  322. checking if gcc supports -fno-rtti -fno-exceptions... no
  323. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  324. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  325. checking if gcc static flag -static works... yes
  326. checking if gcc supports -c -o file.o... yes
  327. checking if gcc supports -c -o file.o... (cached) yes
  328. checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
  329. checking whether -lc should be explicitly linked in... yes
  330. checking dynamic linker characteristics... Win32 ld.exe
  331. checking how to hardcode library paths into programs... immediate
  332. checking whether stripping libraries is possible... yes
  333. checking if libtool supports shared libraries... yes
  334. checking whether to build shared libraries... yes
  335. checking whether to build static libraries... yes
  336. checking how to run the C++ preprocessor... g++ -E
  337. checking for ld used by g++... c:/mingw/mingw32/bin/ld.exe
  338. checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
  339. checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
  340. checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
  341. checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
  342. checking if g++ static flag -static works... yes
  343. checking if g++ supports -c -o file.o... yes
  344. checking if g++ supports -c -o file.o... (cached) yes
  345. checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
  346. checking dynamic linker characteristics... Win32 ld.exe
  347. checking how to hardcode library paths into programs... immediate
  348. checking sys/dg_sys_info.h usability... no
  349. checking sys/dg_sys_info.h presence... no
  350. checking for sys/dg_sys_info.h... no
  351. checking whether Solaris gcc optimization fix is necessary... no
  352. checking atomic_ops.h usability... no
  353. checking atomic_ops.h presence... no
  354. checking for atomic_ops.h... no
  355. checking which libatomic_ops to use... bundled
  356. configure: creating ./config.status
  357. config.status: creating Makefile
  358. config.status: creating bdw-gc.pc
  359. config.status: creating include/private/config.h
  360. config.status: executing depfiles commands
  361. config.status: executing libtool commands
  362. config.status: executing default commands
  363. === configuring in libatomic_ops (/home/khayashi/Project/gauche/Gauche-mingw/gc/libatomic_ops)
  364. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche' '--enable-multibyte=utf8' --cache-file=/dev/null --srcdir=.
  365. checking build system type... i686-pc-mingw32
  366. checking host system type... i686-pc-mingw32
  367. checking target system type... i686-pc-mingw32
  368. checking for a BSD-compatible install... /bin/install -c
  369. checking whether build environment is sane... yes
  370. checking for a thread-safe mkdir -p... /bin/mkdir -p
  371. checking for gawk... gawk
  372. checking whether make sets $(MAKE)... yes
  373. checking for ranlib... ranlib
  374. checking for style of include used by make... GNU
  375. checking for gcc... gcc
  376. checking whether the C compiler works... yes
  377. checking for C compiler default output file name... a.exe
  378. checking for suffix of executables... .exe
  379. checking whether we are cross compiling... no
  380. checking for suffix of object files... o
  381. checking whether we are using the GNU C compiler... yes
  382. checking whether gcc accepts -g... yes
  383. checking for gcc option to accept ISO C89... none needed
  384. checking dependency style of gcc... gcc3
  385. checking whether gcc and cc understand -c and -o together... yes
  386. checking dependency style of gcc... gcc3
  387. checking how to run the C preprocessor... gcc -E
  388. checking for grep that handles long lines and -e... /bin/grep
  389. checking for egrep... /bin/grep -E
  390. checking for ANSI C header files... yes
  391. checking for sys/types.h... yes
  392. checking for sys/stat.h... yes
  393. checking for stdlib.h... yes
  394. checking for string.h... yes
  395. checking for memory.h... yes
  396. checking for strings.h... yes
  397. checking for inttypes.h... yes
  398. checking for stdint.h... yes
  399. checking for unistd.h... yes
  400. checking for stdlib.h... (cached) yes
  401. checking for unistd.h... (cached) yes
  402. checking for sys/param.h... yes
  403. checking for getpagesize... yes
  404. checking for working mmap... no
  405. checking for ANSI C header files... (cached) yes
  406. checking Determining PIC compiler flag... -fPIC
  407. checking for pthread_self in -lpthread... yes
  408. configure: creating ./config.status
  409. config.status: creating Makefile
  410. config.status: creating src/Makefile
  411. config.status: creating src/atomic_ops/Makefile
  412. config.status: creating src/atomic_ops/sysdeps/Makefile
  413. config.status: creating doc/Makefile
  414. config.status: creating tests/Makefile
  415. config.status: creating src/config.h
  416. config.status: executing depfiles commands
  417. config.status: executing default commands
  418.  
  419. This Gauche has been configured with the following parameters:
  420. version: 0.9.2
  421. multibyte: utf8
  422. slib: /usr/local/slib
  423. thread: none
  424. optional modules: zlib
  425.  
  426. for d in gc src lib ext doc; do (cd $d; make all); done
  427. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  428. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  429. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c -o allchblk.lo allchblk.c
  430. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -DDLL_EXPORT -DPIC -o .libs/allchblk.o
  431. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -o allchblk.o >/dev/null 2>&1
  432. mv -f .deps/allchblk.Tpo .deps/allchblk.Plo
  433. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
  434. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -DDLL_EXPORT -DPIC -o .libs/alloc.o
  435. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
  436. mv -f .deps/alloc.Tpo .deps/alloc.Plo
  437. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c -o blacklst.lo blacklst.c
  438. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -DDLL_EXPORT -DPIC -o .libs/blacklst.o
  439. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -o blacklst.o >/dev/null 2>&1
  440. mv -f .deps/blacklst.Tpo .deps/blacklst.Plo
  441. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c -o checksums.lo checksums.c
  442. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -DDLL_EXPORT -DPIC -o .libs/checksums.o
  443. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -o checksums.o >/dev/null 2>&1
  444. mv -f .deps/checksums.Tpo .deps/checksums.Plo
  445. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c -o dbg_mlc.lo dbg_mlc.c
  446. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -DDLL_EXPORT -DPIC -o .libs/dbg_mlc.o
  447. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1
  448. mv -f .deps/dbg_mlc.Tpo .deps/dbg_mlc.Plo
  449. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c -o dyn_load.lo dyn_load.c
  450. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -DDLL_EXPORT -DPIC -o .libs/dyn_load.o
  451. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -o dyn_load.o >/dev/null 2>&1
  452. mv -f .deps/dyn_load.Tpo .deps/dyn_load.Plo
  453. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c -o finalize.lo finalize.c
  454. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -DDLL_EXPORT -DPIC -o .libs/finalize.o
  455. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -o finalize.o >/dev/null 2>&1
  456. mv -f .deps/finalize.Tpo .deps/finalize.Plo
  457. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c -o gc_dlopen.lo gc_dlopen.c
  458. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -DDLL_EXPORT -DPIC -o .libs/gc_dlopen.o
  459. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1
  460. mv -f .deps/gc_dlopen.Tpo .deps/gc_dlopen.Plo
  461. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c -o gcj_mlc.lo gcj_mlc.c
  462. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -DDLL_EXPORT -DPIC -o .libs/gcj_mlc.o
  463. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1
  464. mv -f .deps/gcj_mlc.Tpo .deps/gcj_mlc.Plo
  465. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c -o headers.lo headers.c
  466. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -DDLL_EXPORT -DPIC -o .libs/headers.o
  467. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -o headers.o >/dev/null 2>&1
  468. mv -f .deps/headers.Tpo .deps/headers.Plo
  469. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c
  470. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -DDLL_EXPORT -DPIC -o .libs/malloc.o
  471. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1
  472. mv -f .deps/malloc.Tpo .deps/malloc.Plo
  473. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c -o mallocx.lo mallocx.c
  474. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -DDLL_EXPORT -DPIC -o .libs/mallocx.o
  475. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -o mallocx.o >/dev/null 2>&1
  476. mv -f .deps/mallocx.Tpo .deps/mallocx.Plo
  477. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c -o mark.lo mark.c
  478. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -DDLL_EXPORT -DPIC -o .libs/mark.o
  479. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -o mark.o >/dev/null 2>&1
  480. mv -f .deps/mark.Tpo .deps/mark.Plo
  481. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c -o mark_rts.lo mark_rts.c
  482. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -DDLL_EXPORT -DPIC -o .libs/mark_rts.o
  483. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -o mark_rts.o >/dev/null 2>&1
  484. mv -f .deps/mark_rts.Tpo .deps/mark_rts.Plo
  485. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c
  486. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -DDLL_EXPORT -DPIC -o .libs/misc.o
  487. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1
  488. mv -f .deps/misc.Tpo .deps/misc.Plo
  489. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c -o new_hblk.lo new_hblk.c
  490. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -DDLL_EXPORT -DPIC -o .libs/new_hblk.o
  491. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -o new_hblk.o >/dev/null 2>&1
  492. mv -f .deps/new_hblk.Tpo .deps/new_hblk.Plo
  493. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c -o obj_map.lo obj_map.c
  494. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -DDLL_EXPORT -DPIC -o .libs/obj_map.o
  495. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -o obj_map.o >/dev/null 2>&1
  496. mv -f .deps/obj_map.Tpo .deps/obj_map.Plo
  497. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c -o os_dep.lo os_dep.c
  498. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -DDLL_EXPORT -DPIC -o .libs/os_dep.o
  499. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -o os_dep.o >/dev/null 2>&1
  500. mv -f .deps/os_dep.Tpo .deps/os_dep.Plo
  501. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c -o pcr_interface.lo pcr_interface.c
  502. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -DDLL_EXPORT -DPIC -o .libs/pcr_interface.o
  503. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -o pcr_interface.o >/dev/null 2>&1
  504. mv -f .deps/pcr_interface.Tpo .deps/pcr_interface.Plo
  505. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c -o ptr_chck.lo ptr_chck.c
  506. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -DDLL_EXPORT -DPIC -o .libs/ptr_chck.o
  507. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -o ptr_chck.o >/dev/null 2>&1
  508. mv -f .deps/ptr_chck.Tpo .deps/ptr_chck.Plo
  509. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c -o real_malloc.lo real_malloc.c
  510. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -DDLL_EXPORT -DPIC -o .libs/real_malloc.o
  511. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -o real_malloc.o >/dev/null 2>&1
  512. mv -f .deps/real_malloc.Tpo .deps/real_malloc.Plo
  513. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c -o reclaim.lo reclaim.c
  514. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -DDLL_EXPORT -DPIC -o .libs/reclaim.o
  515. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -o reclaim.o >/dev/null 2>&1
  516. mv -f .deps/reclaim.Tpo .deps/reclaim.Plo
  517. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c -o specific.lo specific.c
  518. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -DDLL_EXPORT -DPIC -o .libs/specific.o
  519. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -o specific.o >/dev/null 2>&1
  520. mv -f .deps/specific.Tpo .deps/specific.Plo
  521. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c -o stubborn.lo stubborn.c
  522. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -DDLL_EXPORT -DPIC -o .libs/stubborn.o
  523. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -o stubborn.o >/dev/null 2>&1
  524. mv -f .deps/stubborn.Tpo .deps/stubborn.Plo
  525. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c -o typd_mlc.lo typd_mlc.c
  526. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -DDLL_EXPORT -DPIC -o .libs/typd_mlc.o
  527. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -o typd_mlc.o >/dev/null 2>&1
  528. mv -f .deps/typd_mlc.Tpo .deps/typd_mlc.Plo
  529. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c -o backgraph.lo backgraph.c
  530. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c backgraph.c -DDLL_EXPORT -DPIC -o .libs/backgraph.o
  531. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c backgraph.c -o backgraph.o >/dev/null 2>&1
  532. mv -f .deps/backgraph.Tpo .deps/backgraph.Plo
  533. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c -o thread_local_alloc.lo thread_local_alloc.c
  534. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -DDLL_EXPORT -DPIC -o .libs/thread_local_alloc.o
  535. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -o thread_local_alloc.o >/dev/null 2>&1
  536. mv -f .deps/thread_local_alloc.Tpo .deps/thread_local_alloc.Plo
  537. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c -o mach_dep.lo mach_dep.c
  538. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -DDLL_EXPORT -DPIC -o .libs/mach_dep.o
  539. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -o mach_dep.o >/dev/null 2>&1
  540. mv -f .deps/mach_dep.Tpo .deps/mach_dep.Plo
  541. /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -version-info 1:3:0 -no-undefined -o libgc.la -rpath /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo thread_local_alloc.lo mach_dep.lo
  542. libtool: link: gcc -shared .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/thread_local_alloc.o .libs/mach_dep.o -O2 -o .libs/libgc-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libgc.dll.a
  543. Creating library file: .libs/libgc.dll.a
  544. libtool: link: ar cru .libs/libgc.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o specific.o stubborn.o typd_mlc.o backgraph.o thread_local_alloc.o mach_dep.o
  545. libtool: link: ranlib .libs/libgc.a
  546. libtool: link: ( cd ".libs" && rm -f "libgc.la" && cp -p "../libgc.la" "libgc.la" )
  547. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c -o cordbscs.lo `test -f 'cord/cordbscs.c' || echo './'`cord/cordbscs.c
  548. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c cord/cordbscs.c -DDLL_EXPORT -DPIC -o .libs/cordbscs.o
  549. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c cord/cordbscs.c -o cordbscs.o >/dev/null 2>&1
  550. mv -f .deps/cordbscs.Tpo .deps/cordbscs.Plo
  551. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c -o cordprnt.lo `test -f 'cord/cordprnt.c' || echo './'`cord/cordprnt.c
  552. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c cord/cordprnt.c -DDLL_EXPORT -DPIC -o .libs/cordprnt.o
  553. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c cord/cordprnt.c -o cordprnt.o >/dev/null 2>&1
  554. mv -f .deps/cordprnt.Tpo .deps/cordprnt.Plo
  555. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c -o cordtest.lo `test -f 'cord/cordtest.c' || echo './'`cord/cordtest.c
  556. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c cord/cordtest.c -DDLL_EXPORT -DPIC -o .libs/cordtest.o
  557. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c cord/cordtest.c -o cordtest.o >/dev/null 2>&1
  558. mv -f .deps/cordtest.Tpo .deps/cordtest.Plo
  559. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c -o cordxtra.lo `test -f 'cord/cordxtra.c' || echo './'`cord/cordxtra.c
  560. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c cord/cordxtra.c -DDLL_EXPORT -DPIC -o .libs/cordxtra.o
  561. libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c cord/cordxtra.c -o cordxtra.o >/dev/null 2>&1
  562. mv -f .deps/cordxtra.Tpo .deps/cordxtra.Plo
  563. /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -DDONT_ADD_BYTE_AT_END -version-info 1:3:0 -no-undefined -o libcord.la -rpath /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib cordbscs.lo cordprnt.lo cordtest.lo cordxtra.lo ./libgc.la
  564. libtool: link: gcc -shared .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/cordxtra.o ./.libs/libgc.dll.a -O2 -o .libs/libcord-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libcord.dll.a
  565. Creating library file: .libs/libcord.dll.a
  566. libtool: link: ar cru .libs/libcord.a cordbscs.o cordprnt.o cordtest.o cordxtra.o
  567. libtool: link: ranlib .libs/libcord.a
  568. libtool: link: ( cd ".libs" && rm -f "libcord.la" && cp -p "../libcord.la" "libcord.la" )
  569. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  570. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/gc'
  571. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/src'
  572. /bin/sh ./genconfig
  573. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./builtin-syms.scm
  574. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./geninsn
  575. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c box.c
  576. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c core.c
  577. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c vm.c
  578. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c compaux.c
  579. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c macro.c
  580. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c code.c
  581. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c error.c
  582. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c class.c
  583. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c prof.c
  584. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c collection.c
  585. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c boolean.c
  586. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c char.c
  587. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c string.c
  588. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c list.c
  589. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c hash.c
  590. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c treemap.c
  591. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c bits.c
  592. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c port.c
  593. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c write.c
  594. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c read.c
  595. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c vector.c
  596. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c weak.c
  597. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c symbol.c
  598. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c keyword.c
  599. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c gloc.c
  600. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c compare.c
  601. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c regexp.c
  602. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c signal.c
  603. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c parameter.c
  604. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c module.c
  605. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c proc.c
  606. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c number.c
  607. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c bignum.c
  608. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c load.c
  609. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c paths.c
  610. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c lazy.c
  611. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c repl.c
  612. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./autoloads.scm
  613. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c autoloads.c
  614. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c system.c
  615. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY compile.scm
  616. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c compile.c
  617. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libalpha.scm
  618. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libalpha.c
  619. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libbool.scm
  620. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libbool.c
  621. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libchar.scm
  622. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libchar.c
  623. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libdict.scm
  624. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libdict.c
  625. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libeval.scm
  626. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libeval.c
  627. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libexc.scm
  628. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libexc.c
  629. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libio.scm
  630. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libio.c
  631. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY liblazy.scm
  632. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c liblazy.c
  633. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY liblist.scm
  634. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c liblist.c
  635. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libmisc.scm
  636. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libmisc.c
  637. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libmod.scm
  638. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libmod.c
  639. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libnum.scm
  640. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libnum.c
  641. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libobj.scm
  642. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libobj.c
  643. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libomega.scm
  644. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libomega.c
  645. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libproc.scm
  646. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libproc.c
  647. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY librx.scm
  648. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c librx.c
  649. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libstr.scm
  650. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libstr.c
  651. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libsym.scm
  652. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libsym.c
  653. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libsys.scm
  654. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libsys.c
  655. GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" gosh -l./preload -I../src -I../lib ./precomp -D LIBGAUCHE_BODY libvec.scm
  656. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c libvec.c
  657. TARGETLIB=`pwd` gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,`pwd` -L. -Wl,--soname,libgauche-0.9.so.0.2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o libgauche-0.9.dll box.o core.o vm.o compaux.o macro.o code.o error.o class.o prof.o collection.o boolean.o char.o string.o list.o hash.o treemap.o bits.o port.o write.o read.o vector.o weak.o symbol.o keyword.o gloc.o compare.o regexp.o signal.o parameter.o module.o proc.o number.o bignum.o load.o paths.o lazy.o repl.o autoloads.o system.o compile.o libalpha.o libbool.o libchar.o libdict.o libeval.o libexc.o libio.o liblazy.o liblist.o libmisc.o libmod.o libnum.o libobj.o libomega.o libproc.o librx.o libstr.o libsym.o libsys.o libvec.o ../gc/.libs/*.o -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  658. TARGETLIB=`pwd` : libgauche-0.9.dll
  659. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c main.c
  660. TARGETLIB=`pwd` gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,`pwd` -L. -Wl,--enable-auto-import -o gosh.exe main.o -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  661. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c winmain.c
  662. TARGETLIB=`pwd` gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,`pwd` -L. -Wl,--enable-auto-import -o gosh-noconsole.exe winmain.o -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32 -Wl,--subsystem,windows
  663. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c gauche-config.c
  664. TARGETLIB=`pwd` gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,`pwd` -L. -o gauche-config.exe gauche-config.o -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  665. /bin/sh mingw-exify gauche-install.in > gauche-install.in.c
  666. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c -o gauche-install.in.o gauche-install.in.c
  667. TARGETLIB=`pwd` gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,`pwd` -L. -Wl,--enable-auto-import -o gauche-install.exe gauche-install.in.o -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  668. /bin/sh mingw-exify gauche-package.in > gauche-package.in.c
  669. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c -o gauche-package.in.o gauche-package.in.c
  670. TARGETLIB=`pwd` gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,`pwd` -L. -Wl,--enable-auto-import -o gauche-package.exe gauche-package.in.o -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  671. /bin/sh mingw-exify gauche-cesconv.in > gauche-cesconv.in.c
  672. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./../gc/include -I./../gc/libatomic_ops/src -g -O2 -march=i686 -DUSE_I686_PREFETCH -c -o gauche-cesconv.in.o gauche-cesconv.in.c
  673. TARGETLIB=`pwd` gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,`pwd` -L. -Wl,--enable-auto-import -o gauche-cesconv.exe gauche-cesconv.in.o -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  674. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/src'
  675. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  676. make[1]: Nothing to be done for `all'.
  677. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  678. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  679. for d in gauche util srfi threads uvector charconv binary net termios fcntl file sxml syslog dbm mt-random bcrypt digest vport text zlib sparse peg windows; do (cd $d; make default); done
  680. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  681. ../../src/gosh -ftest ../../src/precomp -e -P -o gauche--collection ../../libsrc/gauche/collection.scm
  682. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c gauche--collection.c
  683. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--collection.dll gauche--collection.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  684. ../../src/gosh -ftest ../../src/precomp -e -P -o gauche--sequence ../../libsrc/gauche/sequence.scm
  685. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c gauche--sequence.c
  686. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--sequence.dll gauche--sequence.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  687. ../../src/gosh -ftest ../../src/precomp -M=%parameterize -e -P -o gauche--parameter ../../libsrc/gauche/parameter.scm
  688. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c gauche--parameter.c
  689. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--parameter.dll gauche--parameter.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  690. ../../src/gosh -ftest ../../src/precomp -e -P -o gauche--hook ../../libsrc/gauche/hook.scm
  691. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c gauche--hook.c
  692. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--hook.dll gauche--hook.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  693. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/gauche--collection.dll <- ../../src/gauche--collection.dll
  694. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/gauche--sequence.dll <- ../../src/gauche--sequence.dll
  695. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/gauche--parameter.dll <- ../../src/gauche--parameter.dll
  696. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/gauche--hook.dll <- ../../src/gauche--hook.dll
  697. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/collection.sci <- ../../lib/gauche/collection.sci
  698. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/sequence.sci <- ../../lib/gauche/sequence.sci
  699. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/parameter.sci <- ../../lib/gauche/parameter.sci
  700. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\gauche/hook.sci <- ../../lib/gauche/hook.sci
  701. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  702. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  703. ../../src/gosh -ftest ../../src/precomp -e -P -o util--match ../../libsrc/util/match.scm
  704. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c util--match.c
  705. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o util--match.dll util--match.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  706. ../../src/gosh -ftest ../../src/precomp -e -P -o util--queue ./queue.scm
  707. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c util--queue.c
  708. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o util--queue.dll util--queue.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  709. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\util/util--match.dll <- ../../src/util--match.dll
  710. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\util/util--queue.dll <- ../../src/util--queue.dll
  711. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\util/match.sci <- ../../lib/util/match.sci
  712. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\util/queue.sci <- ../../lib/util/queue.sci
  713. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  714. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  715. ../../src/gosh -ftest ../../src/precomp -e -i srfi-1.sci ../../libsrc/srfi-1.scm
  716. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c srfi-1.c
  717. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o srfi-1.dll srfi-1.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  718. ../../src/gosh -ftest ../../src/precomp -e -i srfi-13.sci ../../libsrc/srfi-13.scm
  719. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c srfi-13.c
  720. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o srfi-13.dll srfi-13.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  721. ../../src/gosh -ftest ../../src/precomp -e ./srfi-19.scm
  722. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c srfi-19.c
  723. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o srfi-19.dll srfi-19.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  724. ../../src/gosh -ftest ../../src/precomp -e ./srfi-43.scm
  725. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c srfi-43.c
  726. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o srfi-43.dll srfi-43.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  727. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-1.dll <- ../../src/srfi-1.dll
  728. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-13.dll <- ../../src/srfi-13.dll
  729. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-19.dll <- ../../src/srfi-19.dll
  730. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-43.dll <- ../../src/srfi-43.dll
  731. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-1.sci <- ../../lib//srfi-1.sci
  732. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-13.sci <- ../../lib//srfi-13.sci
  733. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-19.sci <- ../../lib//srfi-19.sci
  734. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\srfi/srfi-43.sci <- ../../lib//srfi-43.sci
  735. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  736. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  737. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c threads.c
  738. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c mutex.c
  739. ../../src/gosh -ftest ../../src/precomp -e -o gauche--threads threads.scm
  740. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c gauche--threads.c
  741. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--threads.dll threads.o mutex.o gauche--threads.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  742. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\threads/gauche--threads.dll <- ../../src/gauche--threads.dll
  743. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\threads/threads.sci <- ../../lib/gauche/threads.sci
  744. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  745. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  746. rm -rf uvector.c
  747. ../../src/gosh -ftest ./uvgen.scm uvector.c.tmpl
  748. if test ! -d gauche; then mkdir gauche; fi
  749. rm -rf gauche/uvector.h
  750. ../../src/gosh -ftest ./uvgen.scm uvector.h.tmpl && mv uvector.h gauche/uvector.h
  751. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c uvector.c
  752. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c uvinit.c
  753. rm -rf uvlib.stub
  754. ../../src/gosh -ftest ./uvgen.scm uvlib.stub.tmpl
  755. ../../src/gosh -ftest genstub uvlib.stub
  756. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c uvlib.c
  757. ../../src/gosh -ftest ../../src/precomp uvutil.scm
  758. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c uvutil.c
  759. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o libgauche-uvector.dll uvector.o uvinit.o uvlib.o uvutil.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  760. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\uvector/libgauche-uvector.dll <- ../../src/libgauche-uvector.dll
  761. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\uvector/array.scm <- ../../lib/gauche/array.scm
  762. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\uvector/uvector.scm <- ../../lib/gauche/uvector.scm
  763. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\uvector/matrix.scm <- ../../lib/gauche/matrix.scm
  764. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  765. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  766. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c charconv.c
  767. ../../src/gosh -ftest ../../src/precomp convaux.scm
  768. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c convaux.c
  769. ../../src/gosh -ftest cvt.scm
  770. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c jconv.c
  771. ../../src/gosh -ftest guess.scm guess_tab.c
  772. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c guess.c
  773. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--charconv.dll charconv.o convaux.o jconv.o guess.o -L../../src -lgauche-0.9 -liconv -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  774. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\charconv/gauche--charconv.dll <- ../../src/gauche--charconv.dll
  775. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\charconv/charconv.scm <- ../../lib/gauche/charconv.scm
  776. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  777. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  778. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c binary.c
  779. ../../src/gosh -ftest genstub binarylib.stub
  780. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c binarylib.c
  781. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o binary--io.dll binary.o binarylib.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  782. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\binary/binary--io.dll <- ../../src/binary--io.dll
  783. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\binary/io.scm <- ../../lib/binary/io.scm
  784. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  785. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  786. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c net.c
  787. net.c: 関数 'inet_pton' 内:
  788. net.c:659:18: 警告: initialization discards 'const' qualifier from pointer target type [デフォルトで有効]
  789. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c addr.c
  790. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c netdb.c
  791. ../../src/gosh -ftest genstub netlib.stub
  792. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c netlib.c
  793. ../../src/gosh -ftest ../../src/precomp netaux.scm
  794. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c netaux.c
  795. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--net.dll net.o addr.o netdb.o netlib.o netaux.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  796. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\net/gauche--net.dll <- ../../src/gauche--net.dll
  797. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\net/net.scm <- ../../lib/gauche/net.scm
  798. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  799. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  800. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c termios.c
  801. ../../src/gosh -ftest genstub termiolib.stub
  802. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c termiolib.c
  803. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--termios.dll termios.o termiolib.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  804. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\termios/gauche--termios.dll <- ../../src/gauche--termios.dll
  805. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\termios/termios.scm <- ../../lib/gauche/termios.scm
  806. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  807. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  808. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c fcntl.c
  809. ../../src/gosh -ftest genstub fcntlib.stub
  810. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c fcntlib.c
  811. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--fcntl.dll fcntl.o fcntlib.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  812. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\fcntl/gauche--fcntl.dll <- ../../src/gauche--fcntl.dll
  813. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\fcntl/fcntl.scm <- ../../lib/gauche/fcntl.scm
  814. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  815. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  816. ../../src/gosh -ftest ../../src/precomp -e -P -o file--util ../../libsrc/file/util.scm
  817. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c file--util.c
  818. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o file--util.dll file--util.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  819. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\file/file--util.dll <- ../../src/file--util.dll
  820. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\file/util.sci <- ../../lib/file/util.sci
  821. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  822. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  823. ../../src/gosh -ftest ./trans.scm ./sxml-ssax.scm.in
  824. ../../src/gosh -ftest -I. -ladaptor -E "import sxml.adaptor" -E 'provide "sxml/adaptor"' ../../src/precomp -e -i ssax.sci -o sxml--ssax sxml-ssax.scm
  825. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c sxml--ssax.c
  826. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o sxml--ssax.dll sxml--ssax.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  827. ../../src/gosh -ftest ./trans.scm ./sxml-tools.scm.in
  828. ../../src/gosh -ftest -I. -ladaptor -E "import sxml.adaptor" -E 'provide "sxml/adaptor"' ../../src/precomp -e -i tools.sci -o sxml--tools sxml-tools.scm
  829. ../../src/gosh -ftest ./trans.scm ./sxml-sxpath.scm.in
  830. ../../src/gosh -ftest -I. -ladaptor -E "import sxml.adaptor" -E 'provide "sxml/adaptor"' ../../src/precomp -e -i sxpath.sci -o sxml--sxpath sxml-sxpath.scm
  831. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c sxml--sxpath.c
  832. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o sxml--sxpath.dll sxml--sxpath.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  833. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c sxml--tools.c
  834. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o sxml--tools.dll sxml--tools.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  835. ../../src/gosh -ftest ./trans.scm ./sxml-serializer.scm.in
  836. ../../src/gosh -ftest -I. -ladaptor -E "import sxml.adaptor" -E 'provide "sxml/adaptor"' ../../src/precomp -e -i serializer.sci -o sxml--serializer sxml-serializer.scm
  837. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c sxml--serializer.c
  838. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o sxml--serializer.dll sxml--serializer.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  839. ../../src/gosh -ftest ./trans.scm tree-trans.scm.in
  840. ../../src/gosh -ftest ./trans.scm to-html.scm.in
  841. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/sxml--ssax.dll <- ../../src/sxml--ssax.dll
  842. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/sxml--sxpath.dll <- ../../src/sxml--sxpath.dll
  843. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/sxml--tools.dll <- ../../src/sxml--tools.dll
  844. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/sxml--serializer.dll <- ../../src/sxml--serializer.dll
  845. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/adaptor.scm <- ../../lib/sxml/adaptor.scm
  846. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/ssax.sci <- ../../lib/sxml/ssax.sci
  847. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/sxpath.sci <- ../../lib/sxml/sxpath.sci
  848. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/tools.sci <- ../../lib/sxml/tools.sci
  849. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/tree-trans.scm <- ../../lib/sxml/tree-trans.scm
  850. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/to-html.scm <- ../../lib/sxml/to-html.scm
  851. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sxml/serializer.sci <- ../../lib/sxml/serializer.sci
  852. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  853. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  854. ../../src/gosh -ftest ../../src/precomp -e -P -o gauche--syslog ./syslog.scm
  855. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c gauche--syslog.c
  856. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--syslog.dll gauche--syslog.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  857. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\syslog/gauche--syslog.dll <- ../../src/gauche--syslog.dll
  858. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\syslog/syslog.sci <- ../../lib/gauche/syslog.sci
  859. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  860. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  861. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  862. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  863. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c mt-random.c
  864. ../../src/gosh -ftest genstub mt-lib.stub
  865. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c mt-lib.c
  866. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o math--mt-random.dll mt-random.o mt-lib.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  867. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\mt-random/math--mt-random.dll <- ../../src/math--mt-random.dll
  868. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\mt-random/mt-random.scm <- ../../lib/math/mt-random.scm
  869. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  870. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  871. ../../src/gosh -ftest ../../src/precomp -e -o crypt--bcrypt bcrypt.scm
  872. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c crypt--bcrypt.c
  873. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c crypt_blowfish.c
  874. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c crypt_gensalt.c
  875. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c wrapper.c
  876. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o crypt--bcrypt.dll crypt--bcrypt.o crypt_blowfish.o crypt_gensalt.o wrapper.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  877. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\bcrypt/crypt--bcrypt.dll <- ../../src/crypt--bcrypt.dll
  878. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\bcrypt/bcrypt.sci <- ../../lib/crypt/bcrypt.sci
  879. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  880. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  881. ../../src/gosh -ftest ../../src/precomp -e -o rfc--md5 md5.scm
  882. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c rfc--md5.c
  883. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c md5c.c
  884. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o rfc--md5.dll rfc--md5.o md5c.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  885. ../../src/gosh -ftest ../../src/precomp -e -o rfc--sha sha.scm
  886. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c rfc--sha.c
  887. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c sha2.c
  888. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o rfc--sha.dll rfc--sha.o sha2.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  889. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\digest/rfc--md5.dll <- ../../src/rfc--md5.dll
  890. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\digest/rfc--sha.dll <- ../../src/rfc--sha.dll
  891. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\digest/md5.sci <- ../../lib/rfc/md5.sci
  892. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\digest/sha1.scm <- ../../lib/rfc/sha1.scm
  893. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\digest/sha.sci <- ../../lib/rfc/sha.sci
  894. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  895. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  896. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c vport.c
  897. ../../src/gosh -ftest genstub vportlib.stub
  898. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c vportlib.c
  899. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o gauche--vport.dll vport.o vportlib.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  900. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\vport/gauche--vport.dll <- ../../src/gauche--vport.dll
  901. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\vport/vport.scm <- ../../lib/gauche/vport.scm
  902. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  903. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  904. ../../src/gosh -ftest ../../src/precomp -e -P -o text--gettext ./gettext.scm
  905. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c text--gettext.c
  906. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o text--gettext.dll text--gettext.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  907. ../../src/gosh -ftest ../../src/precomp -e -P -o text--tr ../../libsrc/text/tr.scm
  908. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c text--tr.c
  909. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o text--tr.dll text--tr.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  910. ../../src/gosh -ftest ../../src/precomp -e -P -o text--unicode ./unicode.scm
  911. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c text--unicode.c
  912. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o text--unicode.dll text--unicode.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  913. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/text--gettext.dll <- ../../src/text--gettext.dll
  914. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/text--tr.dll <- ../../src/text--tr.dll
  915. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/text--unicode.dll <- ../../src/text--unicode.dll
  916. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/gettext.sci <- ../../lib/text/gettext.sci
  917. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/tr.sci <- ../../lib/text/tr.sci
  918. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\text/unicode.sci <- ../../lib/text/unicode.sci
  919. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  920. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  921. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c gauche-zlib.c
  922. ../../src/gosh -ftest genstub zliblib.stub
  923. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c zliblib.c
  924. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o rfc--zlib.dll gauche-zlib.o zliblib.o -L../../src -lgauche-0.9 -lz -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  925. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\zlib/rfc--zlib.dll <- ../../src/rfc--zlib.dll
  926. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\zlib/zlib.scm <- ../../lib/rfc/zlib.scm
  927. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  928. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  929. ../../src/gosh -ftest ../../src/precomp -e -P -o util--sparse ./sparse.scm
  930. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c util--sparse.c
  931. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c ctrie.c
  932. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c spvec.c
  933. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c sptab.c
  934. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o util--sparse.dll util--sparse.o ctrie.o spvec.o sptab.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  935. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sparse/util--sparse.dll <- ../../src/util--sparse.dll
  936. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\sparse/sparse.sci <- ../../lib/util/sparse.sci
  937. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  938. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  939. ../../src/gosh -ftest ../../src/precomp --e -P -o parser--peg \
  940. --keep-private-macro=return-failure/compound,return-failure/expect,return-result \
  941. ./peg.scm
  942. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c parser--peg.c
  943. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o parser--peg.dll parser--peg.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  944. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\peg/parser--peg.dll <- ../../src/parser--peg.dll
  945. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\peg/peg.sci <- ../../lib/parser/peg.sci
  946. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  947. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  948. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c init.c
  949. ../../src/gosh -ftest genstub windows.stub
  950. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c windows.c
  951. ../../src/gosh -ftest genstub console.stub
  952. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c console.c
  953. gcc -std=gnu99 -g -O2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o os--windows.dll init.o windows.o console.o -L../../src -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  954. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\windows/os--windows.dll <- ../../src/os--windows.dll
  955. link C:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\ext\windows/windows.scm <- ../../lib/os/windows.scm
  956. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  957. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  958. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/doc'
  959. ../src/gosh -q -I../src -I../lib -lgauche-init ./extract -en -o gauche-refe.texi gauche-ref.texi
  960. if test Xmakeinfo != X -a Xgzip != X; then \
  961. env LANG=C makeinfo --no-warn gauche-refe.texi; \
  962. rm -rf gauche-refe.info*.gz; \
  963. gzip gauche-refe.info gauche-refe.info-[0-9]*; \
  964. fi
  965. ../src/gosh -q -I../src -I../lib -lgauche-init ./extract -jp -o gauche-refj.texi gauche-ref.texi
  966. if test Xmakeinfo != X -a Xgzip != X; then \
  967. env LANG=C makeinfo --no-warn gauche-refj.texi; \
  968. rm -rf gauche-refj.info*.gz; \
  969. gzip gauche-refj.info gauche-refj.info-[0-9]*; \
  970. fi
  971. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/doc'
  972. cd lib; make install
  973. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  974. for d in gauche gauche/vm gauche/serializer gauche/interactive gauche/mop gauche/package gauche/cgen gauche/experimental srfi-14 srfi-29 binary control dbd dbm math util compat file rfc text www www/cgi; do \
  975. ../mkinstalldirs /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/$d; \
  976. done
  977. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche
  978. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/vm
  979. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/serializer
  980. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/interactive
  981. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/mop
  982. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/package
  983. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/cgen
  984. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/experimental
  985. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/srfi-14
  986. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/srfi-29
  987. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/binary
  988. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/control
  989. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/dbd
  990. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/dbm
  991. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/math
  992. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/util
  993. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/compat
  994. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/file
  995. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/rfc
  996. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/text
  997. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/www
  998. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/www/cgi
  999. for p in srfi-0.scm srfi-4.scm srfi-5.scm srfi-7.scm srfi-9.scm srfi-11.scm srfi-14.scm srfi-14/query.scm srfi-14/set.scm srfi-26.scm srfi-27.scm srfi-29.scm srfi-29/bundle.scm srfi-29/format.scm srfi-31.scm srfi-37.scm srfi-42.scm srfi-55.scm srfi-60.scm srfi-98.scm slib.scm gauche/redefutil.scm gauche/test.scm gauche/time.scm gauche/macroutil.scm gauche/stringutil.scm gauche/condutil.scm gauche/portutil.scm gauche/hashutil.scm gauche/treeutil.scm gauche/modutil.scm gauche/libutil.scm gauche/sortutil.scm gauche/fileutil.scm gauche/sysutil.scm gauche/regexp.scm gauche/process.scm gauche/signal.scm gauche/numerical.scm gauche/let-opt.scm gauche/logical.scm gauche/vm/debugger.scm gauche/vm/insn-core.scm gauche/vm/insn.scm gauche/vm/profiler.scm gauche/procedure.scm gauche/dictionary.scm gauche/generator.scm gauche/serializer.scm gauche/serializer/aserializer.scm gauche/parseopt.scm gauche/interactive.scm gauche/interactive/info.scm gauche/selector.scm gauche/logger.scm gauche/record.scm gauche/common-macros.scm gauche/singleton.scm gauche/validator.scm gauche/version.scm gauche/partcont.scm gauche/lazy.scm gauche/interpolate.scm gauche/defvalues.scm gauche/listener.scm gauche/config.scm gauche/reload.scm gauche/mop/instance-pool.scm gauche/mop/validator.scm gauche/mop/propagate.scm gauche/mop/singleton.scm gauche/cgen.scm gauche/cgen/unit.scm gauche/cgen/literal.scm gauche/cgen/cise.scm gauche/cgen/type.scm gauche/cgen/stub.scm gauche/cgen/precomp.scm gauche/cgen/tmodule.scm gauche/package.scm gauche/package/build.scm gauche/package/fetch.scm gauche/package/util.scm gauche/package/compile.scm gauche/experimental/ref.scm gauche/experimental/lamb.scm gauche/experimental/app.scm binary/ftype.scm binary/pack.scm control/job.scm control/thread-pool.scm dbi.scm dbd/null.scm dbm.scm dbm/fsdbm.scm dbm/dump dbm/restore math/const.scm util/isomorph.scm util/toposort.scm util/tree.scm util/digest.scm util/combinations.scm util/lcs.scm util/list.scm util/record.scm util/relation.scm util/stream.scm util/trie.scm util/rbtree.scm compat/jfilter.scm compat/stk.scm compat/norational.scm file/filter.scm rfc/822.scm rfc/mime.scm rfc/base64.scm rfc/uri.scm rfc/cookie.scm rfc/quoted-printable.scm rfc/http.scm rfc/hmac.scm rfc/ftp.scm rfc/icmp.scm rfc/ip.scm rfc/json.scm text/csv.scm text/parse.scm text/tree.scm text/sql.scm text/html-lite.scm text/info.scm text/diff.scm text/progress.scm www/cgi.scm www/cgi-test.scm www/cgi/test.scm; do \
  1000. /bin/install -c -m 444 $p /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/$p; \
  1001. done
  1002. if test -f slibcat; then \
  1003. /bin/install -c -m 444 slibcat /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/slibcat; \
  1004. fi
  1005. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  1006. cd ext; make install
  1007. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  1008. for d in gauche util srfi threads uvector charconv binary net termios fcntl file sxml syslog dbm mt-random bcrypt digest vport text zlib sparse peg windows; do (cd $d; make install); done
  1009. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  1010. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1011. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche collection.sci sequence.sci parameter.sci hook.sci
  1012. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 gauche--collection.dll gauche--sequence.dll gauche--parameter.dll gauche--hook.dll
  1013. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  1014. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  1015. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1016. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/util match.sci queue.sci
  1017. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 util--match.dll util--queue.dll
  1018. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  1019. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  1020. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1021. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/ srfi-1.sci srfi-13.sci srfi-19.sci srfi-43.sci
  1022. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 srfi-1.dll srfi-13.dll srfi-19.dll srfi-43.dll
  1023. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  1024. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  1025. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1026. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche threads.sci
  1027. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 gauche--threads.dll
  1028. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  1029. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  1030. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include gauche/uvector.h
  1031. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche array.scm uvector.scm matrix.scm
  1032. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 libgauche-uvector.dll
  1033. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  1034. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  1035. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1036. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche charconv.scm
  1037. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 gauche--charconv.dll
  1038. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  1039. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  1040. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1041. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/binary io.scm
  1042. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 binary--io.dll
  1043. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  1044. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  1045. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1046. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche net.scm
  1047. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 gauche--net.dll
  1048. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  1049. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  1050. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1051. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche termios.scm
  1052. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 gauche--termios.dll
  1053. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  1054. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  1055. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1056. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche fcntl.scm
  1057. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 gauche--fcntl.dll
  1058. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  1059. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  1060. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1061. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/file util.sci
  1062. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 file--util.dll
  1063. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  1064. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  1065. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1066. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/sxml adaptor.scm ssax.sci sxpath.sci tools.sci tree-trans.scm to-html.scm serializer.sci
  1067. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 sxml--ssax.dll sxml--sxpath.dll sxml--tools.dll sxml--serializer.dll
  1068. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  1069. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  1070. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1071. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche syslog.sci
  1072. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 gauche--syslog.dll
  1073. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  1074. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  1075. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1076. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/dbm
  1077. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32
  1078. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  1079. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  1080. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1081. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/math mt-random.scm
  1082. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 math--mt-random.dll
  1083. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  1084. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  1085. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1086. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/crypt bcrypt.sci
  1087. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 crypt--bcrypt.dll
  1088. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  1089. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  1090. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1091. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/rfc md5.sci sha1.scm sha.sci
  1092. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 rfc--md5.dll rfc--sha.dll
  1093. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  1094. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  1095. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1096. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche vport.scm
  1097. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 gauche--vport.dll
  1098. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  1099. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  1100. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1101. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/text gettext.sci tr.sci unicode.sci
  1102. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 text--gettext.dll text--tr.dll text--unicode.dll
  1103. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  1104. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  1105. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1106. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/rfc zlib.scm
  1107. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 rfc--zlib.dll
  1108. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  1109. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  1110. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1111. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/util sparse.sci
  1112. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 util--sparse.dll
  1113. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  1114. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  1115. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1116. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/parser peg.sci
  1117. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 parser--peg.dll
  1118. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  1119. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  1120. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1121. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 444 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/os windows.scm
  1122. ../../src/gosh -ftest ../../src/gauche-install.in -C -m 555 -T /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 os--windows.dll
  1123. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  1124. /bin/install -c -m 444 template.Makefile.in template.configure.ac template.extension.h template.extension.c template.extensionlib.stub template.module.scm template.test.scm template.DIST /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2
  1125. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  1126. cd src; make install
  1127. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/src'
  1128. TARGETLIB=/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib -L. -Wl,--soname,libgauche-0.9.so.0.2 -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o libgauche-0.9.dll box.o core.o vm.o compaux.o macro.o code.o error.o class.o prof.o collection.o boolean.o char.o string.o list.o hash.o treemap.o bits.o port.o write.o read.o vector.o weak.o symbol.o keyword.o gloc.o compare.o regexp.o signal.o parameter.o module.o proc.o number.o bignum.o load.o paths.o lazy.o repl.o autoloads.o system.o compile.o libalpha.o libbool.o libchar.o libdict.o libeval.o libexc.o libio.o liblazy.o liblist.o libmisc.o libmod.o libnum.o libobj.o libomega.o libproc.o librx.o libstr.o libsym.o libsys.o libvec.o ../gc/.libs/*.o -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  1129. TARGETLIB=/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib -L. -Wl,--enable-auto-import -o gosh.exe main.o -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  1130. TARGETLIB=/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib gcc -std=gnu99 -g -O2 -Wl,--rpath -Wl,/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib -L. -o gauche-config.exe gauche-config.o -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32
  1131. ../mkinstalldirs /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include/gauche /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32 /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/site/lib /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/site/i686-pc-mingw32
  1132. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/site/lib /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/site/i686-pc-mingw32
  1133. /bin/install -c -m 444 gauche.h ../gc/include/gc.h ../gc/include/gc_allocator.h ../gc/include/gc_config_macros.h ../gc/include/gc_cpp.h ../gc/include/gc_inline.h ../gc/include/gc_mark.h ../gc/include/gc_pthread_redirects.h ../gc/include/gc_tiny_fl.h ../gc/include/gc_typed.h ../gc/include/gc_version.h /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include
  1134. /bin/install -c -m 444 gauche/arch.h gauche/bignum.h gauche/bits.h gauche/bits_inline.h gauche/builtin-syms.h gauche/bytes_inline.h gauche/char_euc_jp.h gauche/char_none.h gauche/char_sjis.h gauche/char_utf_8.h gauche/charset.h gauche/class.h gauche/code.h gauche/collection.h gauche/config.h gauche/exception.h gauche/extend.h gauche/extern.h gauche/float.h gauche/gloc.h gauche/hash.h gauche/int64.h gauche/keyword.h gauche/load.h gauche/macro.h gauche/module.h gauche/number.h gauche/parameter.h gauche/paths.h gauche/port.h gauche/prof.h gauche/pthread.h gauche/reader.h gauche/regexp.h gauche/scmconst.h gauche/string.h gauche/symbol.h gauche/system.h gauche/treemap.h gauche/uthread.h gauche/vector.h gauche/vm.h gauche/vminsn.h gauche/weak.h gauche/win-compat.h gauche/wthread.h /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include/gauche
  1135. /bin/install -c libgauche-0.9.dll /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib
  1136. /bin/install -c libgauche-0.9.dll /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32
  1137. /bin/install -c -m 555 gosh.exe gosh-noconsole.exe gauche-config.exe gauche-install.exe gauche-package.exe gauche-cesconv.exe /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin
  1138. /bin/install -c -m 555 gosh.exe gosh-noconsole.exe gauche-config.exe gauche-install.exe gauche-package.exe gauche-cesconv.exe /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/i686-pc-mingw32
  1139. /bin/install -c -m 444 gauche-init.scm genstub precomp gencomp cesconv /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib
  1140. TARGETLIB="/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib" DESTDIR="" : libgauche-0.9.dll
  1141. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/src'
  1142. /bin/install -c -m 444 m4/gauche.m4 /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2//aclocal.m4
  1143. ./mkinstalldirs /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/aclocal
  1144. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/aclocal
  1145. /bin/install -c -m 444 m4/gauche.m4 /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/aclocal/gauche.m4
  1146. cd doc; make install
  1147. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/doc'
  1148. if test ! -d /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/man/man1; then ../mkinstalldirs /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/man/man1; fi
  1149. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/man/man1
  1150. /bin/install -c -m 444 gosh.1 gauche-config.1 gauche-install.1 gauche-package.1 gauche-cesconv.1 /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/man/man1
  1151. if test ! -d /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/info; then ../mkinstalldirs /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/info; fi
  1152. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/info
  1153. if test -f gauche-refe.info.gz -o -f gauche-refj.info.gz; then \
  1154. for info in *.info*; do \
  1155. /bin/install -c -m 444 $info /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/info/; \
  1156. done; \
  1157. fi
  1158. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/doc'
  1159. cd lib; make slibcat
  1160. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  1161. if test -f /usr/local/slib/require.scm && test i686-pc-mingw32 = i686-pc-mingw32 ; then \
  1162. /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gosh -ftest -uslib -E"require 'new-catalog" -Eexit;\
  1163. fi
  1164. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  1165. /bin/install -c -m 444 gauche/win-compat.h /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include/gauche
  1166. /bin/install -c -m 444 gauche-install.exe.manifest /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin
  1167. /bin/install -c -d "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/examples"
  1168. /bin/install -c -d "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/examples/windows"
  1169. /bin/install -c -m 444 examples/windows/*.scm "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/examples/windows"
  1170. rm -rf core *~
  1171. cd src; make clean
  1172. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1173. "/c/gauche/bin//gauche-package" compile --clean libgauche-math3d gauche-math3d.c math3d-lib.stub
  1174. "/c/gauche/bin//gauche-package" compile --clean libgauche-gl gauche-gl.c gl-syms.c gl-lib.stub glu-lib.stub glext-lib.stub
  1175. "/c/gauche/bin//gauche-package" compile --clean libgauche-glut gauche-glut.c glut-lib.stub
  1176. rm -rf core libgauche-math3d.dll libgauche-gl.dll libgauche-glut.dll gl-syms.c gl-syms.h gl-ptrs.h gettype-sizes.c *~ test.log so_locations
  1177. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1178. cd lib; make clean
  1179. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  1180. rm -rf core *~ gl/*~
  1181. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  1182. cd cg; make clean
  1183. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/cg'
  1184. "/c/gauche/bin//gauche-package" compile --clean libgauche-gl-cg gauche-cg.c cg-lib.stub
  1185. rm -rf core libgauche-gl-cg.dll *~ gl/*~ test.log so_locations
  1186. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/cg'
  1187. cd doc; make clean
  1188. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1189. rm -rf core *~ *.aux *.cl *.cls *.cp *.fn *.fns *.ky *.log *.md *.mds \
  1190. *.pg *.toc *.tp *.tps *.vr *.vrs *.pdf *.dvi *.info*
  1191. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1192. checking build system type... i686-pc-mingw32
  1193. checking host system type... i686-pc-mingw32
  1194. checking target system type... i686-pc-mingw32
  1195. checking for gcc... gcc
  1196. checking whether the C compiler works... yes
  1197. checking for C compiler default output file name... a.exe
  1198. checking for suffix of executables... .exe
  1199. checking whether we are cross compiling... no
  1200. checking for suffix of object files... o
  1201. checking whether we are using the GNU C compiler... yes
  1202. checking whether gcc accepts -g... yes
  1203. checking for gcc option to accept ISO C89... none needed
  1204. checking how to run the C preprocessor... gcc -E
  1205. checking for X... no
  1206. checking for gosh... /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gosh
  1207. checking for gauche-config... /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config
  1208. checking for gauche-package... /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-package
  1209. checking for gauche-install... /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install
  1210. checking for gauche-cesconv... /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-cesconv
  1211. checking for grep that handles long lines and -e... /bin/grep
  1212. checking for egrep... /bin/grep -E
  1213. checking for ANSI C header files... yes
  1214. checking for sys/types.h... yes
  1215. checking for sys/stat.h... yes
  1216. checking for stdlib.h... yes
  1217. checking for string.h... yes
  1218. checking for memory.h... yes
  1219. checking for strings.h... yes
  1220. checking for inttypes.h... yes
  1221. checking for stdint.h... yes
  1222. checking for unistd.h... yes
  1223. checking GL/glx.h usability... no
  1224. checking GL/glx.h presence... no
  1225. checking for GL/glx.h... no
  1226. checking GLUT/glut.h usability... no
  1227. checking GLUT/glut.h presence... no
  1228. checking for GLUT/glut.h... no
  1229. checking for makeinfo... makeinfo
  1230. checking for gzip... gzip
  1231. configure: creating Gauche-gl.gpd
  1232. configure: creating ./config.status
  1233. config.status: creating Makefile
  1234. config.status: creating src/Makefile
  1235. config.status: creating lib/Makefile
  1236. config.status: creating cg/Makefile
  1237. config.status: creating doc/Makefile
  1238. cd src; make all
  1239. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1240. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-package" compile --verbose \
  1241. --cflags="-DPACKAGE_NAME=\"Gauche-gl\" -DPACKAGE_TARNAME=\"gauche-gl\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"Gauche-gl\ 0.5.1\" -DPACKAGE_BUGREPORT=\"shiro@acm.org\" -DPACKAGE_URL=\"\" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC" --ldflags="" --libs="-lgauche-uvector " \
  1242. libgauche-math3d gauche-math3d.c math3d-lib.stub
  1243. gcc -std=gnu99 -c '-IC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\include' -DPACKAGE_NAME="Gauche-gl" -DPACKAGE_TARNAME="gauche-gl" -DPACKAGE_VERSION="0.5.1" -DPACKAGE_STRING="Gauche-gl\ 0.5.1" -DPACKAGE_BUGREPORT="shiro@acm.org" -DPACKAGE_URL="" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC -o 'gauche-math3d.o' 'gauche-math3d.c'
  1244. gcc -std=gnu99 -c '-IC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\include' -DPACKAGE_NAME="Gauche-gl" -DPACKAGE_TARNAME="gauche-gl" -DPACKAGE_VERSION="0.5.1" -DPACKAGE_STRING="Gauche-gl\ 0.5.1" -DPACKAGE_BUGREPORT="shiro@acm.org" -DPACKAGE_URL="" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC -o 'math3d-lib.o' 'math3d-lib.c'
  1245. gcc -std=gnu99 '-LC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\i686-pc-mingw32' -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o libgauche-math3d.dll 'gauche-math3d.o' 'math3d-lib.o' -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32 -lgauche-uvector
  1246. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gosh" ./gen-syms.scm
  1247. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gosh" ./glstate.scm -o gettype-sizes.c gettype
  1248. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gosh" ./gen-ptrs.scm
  1249. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-package" compile --verbose \
  1250. --cflags="-DPACKAGE_NAME=\"Gauche-gl\" -DPACKAGE_TARNAME=\"gauche-gl\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"Gauche-gl\ 0.5.1\" -DPACKAGE_BUGREPORT=\"shiro@acm.org\" -DPACKAGE_URL=\"\" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC" --ldflags="" --libs="-L. -lgauche-math3d -lglu32 -lopengl32 -lgauche-uvector " \
  1251. libgauche-gl gauche-gl.c gl-syms.c gl-lib.stub glu-lib.stub glext-lib.stub
  1252. glu-lib.c: 関数 'glu_lib_glu_project' 内:
  1253. glu-lib.c:532:1: 警告: 互換性のないポインタ型から 7 番目の 'glu_xproject' の引数に渡しています [デフォルトで有効]
  1254. glu-lib.c:467:15: 備考: expected 'GLint (*)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)' but argument is of type 'GLint (*)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)'
  1255. glu-lib.c: 関数 'glu_lib_glu_un_project' 内:
  1256. glu-lib.c:574:1: 警告: 互換性のないポインタ型から 7 番目の 'glu_xproject' の引数に渡しています [デフォルトで有効]
  1257. glu-lib.c:467:15: 備考: expected 'GLint (*)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)' but argument is of type 'GLint (*)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)'
  1258. glu-lib.c: 関数 'glu_lib_glu_projectX' 内:
  1259. glu-lib.c:662:1: 警告: 互換性のないポインタ型から 6 番目の 'glu_xprojectX' の引数に渡しています [デフォルトで有効]
  1260. glu-lib.c:580:15: 備考: expected 'GLint (*)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)' but argument is of type 'GLint (*)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)'
  1261. glu-lib.c: 関数 'glu_lib_glu_un_projectX' 内:
  1262. glu-lib.c:697:1: 警告: 互換性のないポインタ型から 6 番目の 'glu_xprojectX' の引数に渡しています [デフォルトで有効]
  1263. glu-lib.c:580:15: 備考: expected 'GLint (*)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)' but argument is of type 'GLint (*)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)'
  1264. gcc -std=gnu99 -c '-IC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\include' -DPACKAGE_NAME="Gauche-gl" -DPACKAGE_TARNAME="gauche-gl" -DPACKAGE_VERSION="0.5.1" -DPACKAGE_STRING="Gauche-gl\ 0.5.1" -DPACKAGE_BUGREPORT="shiro@acm.org" -DPACKAGE_URL="" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC -o 'gauche-gl.o' 'gauche-gl.c'
  1265. gcc -std=gnu99 -c '-IC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\include' -DPACKAGE_NAME="Gauche-gl" -DPACKAGE_TARNAME="gauche-gl" -DPACKAGE_VERSION="0.5.1" -DPACKAGE_STRING="Gauche-gl\ 0.5.1" -DPACKAGE_BUGREPORT="shiro@acm.org" -DPACKAGE_URL="" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC -o 'gl-syms.o' 'gl-syms.c'
  1266. gcc -std=gnu99 -c '-IC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\include' -DPACKAGE_NAME="Gauche-gl" -DPACKAGE_TARNAME="gauche-gl" -DPACKAGE_VERSION="0.5.1" -DPACKAGE_STRING="Gauche-gl\ 0.5.1" -DPACKAGE_BUGREPORT="shiro@acm.org" -DPACKAGE_URL="" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC -o 'gl-lib.o' 'gl-lib.c'
  1267. gcc -std=gnu99 -c '-IC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\include' -DPACKAGE_NAME="Gauche-gl" -DPACKAGE_TARNAME="gauche-gl" -DPACKAGE_VERSION="0.5.1" -DPACKAGE_STRING="Gauche-gl\ 0.5.1" -DPACKAGE_BUGREPORT="shiro@acm.org" -DPACKAGE_URL="" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC -o 'glu-lib.o' 'glu-lib.c'
  1268. gcc -std=gnu99 -c '-IC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\include' -DPACKAGE_NAME="Gauche-gl" -DPACKAGE_TARNAME="gauche-gl" -DPACKAGE_VERSION="0.5.1" -DPACKAGE_STRING="Gauche-gl\ 0.5.1" -DPACKAGE_BUGREPORT="shiro@acm.org" -DPACKAGE_URL="" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC -o 'glext-lib.o' 'glext-lib.c'
  1269. gcc -std=gnu99 '-LC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\i686-pc-mingw32' -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o libgauche-gl.dll 'gauche-gl.o' 'gl-syms.o' 'gl-lib.o' 'glu-lib.o' 'glext-lib.o' -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32 -L. -lgauche-math3d -lglu32 -lopengl32 -lgauche-uvector
  1270. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-package" compile --verbose \
  1271. --cflags="-DPACKAGE_NAME=\"Gauche-gl\" -DPACKAGE_TARNAME=\"gauche-gl\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"Gauche-gl\ 0.5.1\" -DPACKAGE_BUGREPORT=\"shiro@acm.org\" -DPACKAGE_URL=\"\" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC" --ldflags="" --libs="-L../win32/freeglut-2.6.0-3/lib -lfreeglut_static -lgdi32 -lwinmm -L. -lgauche-gl -lgauche-math3d -lglu32 -lopengl32 -lgauche-uvector " \
  1272. libgauche-glut gauche-glut.c glut-lib.stub
  1273. gcc -std=gnu99 -c '-IC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\include' -DPACKAGE_NAME="Gauche-gl" -DPACKAGE_TARNAME="gauche-gl" -DPACKAGE_VERSION="0.5.1" -DPACKAGE_STRING="Gauche-gl\ 0.5.1" -DPACKAGE_BUGREPORT="shiro@acm.org" -DPACKAGE_URL="" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC -o 'gauche-glut.o' 'gauche-glut.c'
  1274. gcc -std=gnu99 -c '-IC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\include' -DPACKAGE_NAME="Gauche-gl" -DPACKAGE_TARNAME="gauche-gl" -DPACKAGE_VERSION="0.5.1" -DPACKAGE_STRING="Gauche-gl\ 0.5.1" -DPACKAGE_BUGREPORT="shiro@acm.org" -DPACKAGE_URL="" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I../win32/freeglut-2.6.0-3/include -DFREEGLUT_STATIC -o 'glut-lib.o' 'glut-lib.c'
  1275. gcc -std=gnu99 '-LC:\MinGW\msys\1.0\home\khayashi\Project\gauche\Gauche-mingw\winnt\wix\Gauche\lib\gauche-0.9\0.9.2\i686-pc-mingw32' -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc -shared -o libgauche-glut.dll 'gauche-glut.o' 'glut-lib.o' -lgauche-0.9 -lm -lnetapi32 -lshlwapi -lws2_32 -lws2_32 -L../win32/freeglut-2.6.0-3/lib -lfreeglut_static -lgdi32 -lwinmm -L. -lgauche-gl -lgauche-math3d -lglu32 -lopengl32 -lgauche-uvector
  1276. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1277. if test X != X; then (cd cg; make all); fi
  1278. cd doc; make all
  1279. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1280. if test "X"makeinfo"" != X -a "X"gzip"" != X; then \
  1281. "makeinfo" --no-warn gauche-gl-refe.texi; \
  1282. rm -rf gauche-gl-refe.info*.gz; \
  1283. "gzip" gauche-gl-refe.info; \
  1284. fi
  1285. if test "X"makeinfo"" != X -a "X"gzip"" != X; then \
  1286. "makeinfo" --no-warn gauche-gl-refj.texi; \
  1287. rm -rf gauche-gl-refj.info*.gz; \
  1288. "gzip" gauche-gl-refj.info ; \
  1289. fi
  1290. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1291. cd src; make install
  1292. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1293. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 444 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --siteincdir`" gauche/math3d.h
  1294. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 444 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --sitelibdir`"
  1295. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 555 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --sitearchdir`" libgauche-math3d.dll libgauche-gl.dll libgauche-glut.dll
  1296. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1297. cd lib; make install
  1298. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  1299. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 444 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --sitelibdir`" gl.scm gl/math3d.scm gl/glut.scm gl/simple-image.scm gl/simple/viewer.scm gl/simple/image.scm
  1300. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  1301. if test X != X; then (cd cg; make install); fi
  1302. cd doc; make install
  1303. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1304. if test -f gauche-gl-refe.info.gz -o -f gauche-gl-refj.info.gz; then \
  1305. for info in *.info*; do \
  1306. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 444 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --infodir`" $info; \
  1307. done; \
  1308. fi
  1309. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1310. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 444 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --sitelibdir`"/.packages Gauche-gl.gpd
  1311. cd src; make install
  1312. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1313. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 444 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --siteincdir`" gauche/math3d.h
  1314. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 444 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --sitelibdir`"
  1315. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 555 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --sitearchdir`" libgauche-math3d.dll libgauche-gl.dll libgauche-glut.dll
  1316. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1317. cd lib; make install
  1318. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  1319. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 444 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --sitelibdir`" gl.scm gl/math3d.scm gl/glut.scm gl/simple-image.scm gl/simple/viewer.scm gl/simple/image.scm
  1320. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  1321. if test X != X; then (cd cg; make install); fi
  1322. cd doc; make install
  1323. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1324. if test -f gauche-gl-refe.info.gz -o -f gauche-gl-refj.info.gz; then \
  1325. for info in *.info*; do \
  1326. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 444 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --infodir`" $info; \
  1327. done; \
  1328. fi
  1329. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1330. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -m 444 -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --sitelibdir`"/.packages Gauche-gl.gpd
  1331. "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-install" -T "`"/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/bin/gauche-config" --prefix`" -m 444 \
  1332. examples/gears.scm examples/mandelbrot.scm \
  1333. examples/glbook/*.scm examples/glbook/README
  1334. ../../src/gosh -ftest ./txt2rtf.scm ../../COPYING Gauche/COPYING.rtf
  1335. cp gauche-logo.ico Gauche/
  1336. rm -f gauche.wxs *.msi
  1337. ../../src/gosh -ftest ./genwxs.scm gauche.wxs
  1338. candle gauche.wxs
  1339. Microsoft (R) Windows Installer Xml Compiler version 3.5.2519.0
  1340. Copyright (C) Microsoft Corporation. All rights reserved.
  1341.  
  1342. gauche.wxs
  1343. light -ext WixUIExtension -sice:ICE61 gauche.wixobj
  1344. Microsoft (R) Windows Installer Xml Linker version 3.5.2519.0
  1345. Copyright (C) Microsoft Corporation. All rights reserved.
  1346.  
  1347. mv gauche.msi Gauche-mingw-`Gauche/bin/gauche-config -V`.msi
  1348. touch stamp.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement