Guest User

Untitled

a guest
May 23rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.31 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. make[2]: *** [gauche--collection.c] Error 5
  683. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  684. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  685. ../../src/gosh -ftest ../../src/precomp -e -P -o util--match ../../libsrc/util/match.scm
  686. make[2]: *** [util--match.c] Error 5
  687. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  688. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  689. ../../src/gosh -ftest ../../src/precomp -e -i srfi-1.sci ../../libsrc/srfi-1.scm
  690. make[2]: *** [srfi-1.c] Error 5
  691. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  692. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  693. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c threads.c
  694. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c mutex.c
  695. ../../src/gosh -ftest ../../src/precomp -e -o gauche--threads threads.scm
  696. make[2]: *** [gauche--threads.c] Error 5
  697. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  698. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  699. rm -rf uvector.c
  700. ../../src/gosh -ftest ./uvgen.scm uvector.c.tmpl
  701. make[2]: *** [uvector.c] Error 5
  702. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  703. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  704. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c charconv.c
  705. ../../src/gosh -ftest ../../src/precomp convaux.scm
  706. make[2]: *** [convaux.c] Error 5
  707. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  708. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  709. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c binary.c
  710. ../../src/gosh -ftest genstub binarylib.stub
  711. make[2]: *** [binarylib.c] Error 5
  712. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  713. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  714. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c net.c
  715. net.c: 関数 'inet_pton' 内:
  716. net.c:659:18: 警告: initialization discards 'const' qualifier from pointer target type [デフォルトで有効]
  717. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c addr.c
  718. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c netdb.c
  719. ../../src/gosh -ftest genstub netlib.stub
  720. make[2]: *** [netlib.c] Error 5
  721. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  722. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  723. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c termios.c
  724. ../../src/gosh -ftest genstub termiolib.stub
  725. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  726. make[2]: *** [termiolib.c] Error 1
  727. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  728. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  729. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c fcntl.c
  730. ../../src/gosh -ftest genstub fcntlib.stub
  731. make[2]: *** [fcntlib.c] Error 5
  732. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  733. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  734. ../../src/gosh -ftest ../../src/precomp -e -P -o file--util ../../libsrc/file/util.scm
  735. make[2]: *** [file--util.c] Error 5
  736. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  737. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  738. ../../src/gosh -ftest ./trans.scm ./sxml-ssax.scm.in
  739. gosh: "error": Compile Error: Compile Error: vector required, but got _
  740.  
  741.  
  742. make[2]: *** [sxml--ssax.c] Error 1
  743. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  744. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  745. ../../src/gosh -ftest ../../src/precomp -e -P -o gauche--syslog ./syslog.scm
  746. gosh: "error": Compile Error: Compile Error: Compile Error: Compile Error: Compile Error: Compile Error: Compile Error: vector required, but got #<closure (parse-lambda-args loop)>
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754. make[2]: *** [gauche--syslog.c] Error 1
  755. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  756. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  757. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  758. make[2]: [link] Error 1 (ignored)
  759. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  760. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  761. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c mt-random.c
  762. ../../src/gosh -ftest genstub mt-lib.stub
  763. make[2]: *** [mt-lib.c] Error 5
  764. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  765. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  766. ../../src/gosh -ftest ../../src/precomp -e -o crypt--bcrypt bcrypt.scm
  767. make[2]: *** [crypt--bcrypt.c] Error 5
  768. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  769. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  770. ../../src/gosh -ftest ../../src/precomp -e -o rfc--md5 md5.scm
  771. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  772. make[2]: *** [rfc--md5.c] Error 1
  773. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  774. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  775. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c vport.c
  776. ../../src/gosh -ftest genstub vportlib.stub
  777. make[2]: *** [vportlib.c] Error 5
  778. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  779. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  780. ../../src/gosh -ftest ../../src/precomp -e -P -o text--gettext ./gettext.scm
  781. make[2]: *** [text--gettext.c] Error 5
  782. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  783. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  784. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c gauche-zlib.c
  785. ../../src/gosh -ftest genstub zliblib.stub
  786. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  787. make[2]: *** [zliblib.c] Error 1
  788. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  789. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  790. ../../src/gosh -ftest ../../src/precomp -e -P -o util--sparse ./sparse.scm
  791. make[2]: *** [util--sparse.c] Error 5
  792. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  793. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  794. ../../src/gosh -ftest ../../src/precomp --e -P -o parser--peg \
  795. --keep-private-macro=return-failure/compound,return-failure/expect,return-result \
  796. ./peg.scm
  797. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  798. make[2]: *** [parser--peg.c] Error 1
  799. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  800. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  801. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -march=i686 -DUSE_I686_PREFETCH -c init.c
  802. ../../src/gosh -ftest genstub windows.stub
  803. make[2]: *** [windows.c] Error 5
  804. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  805. make[1]: *** [all] Error 2
  806. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  807. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/doc'
  808. ../src/gosh -q -I../src -I../lib -lgauche-init ./extract -en -o gauche-refe.texi gauche-ref.texi
  809. gosh: "error": Compile Error: Compile Error: Compile Error: Compile Error: cannot find file "util/match" in *load-path* ("../lib" "../src" "C:\\MinGW\\msys\\1.0\\home\\khayashi\\Project\\gauche\\Gauche-mingw\\share\\gauche-0.9\\site\\lib" "C:\\MinGW\\msys\\1.0\\home\\khayashi\\Project\\gauche\\Gauche-mingw\\share\\gauche-0.9\\0.9.2\\lib" "C:\\MinGW\\msys\\1.0\\home\\khayashi\\Project\\gauche\\Gauche-mingw\\share\\gauche/site/lib" "C:\\MinGW\\msys\\1.0\\home\\khayashi\\Project\\gauche\\Gauche-mingw\\share\\gauche/0.9/lib")
  810. "../lib/gauche/condutil.scm":36:(define-module gauche.condutil (use ...
  811.  
  812. "../lib/gauche/regexp.scm":106:(define-condition-type <regexp-inval ...
  813.  
  814. "../lib/gauche/parseopt.scm":34:(define-module gauche.parseopt (use ...
  815.  
  816. "././extract":16:(use gauche.parseopt)
  817.  
  818. make[1]: *** [gauche-refe.texi] Error 1
  819. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/doc'
  820. make: *** [all] Error 2
  821. cd lib; make install
  822. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  823. 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 \
  824. ../mkinstalldirs /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/$d; \
  825. done
  826. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche
  827. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/vm
  828. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/serializer
  829. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/interactive
  830. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/mop
  831. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/package
  832. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/cgen
  833. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/gauche/experimental
  834. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/srfi-14
  835. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/srfi-29
  836. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/binary
  837. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/control
  838. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/dbd
  839. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/dbm
  840. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/math
  841. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/util
  842. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/compat
  843. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/file
  844. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/rfc
  845. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/text
  846. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/www
  847. mkdir -p -- /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/www/cgi
  848. 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 \
  849. /bin/install -c -m 444 $p /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/$p; \
  850. done
  851. if test -f slibcat; then \
  852. /bin/install -c -m 444 slibcat /home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/share/gauche-0.9/0.9.2/lib/slibcat; \
  853. fi
  854. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/lib'
  855. cd ext; make install
  856. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  857. 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
  858. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  859. ../../src/gosh -ftest ../../src/precomp -e -P -o gauche--collection ../../libsrc/gauche/collection.scm
  860. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  861. make[2]: *** [gauche--collection.c] Error 1
  862. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/gauche'
  863. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  864. ../../src/gosh -ftest ../../src/precomp -e -P -o util--match ../../libsrc/util/match.scm
  865. make[2]: *** [util--match.c] Error 5
  866. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/util'
  867. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  868. ../../src/gosh -ftest ../../src/precomp -e -i srfi-1.sci ../../libsrc/srfi-1.scm
  869. make[2]: *** [srfi-1.c] Error 5
  870. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/srfi'
  871. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  872. ../../src/gosh -ftest ../../src/precomp -e -o gauche--threads threads.scm
  873. make[2]: *** [gauche--threads.c] Error 5
  874. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/threads'
  875. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  876. rm -rf uvector.c
  877. ../../src/gosh -ftest ./uvgen.scm uvector.c.tmpl
  878. make[2]: *** [uvector.c] Error 5
  879. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/uvector'
  880. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  881. ../../src/gosh -ftest ../../src/precomp convaux.scm
  882. make[2]: *** [convaux.c] Error 5
  883. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/charconv'
  884. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  885. ../../src/gosh -ftest genstub binarylib.stub
  886. make[2]: *** [binarylib.c] Error 5
  887. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/binary'
  888. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  889. ../../src/gosh -ftest genstub netlib.stub
  890. make[2]: *** [netlib.c] Error 5
  891. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/net'
  892. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  893. ../../src/gosh -ftest genstub termiolib.stub
  894. make[2]: *** [termiolib.c] Error 5
  895. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/termios'
  896. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  897. ../../src/gosh -ftest genstub fcntlib.stub
  898. gosh: "error": Compile Error: Compile Error: Compile Error: vector required, but got pair?
  899.  
  900.  
  901.  
  902. make[2]: *** [fcntlib.c] Error 1
  903. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/fcntl'
  904. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  905. ../../src/gosh -ftest ../../src/precomp -e -P -o file--util ../../libsrc/file/util.scm
  906. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  907. make[2]: *** [file--util.c] Error 1
  908. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/file'
  909. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  910. ../../src/gosh -ftest ./trans.scm ./sxml-ssax.scm.in
  911. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  912. make[2]: *** [sxml--ssax.c] Error 1
  913. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sxml'
  914. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  915. ../../src/gosh -ftest ../../src/precomp -e -P -o gauche--syslog ./syslog.scm
  916. make[2]: *** [gauche--syslog.c] Error 5
  917. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/syslog'
  918. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  919. ../../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
  920. make[2]: *** [install-std] Error 5
  921. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/dbm'
  922. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  923. ../../src/gosh -ftest genstub mt-lib.stub
  924. make[2]: *** [mt-lib.c] Error 5
  925. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/mt-random'
  926. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  927. ../../src/gosh -ftest ../../src/precomp -e -o crypt--bcrypt bcrypt.scm
  928. make[2]: *** [crypt--bcrypt.c] Error 5
  929. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/bcrypt'
  930. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  931. ../../src/gosh -ftest ../../src/precomp -e -o rfc--md5 md5.scm
  932. make[2]: *** [rfc--md5.c] Error 5
  933. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/digest'
  934. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  935. ../../src/gosh -ftest genstub vportlib.stub
  936. make[2]: *** [vportlib.c] Error 5
  937. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/vport'
  938. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  939. ../../src/gosh -ftest ../../src/precomp -e -P -o text--gettext ./gettext.scm
  940. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  941. make[2]: *** [text--gettext.c] Error 1
  942. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/text'
  943. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  944. ../../src/gosh -ftest genstub zliblib.stub
  945. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  946. make[2]: *** [zliblib.c] Error 1
  947. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/zlib'
  948. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  949. ../../src/gosh -ftest ../../src/precomp -e -P -o util--sparse ./sparse.scm
  950. make[2]: *** [util--sparse.c] Error 5
  951. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/sparse'
  952. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  953. ../../src/gosh -ftest ../../src/precomp --e -P -o parser--peg \
  954. --keep-private-macro=return-failure/compound,return-failure/expect,return-result \
  955. ./peg.scm
  956. make[2]: *** [parser--peg.c] Error 5
  957. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/peg'
  958. make[2]: Entering directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  959. ../../src/gosh -ftest genstub windows.stub
  960. "write.c", line 1117 (vprintf_proc): Assertion failed: SCM_PAIRP(args)
  961. make[2]: *** [windows.c] Error 1
  962. make[2]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext/windows'
  963. make[1]: *** [install] Error 2
  964. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-mingw/ext'
  965. make: *** [install-pkg] Error 2
  966. /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
  967. /bin/install: cannot create regular file `/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/lib/gauche-0.9/0.9.2/include/gauche': No such file or directory
  968. make: *** [install-mingw] Error 1
  969. /bin/install -c -d "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/examples"
  970. /bin/install -c -d "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/examples/windows"
  971. /bin/install -c -m 444 examples/windows/*.scm "/home/khayashi/Project/gauche/Gauche-mingw/winnt/wix/Gauche/examples/windows"
  972. rm -rf core *~
  973. cd src; make clean
  974. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  975. "/c/gauche/bin/gauche-package" compile --clean libgauche-math3d gauche-math3d.c math3d-lib.stub
  976. "/c/gauche/bin/gauche-package" compile --clean libgauche-gl gauche-gl.c gl-syms.c gl-lib.stub glu-lib.stub glext-lib.stub
  977. "/c/gauche/bin/gauche-package" compile --clean libgauche-glut gauche-glut.c glut-lib.stub
  978. 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
  979. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  980. cd lib; make clean
  981. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  982. rm -rf core *~ gl/*~
  983. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  984. cd cg; make clean
  985. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/cg'
  986. "/c/gauche/bin/gauche-package" compile --clean libgauche-gl-cg gauche-cg.c cg-lib.stub
  987. rm -rf core libgauche-gl-cg.dll *~ gl/*~ test.log so_locations
  988. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/cg'
  989. cd doc; make clean
  990. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  991. rm -rf core *~ *.aux *.cl *.cls *.cp *.fn *.fns *.ky *.log *.md *.mds \
  992. *.pg *.toc *.tp *.tps *.vr *.vrs *.pdf *.dvi *.info*
  993. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  994. checking build system type... i686-pc-mingw32
  995. checking host system type... i686-pc-mingw32
  996. checking target system type... i686-pc-mingw32
  997. checking for gcc... gcc
  998. checking whether the C compiler works... yes
  999. checking for C compiler default output file name... a.exe
  1000. checking for suffix of executables... .exe
  1001. checking whether we are cross compiling... no
  1002. checking for suffix of object files... o
  1003. checking whether we are using the GNU C compiler... yes
  1004. checking whether gcc accepts -g... yes
  1005. checking for gcc option to accept ISO C89... none needed
  1006. checking how to run the C preprocessor... gcc -E
  1007. checking for X... no
  1008. checking for gosh... /c/gauche/bin/gosh
  1009. checking for gauche-config... /c/gauche/bin/gauche-config
  1010. checking for gauche-package... /c/gauche/bin/gauche-package
  1011. checking for gauche-install... /c/gauche/bin/gauche-install
  1012. checking for gauche-cesconv... /c/gauche/bin/gauche-cesconv
  1013. checking for grep that handles long lines and -e... /bin/grep
  1014. checking for egrep... /bin/grep -E
  1015. checking for ANSI C header files... yes
  1016. checking for sys/types.h... yes
  1017. checking for sys/stat.h... yes
  1018. checking for stdlib.h... yes
  1019. checking for string.h... yes
  1020. checking for memory.h... yes
  1021. checking for strings.h... yes
  1022. checking for inttypes.h... yes
  1023. checking for stdint.h... yes
  1024. checking for unistd.h... yes
  1025. checking GL/glx.h usability... no
  1026. checking GL/glx.h presence... no
  1027. checking for GL/glx.h... no
  1028. checking GLUT/glut.h usability... no
  1029. checking GLUT/glut.h presence... no
  1030. checking for GLUT/glut.h... no
  1031. checking for makeinfo... makeinfo
  1032. checking for gzip... gzip
  1033. configure: creating Gauche-gl.gpd
  1034. configure: creating ./config.status
  1035. config.status: creating Makefile
  1036. config.status: creating src/Makefile
  1037. config.status: creating lib/Makefile
  1038. config.status: creating cg/Makefile
  1039. config.status: creating doc/Makefile
  1040. cd src; make all
  1041. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1042. "/c/gauche/bin/gauche-package" compile --verbose \
  1043. --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 " \
  1044. libgauche-math3d gauche-math3d.c math3d-lib.stub
  1045. gcc -std=gnu99 -c '-Ic:\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'
  1046. gcc -std=gnu99 -c '-Ic:\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'
  1047. gcc -std=gnu99 '-Lc:\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
  1048. "/c/gauche/bin/gosh" ./gen-syms.scm
  1049. "/c/gauche/bin/gosh" ./glstate.scm -o gettype-sizes.c gettype
  1050. "/c/gauche/bin/gosh" ./gen-ptrs.scm
  1051. "/c/gauche/bin/gauche-package" compile --verbose \
  1052. --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 " \
  1053. libgauche-gl gauche-gl.c gl-syms.c gl-lib.stub glu-lib.stub glext-lib.stub
  1054. glu-lib.c: 関数 'glu_lib_glu_project' 内:
  1055. glu-lib.c:532:1: 警告: 互換性のないポインタ型から 7 番目の 'glu_xproject' の引数に渡しています [デフォルトで有効]
  1056. 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 *)'
  1057. glu-lib.c: 関数 'glu_lib_glu_un_project' 内:
  1058. glu-lib.c:574:1: 警告: 互換性のないポインタ型から 7 番目の 'glu_xproject' の引数に渡しています [デフォルトで有効]
  1059. 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 *)'
  1060. glu-lib.c: 関数 'glu_lib_glu_projectX' 内:
  1061. glu-lib.c:662:1: 警告: 互換性のないポインタ型から 6 番目の 'glu_xprojectX' の引数に渡しています [デフォルトで有効]
  1062. 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 *)'
  1063. glu-lib.c: 関数 'glu_lib_glu_un_projectX' 内:
  1064. glu-lib.c:697:1: 警告: 互換性のないポインタ型から 6 番目の 'glu_xprojectX' の引数に渡しています [デフォルトで有効]
  1065. 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 *)'
  1066. gcc -std=gnu99 -c '-Ic:\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'
  1067. gcc -std=gnu99 -c '-Ic:\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'
  1068. gcc -std=gnu99 -c '-Ic:\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'
  1069. gcc -std=gnu99 -c '-Ic:\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'
  1070. gcc -std=gnu99 -c '-Ic:\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'
  1071. gcc -std=gnu99 '-Lc:\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
  1072. "/c/gauche/bin/gauche-package" compile --verbose \
  1073. --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 " \
  1074. libgauche-glut gauche-glut.c glut-lib.stub
  1075. gcc -std=gnu99 -c '-Ic:\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'
  1076. gcc -std=gnu99 -c '-Ic:\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'
  1077. gcc -std=gnu99 '-Lc:\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
  1078. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1079. if test X != X; then (cd cg; make all); fi
  1080. cd doc; make all
  1081. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1082. if test "X"makeinfo"" != X -a "X"gzip"" != X; then \
  1083. "makeinfo" --no-warn gauche-gl-refe.texi; \
  1084. rm -rf gauche-gl-refe.info*.gz; \
  1085. "gzip" gauche-gl-refe.info; \
  1086. fi
  1087. if test "X"makeinfo"" != X -a "X"gzip"" != X; then \
  1088. "makeinfo" --no-warn gauche-gl-refj.texi; \
  1089. rm -rf gauche-gl-refj.info*.gz; \
  1090. "gzip" gauche-gl-refj.info ; \
  1091. fi
  1092. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1093. cd src; make install
  1094. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1095. "/c/gauche/bin/gauche-install" -m 444 -T "`"/c/gauche/bin/gauche-config" --siteincdir`" gauche/math3d.h
  1096. "/c/gauche/bin/gauche-install" -m 444 -T "`"/c/gauche/bin/gauche-config" --sitelibdir`"
  1097. "/c/gauche/bin/gauche-install" -m 555 -T "`"/c/gauche/bin/gauche-config" --sitearchdir`" libgauche-math3d.dll libgauche-gl.dll libgauche-glut.dll
  1098. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1099. cd lib; make install
  1100. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  1101. "/c/gauche/bin/gauche-install" -m 444 -T "`"/c/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
  1102. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  1103. if test X != X; then (cd cg; make install); fi
  1104. cd doc; make install
  1105. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1106. if test -f gauche-gl-refe.info.gz -o -f gauche-gl-refj.info.gz; then \
  1107. for info in *.info*; do \
  1108. "/c/gauche/bin/gauche-install" -m 444 -T "`"/c/gauche/bin/gauche-config" --infodir`" $info; \
  1109. done; \
  1110. fi
  1111. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1112. "/c/gauche/bin/gauche-install" -m 444 -T "`"/c/gauche/bin/gauche-config" --sitelibdir`"/.packages Gauche-gl.gpd
  1113. cd src; make install
  1114. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1115. "/c/gauche/bin/gauche-install" -m 444 -T "`"/c/gauche/bin/gauche-config" --siteincdir`" gauche/math3d.h
  1116. "/c/gauche/bin/gauche-install" -m 444 -T "`"/c/gauche/bin/gauche-config" --sitelibdir`"
  1117. "/c/gauche/bin/gauche-install" -m 555 -T "`"/c/gauche/bin/gauche-config" --sitearchdir`" libgauche-math3d.dll libgauche-gl.dll libgauche-glut.dll
  1118. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/src'
  1119. cd lib; make install
  1120. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  1121. "/c/gauche/bin/gauche-install" -m 444 -T "`"/c/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
  1122. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/lib'
  1123. if test X != X; then (cd cg; make install); fi
  1124. cd doc; make install
  1125. make[1]: Entering directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1126. if test -f gauche-gl-refe.info.gz -o -f gauche-gl-refj.info.gz; then \
  1127. for info in *.info*; do \
  1128. "/c/gauche/bin/gauche-install" -m 444 -T "`"/c/gauche/bin/gauche-config" --infodir`" $info; \
  1129. done; \
  1130. fi
  1131. make[1]: Leaving directory `/home/khayashi/Project/gauche/Gauche-gl/doc'
  1132. "/c/gauche/bin/gauche-install" -m 444 -T "`"/c/gauche/bin/gauche-config" --sitelibdir`"/.packages Gauche-gl.gpd
  1133. "/c/gauche/bin/gauche-install" -T "`"/c/gauche/bin/gauche-config" --prefix`" -m 444 \
  1134. examples/gears.scm examples/mandelbrot.scm \
  1135. examples/glbook/*.scm examples/glbook/README
  1136. ../../src/gosh -ftest ./txt2rtf.scm ../../COPYING Gauche/COPYING.rtf
  1137. make: *** [Gauche/COPYING.rtf] Error 5
Add Comment
Please, Sign In to add comment