Skip to content

Instantly share code, notes, and snippets.

@deepj
Created April 25, 2009 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepj/101778 to your computer and use it in GitHub Desktop.
Save deepj/101778 to your computer and use it in GitHub Desktop.
deepj@popelnice:~$ rake-compiler cross-ruby VERSION=1.9.1-p0 SOURCE=http://www.deep-jungle.eu/ruby-1.9.1-p0.tar.gz
mkdir -p /home/deepj/.rake-compiler/builds/ruby-1.9.1-p0
mkdir -p /home/deepj/.rake-compiler/sources
cd /home/deepj/.rake-compiler/sources
wget http://www.deep-jungle.eu/ruby-1.9.1-p0.tar.gz || curl -O http://www.deep-j ungle.eu/ruby-1.9.1-p0.tar.gz
--2009-04-26 00:20:12-- http://www.deep-jungle.eu/ruby-1.9.1-p0.tar.gz
Překládám www.deep-jungle.eu… 89.187.133.175
Navazuje se spojení s www.deep-jungle.eu|89.187.133.175|:80… spojeno.
HTTP požadavek odeslán, program čeká na odpověď… 200 OK
Délka: 9025004 (8,6M) [application/x-gzip]
Ukládám do: „ruby-1.9.1-p0.tar.gz“.
100%[======================================>] 9 025 004 182K/s za 16s
2009-04-26 00:20:28 (543 KB/s) – „ruby-1.9.1-p0.tar.gz“ uloženo [9025004/9025004 ]
cd -
mkdir -p /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0
cd /home/deepj/.rake-compiler/sources
tar xfz ruby-1.9.1-p0.tar.gz
cd -
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/Makefile.in /home/deepj/.rak e-compiler/sources/ruby-1.9.1-p0/Makefile.in.bak
cd /home/deepj/.rake-compiler/builds/ruby-1.9.1-p0
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/configure --target=i386-mingw32 --host=i586-mingw32msvc --build=i686-linux --enable-shared --disable-install-do c --without-tk --without-tcl --prefix=/home/deepj/.rake-compiler/ruby/ruby-1.9.1 -p0
configure: WARNING: unrecognized options: --without-tk, --without-tcl
checking build system type... i686-pc-linux-gnu
checking host system type... i586-pc-mingw32msvc
checking target system type... i386-pc-mingw32
checking for i586-mingw32msvc-gcc... i586-mingw32msvc-gcc
checking for i586-mingw32msvc-gcc... (cached) i586-mingw32msvc-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i586-mingw32msvc-gcc accepts -g... yes
checking for i586-mingw32msvc-gcc option to accept ISO C89... none needed
checking for i586-mingw32msvc-g++... i586-mingw32msvc-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i586-mingw32msvc-g++ accepts -g... yes
checking how to run the C preprocessor... i586-mingw32msvc-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether i586-mingw32msvc-gcc needs -traditional... no
checking whether the linker is GNU ld... yes
checking whether i586-mingw32msvc-gcc -E accepts -o... yes
checking for i586-mingw32msvc-ranlib... i586-mingw32msvc-ranlib
checking for i586-mingw32msvc-ar... i586-mingw32msvc-ar
checking for i586-mingw32msvc-as... i586-mingw32msvc-as
checking for i586-mingw32msvc-objdump... i586-mingw32msvc-objdump
checking for i586-mingw32msvc-objcopy... (cached) :
checking for i586-mingw32msvc-nm... i586-mingw32msvc-nm
checking for i586-mingw32msvc-windres... i586-mingw32msvc-windres
checking for i586-mingw32msvc-dllwrap... i586-mingw32msvc-dllwrap
checking for mingw32 runtime DLL... msvcrt
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
checking for long long... yes
checking for off_t... (cached) yes
checking size of int... 4
checking size of short... 2
checking size of long... 4
checking size of long long... 8
checking size of __int64... 8
checking size of off_t... (cached) 8
checking size of void*... 4
checking size of float... 4
checking size of double... 8
checking size of time_t... 4
checking for pid_t... yes
checking for convertible type of pid_t... LONG
checking for uid_t... no
checking for convertible type of uid_t... LONG
checking for gid_t... no
checking for convertible type of gid_t... LONG
checking for prototypes... yes
checking token paste string... ansi
checking stringization... #expr
checking string literal concatenation... yes
checking for variable length prototypes and stdarg.h... yes
checking for variable length macro... yes
checking for noreturn function attribute... __attribute__ ((noreturn)) x
checking for deprecated function attribute... __attribute__ ((deprecated)) x
checking for noinline function attribute... __attribute__ ((noinline)) x
checking for stdcall function attribute... __attribute__ ((stdcall)) x
checking for cdecl function attribute... __attribute__ ((cdecl)) x
checking for fastcall function attribute... __attribute__ ((fastcall)) x
checking for function alias... alias
checking for RUBY_EXTERN... no
checking whether sys_nerr is declared... yes
checking for crypt in -lcrypt... (cached) no
checking for dlopen in -ldl... (cached) no
checking for shl_load in -ldld... no
checking for socketpair in -lsocket... no
checking for clock_gettime in -lrt... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ioctl.h... (cached) no
checking sys/syscall.h usability... no
checking sys/syscall.h presence... no
checking for sys/syscall.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking for sys/select.h... (cached) no
checking for sys/time.h... (cached) no
checking for sys/times.h... (cached) no
checking for sys/param.h... (cached) no
checking syscall.h usability... no
checking syscall.h presence... no
checking for syscall.h... no
checking for pwd.h... (cached) no
checking grp.h usability... no
checking grp.h presence... no
checking for grp.h... no
checking for a.out.h... (cached) no
checking for utime.h... (cached) no
checking direct.h usability... yes
checking direct.h presence... yes
checking for direct.h... yes
checking for sys/resource.h... (cached) no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/utime.h usability... yes
checking sys/utime.h presence... yes
checking for sys/utime.h... yes
checking xti.h usability... no
checking xti.h presence... no
checking for xti.h... no
checking netinet/in_systm.h usability... no
checking netinet/in_systm.h presence... no
checking for netinet/in_systm.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking pthread.h usability... no
checking pthread.h presence... no
checking for pthread.h... no
checking ucontext.h usability... no
checking ucontext.h presence... no
checking for ucontext.h... no
checking intrinsics.h usability... no
checking intrinsics.h presence... no
checking for intrinsics.h... no
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/sendfile.h usability... no
checking sys/sendfile.h presence... no
checking for sys/sendfile.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for net/socket.h... (cached) no
checking for sys/socket.h... (cached) no
checking size of rlim_t... 0
checking for size_t... yes
checking size of size_t... 4
checking size of ptrdiff_t... 4
checking for struct stat.st_blksize... no
checking for struct stat.st_blocks... no
checking for struct stat.st_rdev... yes
checking for struct stat.st_atim... no
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... no
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... no
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct timespec... no
checking for fd_mask... no
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for int128_t... no
checking for uint128_t... no
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for stack end address... no
checking for uid_t in sys/types.h... (cached) no
checking type of array argument to getgroups... int
checking return type of signal handlers... void
checking for working alloca.h... no
checking for alloca... yes
checking for working memcmp... (cached) yes
checking for broken erfc of glibc-2.3.6 on IA64... no
checking for dup2... yes
checking for memmove... yes
checking for strerror... yes
checking for strchr... yes
checking for strstr... yes
checking for crypt... no
checking for flock... no
checking for vsnprintf... yes
checking for isnan... (cached) yes
checking for finite... (cached) yes
checking for isinf... (cached) yes
checking for hypot... yes
checking for acosh... yes
checking for erf... yes
checking for tgamma... yes
checking for lgamma_r... no
checking for cbrt... yes
checking for strlcpy... no
checking for strlcat... no
checking for fmod... yes
checking for killpg... no
checking for wait4... no
checking for waitpid... (cached) yes
checking for fork... no
checking for spawnv... yes
checking for syscall... no
checking for chroot... no
checking for fsync... (cached) yes
checking for getcwd... yes
checking for eaccess... no
checking for truncate... (cached) yes
checking for ftruncate... yes
checking for chsize... yes
checking for times... (cached) yes
checking for utimes... no
checking for utimensat... no
checking for fcntl... (cached) yes
checking for lockf... no
checking for lstat... no
checking for link... (cached) yes
checking for symlink... no
checking for readlink... no
checking for setitimer... no
checking for setruid... no
checking for seteuid... no
checking for setreuid... no
checking for setresuid... no
checking for setproctitle... no
checking for socketpair... no
checking for setrgid... no
checking for setegid... no
checking for setregid... no
checking for setresgid... no
checking for issetugid... no
checking for pause... no
checking for lchown... no
checking for lchmod... no
checking for getpgrp... no
checking for setpgrp... no
checking for getpgid... no
checking for setpgid... no
checking for initgroups... no
checking for getgroups... no
checking for setgroups... no
checking for getpriority... no
checking for getrlimit... no
checking for setrlimit... no
checking for sysconf... no
checking for group_member... no
checking for dlopen... no
checking for sigprocmask... no
checking for sigaction... no
checking for sigsetjmp... no
checking for _setjmp... yes
checking for _longjmp... no
checking for snprintf... yes
checking for setsid... no
checking for telldir... (cached) yes
checking for seekdir... (cached) yes
checking for fchmod... no
checking for cosh... yes
checking for sinh... yes
checking for tanh... yes
checking for log2... yes
checking for round... yes
checking for signbit... yes
checking for setuid... no
checking for setgid... no
checking for daemon... no
checking for select_large_fdset... no
checking for setenv... no
checking for unsetenv... no
checking for mktime... yes
checking for timegm... no
checking for gmtime_r... no
checking for clock_gettime... no
checking for gettimeofday... yes
checking for pread... no
checking for sendfile... no
checking for shutdown... no
checking for sigaltstack... no
checking for __builtin_setjmp... no
checking for setjmp type... setjmp
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for struct tm.tm_gmtoff... no
checking for external int daylight... yes
checking for external timezone... long
checking for external altzone... no
checking for timezone... no
checking for negative time_t for gmtime(3)... (cached) no
checking for sigsetmask... no
checking for BSD signal semantics... no
checking whether getpgrp requires zero arguments... (cached) no
checking whether setpgrp takes no argument... (cached) yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking whether right shift preserve sign bit... yes
checking read count field in FILE structures... _cnt
checking read buffer ptr field in FILE structures... _ptr
checking whether st_ino is huge... no
checking stack growing direction... (cached) -1
checking for backtrace... no
checking whether ELF binaries are produced... (cached) no
checking whether OS depend dynamic link works... yes
checking for nroff... /usr/bin/nroff
creating config.h
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
configure: WARNING: unrecognized options: --without-tk, --without-tcl
cd -
cd /home/deepj/.rake-compiler/builds/ruby-1.9.1-p0
make
sed 's/{\$([^(){}]*)[^{}]*}//g' /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/common.mk > uncommon.mk
rbconfig.rb updated
ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk
i586-mingw32msvc-windres --include-dir . --include-dir . --include-dir /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/win32 msvcrt-ruby191.rc msvcrt-ruby191.res.o
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o dln.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/dln.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o encoding.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/encoding.c
ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -rrbconfig /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/tool/compile_prelude.rb /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/prelude.rb /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/prelude.rb /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/gem_prelude.rb prelude.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o prelude.o -c prelude.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o array.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/array.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o bignum.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/bignum.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o class.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/class.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o compar.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/compar.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o complex.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/complex.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o dir.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/dir.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o enum.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enum.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o enumerator.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enumerator.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o error.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/error.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o eval.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/eval.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o load.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/load.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o proc.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/proc.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o file.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/file.c
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/file.c: In function ‘file_expand_path’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/file.c:2768: warning: value computed is not used
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o gc.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/gc.c
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/gc.c: In function ‘mark_current_machine_context’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/gc.c:1976: warning: dereferencing type-punned pointer will break strict-aliasing rules
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o hash.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/hash.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o inits.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/inits.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o io.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/io.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o marshal.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/marshal.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o math.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/math.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o numeric.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/numeric.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o object.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/object.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o pack.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/pack.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o parse.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/parse.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o process.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/process.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o random.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/random.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o range.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/range.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o rational.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/rational.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o re.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/re.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o regcomp.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/regcomp.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o regenc.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/regenc.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o regerror.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/regerror.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o regexec.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/regexec.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o regparse.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/regparse.c
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/regparse.c: In function ‘onig_parse_make_tree’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/regparse.c:5540: warning: passing argument 3 of ‘parse_regexp’ discards qualifiers from pointer target type
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o regsyntax.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/regsyntax.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o ruby.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ruby.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o safe.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/safe.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o signal.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/signal.c
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/signal.c: In function ‘sig_trap’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/signal.c:936: warning: ‘arg.cmd’ may be used uninitialized in this function
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/signal.c:936: warning: ‘arg.func’ may be used uninitialized in this function
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o sprintf.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/sprintf.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o st.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/st.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o strftime.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/strftime.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o string.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/string.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o struct.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/struct.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o time.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/time.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o transcode.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/transcode.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o util.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/util.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o variable.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/variable.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o version.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/version.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o compile.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/compile.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o debug.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/debug.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o iseq.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/iseq.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o vm.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/vm.c
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/vm.c: In function ‘rb_thread_mark’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/vm.c:1595: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/vm.c:1596: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/vm_eval.c: In function ‘vm_call0’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/vm_eval.c:100: warning: passing argument 7 of ‘vm_call_bmethod’ discards qualifiers from pointer target type
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o vm_dump.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/vm_dump.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o thread.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/thread.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o cont.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/cont.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o ascii.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/ascii.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o us_ascii.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/us_ascii.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o unicode.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/unicode.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o utf_8.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/utf_8.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o newline.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/newline.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o langinfo.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/missing/langinfo.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o fileblocks.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/missing/fileblocks.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o crypt.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/missing/crypt.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o flock.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/missing/flock.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o lgamma_r.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/missing/lgamma_r.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o strlcpy.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/missing/strlcpy.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o strlcat.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/missing/strlcat.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o win32.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/win32/win32.c
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/win32/win32.c: In function ‘winnt_stat’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/win32/win32.c:3551: warning: pointer targets in passing argument 1 of ‘_mbspbrk’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/win32/win32.c:3551: warning: pointer targets in passing argument 2 of ‘_mbspbrk’ differ in signedness
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o dmyext.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/dmyext.c
i586-mingw32msvc-ar rcu libmsvcrt-ruby191-static.a dln.o encoding.o prelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o langinfo.o fileblocks.o crypt.o flock.o lgamma_r.o strlcpy.o strlcat.o win32.o dmyext.o
ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/win32/mkexports.rb -output=msvcrt-ruby191.def libmsvcrt-ruby191-static.a
i586-mingw32msvc-gcc -shared -s -Wl,--enable-auto-image-base,--enable-auto-import -Wl,--out-implib=libmsvcrt-ruby191.dll.a msvcrt-ruby191.def dln.o encoding.o prelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o langinfo.o fileblocks.o crypt.o flock.o lgamma_r.o strlcpy.o strlcat.o win32.o dmyext.o msvcrt-ruby191.res.o -lshell32 -lws2_32 -o msvcrt-ruby191.dll
Creating library file: libmsvcrt-ruby191.dll.a
: -w -L 'Init_*' msvcrt-ruby191.dll
ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/tool/generic_erb.rb -c -o encdb.h /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/template/encdb.h.tmpl /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc enc
encdb.h updated
make -f enc.mk RUBY="ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake " MINIRUBY="ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake " enc
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0'
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/encdb.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/encdb.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/encdb.so enc/encdb.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/big5.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/big5.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/big5.so enc/big5.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/cp949.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/cp949.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/cp949.so enc/cp949.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/emacs_mule.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/emacs_mule.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/emacs_mule.so enc/emacs_mule.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/euc_jp.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/euc_jp.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/euc_jp.so enc/euc_jp.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/euc_kr.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/euc_kr.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/euc_kr.so enc/euc_kr.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/euc_tw.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/euc_tw.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/euc_tw.so enc/euc_tw.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/gb2312.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/gb2312.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/gb2312.so enc/gb2312.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/gb18030.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/gb18030.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/gb18030.so enc/gb18030.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/gbk.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/gbk.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/gbk.so enc/gbk.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_1.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_1.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_1.so enc/iso_8859_1.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_2.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_2.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_2.so enc/iso_8859_2.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_3.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_3.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_3.so enc/iso_8859_3.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_4.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_4.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_4.so enc/iso_8859_4.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_5.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_5.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_5.so enc/iso_8859_5.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_6.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_6.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_6.so enc/iso_8859_6.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_7.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_7.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_7.so enc/iso_8859_7.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_8.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_8.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_8.so enc/iso_8859_8.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_9.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_9.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_9.so enc/iso_8859_9.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_10.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_10.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_10.so enc/iso_8859_10.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_11.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_11.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_11.so enc/iso_8859_11.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_13.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_13.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_13.so enc/iso_8859_13.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_14.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_14.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_14.so enc/iso_8859_14.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_15.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_15.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_15.so enc/iso_8859_15.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/iso_8859_16.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/iso_8859_16.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/iso_8859_16.so enc/iso_8859_16.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/koi8_r.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/koi8_r.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/koi8_r.so enc/koi8_r.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/koi8_u.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/koi8_u.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/koi8_u.so enc/koi8_u.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/shift_jis.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/shift_jis.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/shift_jis.so enc/shift_jis.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/utf_16be.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/utf_16be.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/utf_16be.so enc/utf_16be.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/utf_16le.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/utf_16le.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/utf_16le.so enc/utf_16le.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/utf_32be.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/utf_32be.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/utf_32be.so enc/utf_32be.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/utf_32le.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/utf_32le.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/utf_32le.so enc/utf_32le.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/windows_1251.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/windows_1251.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/windows_1251.so enc/windows_1251.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0'
make -f enc.mk RUBY="ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake " MINIRUBY="ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake " srcs
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0'
make[1]: Nothing to be done for `srcs'.
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0'
ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/tool/generic_erb.rb -c -o transdb.h /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/template/transdb.h.tmpl /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans enc/trans
transdb.h updated
make -f enc.mk RUBY="ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake " MINIRUBY="ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake " trans
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0'
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/transdb.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/transdb.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/transdb.so enc/trans/transdb.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/big5.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/big5.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/big5.so enc/trans/big5.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/chinese.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/chinese.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/chinese.so enc/trans/chinese.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/escape.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/escape.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/escape.so enc/trans/escape.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/gb18030.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/gb18030.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/gb18030.so enc/trans/gb18030.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/gbk.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/gbk.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/gbk.so enc/trans/gbk.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/iso2022.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/iso2022.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/iso2022.so enc/trans/iso2022.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/japanese.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/japanese.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/japanese.so enc/trans/japanese.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/japanese_euc.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/japanese_euc.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/japanese_euc.so enc/trans/japanese_euc.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/japanese_sjis.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/japanese_sjis.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/japanese_sjis.so enc/trans/japanese_sjis.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/korean.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/korean.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/korean.so enc/trans/korean.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/single_byte.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/single_byte.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/single_byte.so enc/trans/single_byte.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
i586-mingw32msvc-gcc -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DONIG_ENC_REGISTER=rb_enc_register -O2 -g -Wall -Wno-parentheses -o enc/trans/utf_16_32.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/enc/trans/utf_16_32.c
i586-mingw32msvc-gcc -shared -s -o .ext/i386-mingw32/enc/trans/utf_16_32.so enc/trans/utf_16_32.o -L. -L. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0'
make -f enc.mk RUBY="ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake " MINIRUBY="ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake " encs
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0'
mkdir -p .ext/i386-mingw32/enc .ext/i386-mingw32/enc/trans enc enc/trans
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0'
compiling bigdecimal
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/bigdecimal'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o bigdecimal.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/bigdecimal/bigdecimal.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/bigdecimal.so bigdecimal.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
mkdir -p ../../.ext/common/bigdecimal
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/bigdecimal'
compiling continuation
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/continuation'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o continuation.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/continuation/continuation.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/continuation.so continuation.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/continuation'
compiling coverage
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/coverage'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/coverage -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o coverage.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/coverage/coverage.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/coverage.so coverage.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/coverage'
compiling curses
compiling dbm
compiling digest
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o digest.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/digest.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/digest.so digest.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
mkdir -p ../../.ext/include/ruby
mkdir -p ../../.ext/common/digest
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/lib/digest/hmac.rb ../../.ext/common/digest
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/lib/digest.rb ../../.ext/common
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/digest.h ../../.ext/include/ruby
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest'
compiling digest/bubblebabble
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest/bubblebabble'
mkdir -p ../../../.ext/i386-mingw32/digest
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/bubblebabble -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/bubblebabble/.. -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o bubblebabble.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/bubblebabble/bubblebabble.c
i586-mingw32msvc-gcc -shared -s -o ../../../.ext/i386-mingw32/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest/bubblebabble'
compiling digest/md5
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest/md5'
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/md5 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o md5init.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/md5/md5init.c
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/md5 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o md5.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/md5/md5.c
i586-mingw32msvc-gcc -shared -s -o ../../../.ext/i386-mingw32/digest/md5.so md5init.o md5.o -L. -L../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest/md5'
compiling digest/rmd160
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest/rmd160'
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/rmd160 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o rmd160init.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/rmd160/rmd160init.c
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/rmd160 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o rmd160.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/rmd160/rmd160.c
i586-mingw32msvc-gcc -shared -s -o ../../../.ext/i386-mingw32/digest/rmd160.so rmd160init.o rmd160.o -L. -L../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest/rmd160'
compiling digest/sha1
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest/sha1'
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha1 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o sha1init.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha1/sha1init.c
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha1 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o sha1.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha1/sha1.c
i586-mingw32msvc-gcc -shared -s -o ../../../.ext/i386-mingw32/digest/sha1.so sha1init.o sha1.o -L. -L../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest/sha1'
compiling digest/sha2
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest/sha2'
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha2 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o sha2.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha2/sha2.c
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha2 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o sha2init.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha2/sha2init.c
i586-mingw32msvc-gcc -shared -s -o ../../../.ext/i386-mingw32/digest/sha2.so sha2.o sha2init.o -L. -L../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/digest/sha2'
compiling dl
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/dl'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o cfunc.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/cfunc.c
generating callback.h
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o dl.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/dl.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o cptr.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/cptr.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o handle.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/handle.c
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/handle.c: In function ‘rb_dlhandle_sym’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/handle.c:132: warning: unused variable ‘err’
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o callback-0.o -c callback-0.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o callback-1.o -c callback-1.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o callback-2.o -c callback-2.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o callback-3.o -c callback-3.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o callback-4.o -c callback-4.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o callback-5.o -c callback-5.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o callback-6.o -c callback-6.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o callback-7.o -c callback-7.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -fno-defer-pop -fno-omit-frame-pointer -o callback-8.o -c callback-8.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/dl.so cfunc.o dl.o cptr.o handle.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
mkdir -p ../../.ext/common/dl
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/lib/dl/pack.rb ../../.ext/common/dl
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/lib/dl/func.rb ../../.ext/common/dl
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/lib/dl/stack.rb ../../.ext/common/dl
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/lib/dl/callback.rb ../../.ext/common/dl
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/lib/dl/import.rb ../../.ext/common/dl
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/lib/dl/value.rb ../../.ext/common/dl
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/lib/dl/struct.rb ../../.ext/common/dl
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/lib/dl/types.rb ../../.ext/common/dl
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/lib/dl/cparser.rb ../../.ext/common/dl
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/dl.h ../../.ext/include/ruby
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/dl'
compiling dl/win32
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/dl/win32'
mkdir -p ../../../.ext/common/win32
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/win32/lib/Win32API.rb ../../../.ext/common
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/win32/lib/win32/registry.rb ../../../.ext/common/win32
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/win32/lib/win32/sspi.rb ../../../.ext/common/win32
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/dl/win32/lib/win32/resolv.rb ../../../.ext/common/win32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/dl/win32'
compiling etc
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/etc'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o etc.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/etc/etc.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/etc.so etc.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/etc'
compiling fcntl
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/fcntl'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o fcntl.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/fcntl/fcntl.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/fcntl.so fcntl.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/fcntl'
compiling fiber
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/fiber'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o fiber.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/fiber/fiber.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/fiber.so fiber.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/fiber'
compiling gdbm
compiling iconv
compiling io/wait
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/io/wait'
mkdir -p ../../../.ext/i386-mingw32/io
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o wait.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/io/wait/wait.c
i586-mingw32msvc-gcc -shared -s -o ../../../.ext/i386-mingw32/io/wait.so wait.o -L. -L../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
mkdir -p ../../../.ext/common/io
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/io/wait/lib/nonblock.rb ../../../.ext/common/io
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/io/wait'
compiling json
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/json'
mkdir -p ../../.ext/common/json
mkdir -p ../../.ext/common/json/pure
mkdir -p ../../.ext/common/json/add
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/lib/json/editor.rb ../../.ext/common/json
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/lib/json/common.rb ../../.ext/common/json
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/lib/json/ext.rb ../../.ext/common/json
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/lib/json/version.rb ../../.ext/common/json
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/lib/json/pure.rb ../../.ext/common/json
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/lib/json/pure/generator.rb ../../.ext/common/json/pure
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/lib/json/pure/parser.rb ../../.ext/common/json/pure
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/lib/json/add/core.rb ../../.ext/common/json/add
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/lib/json/add/rails.rb ../../.ext/common/json/add
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/lib/json.rb ../../.ext/common
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/json'
compiling json/ext/generator
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/json/ext/generator'
mkdir -p ../../../../.ext/i386-mingw32/json/ext
i586-mingw32msvc-gcc -I. -I../../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/ext/generator -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -Wall -o unicode.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/ext/generator/unicode.c
i586-mingw32msvc-gcc -I. -I../../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/ext/generator -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -Wall -o generator.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/ext/generator/generator.c
i586-mingw32msvc-gcc -shared -s -o ../../../../.ext/i386-mingw32/json/ext/generator.so unicode.o generator.o -L. -L../../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/json/ext/generator'
compiling json/ext/parser
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/json/ext/parser'
i586-mingw32msvc-gcc -I. -I../../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/ext/parser -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -Wall -o parser.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/ext/parser/parser.c
i586-mingw32msvc-gcc -I. -I../../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/ext/parser -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -Wall -o unicode.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/json/ext/parser/unicode.c
i586-mingw32msvc-gcc -shared -s -o ../../../../.ext/i386-mingw32/json/ext/parser.so parser.o unicode.o -L. -L../../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/json/ext/parser'
compiling mathn/complex
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/mathn/complex'
mkdir -p ../../../.ext/i386-mingw32/mathn
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o complex.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/mathn/complex/complex.c
i586-mingw32msvc-gcc -shared -s -o ../../../.ext/i386-mingw32/mathn/complex.so complex.o -L. -L../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/mathn/complex'
compiling mathn/rational
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/mathn/rational'
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/mathn/rational -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o rational.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/mathn/rational/rational.c
i586-mingw32msvc-gcc -shared -s -o ../../../.ext/i386-mingw32/mathn/rational.so rational.o -L. -L../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/mathn/rational'
compiling nkf
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/nkf'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o nkf.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/nkf/nkf.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/nkf.so nkf.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/nkf/lib/kconv.rb ../../.ext/common
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/nkf'
compiling openssl
compiling pty
compiling racc/cparse
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/racc/cparse'
mkdir -p ../../../.ext/i386-mingw32/racc
i586-mingw32msvc-gcc -I. -I../../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o cparse.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/racc/cparse/cparse.c
i586-mingw32msvc-gcc -shared -s -o ../../../.ext/i386-mingw32/racc/cparse.so cparse.o -L. -L../../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/racc/cparse'
compiling readline
compiling ripper
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/ripper'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/ripper -I../.. -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o ripper.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/ripper/ripper.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/ripper.so ripper.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
mkdir -p ../../.ext/common/ripper
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/ripper/lib/ripper.rb ../../.ext/common
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/ripper/lib/ripper/sexp.rb ../../.ext/common/ripper
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/ripper/lib/ripper/lexer.rb ../../.ext/common/ripper
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/ripper/lib/ripper/core.rb ../../.ext/common/ripper
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/ripper/lib/ripper/filter.rb ../../.ext/common/ripper
ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake -I'../..' /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/ripper/tools/generate.rb --mode=check --ids1src=/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/parse.y --ids2src=/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/ripper/eventids2.c
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/ripper'
compiling sdbm
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/sdbm'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o _sdbm.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/sdbm/_sdbm.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o init.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/sdbm/init.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/sdbm.so _sdbm.o init.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/sdbm'
compiling socket
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/socket'
generating constants.h
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I. -O2 -g -Wall -Wno-parentheses -o socket.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/socket/socket.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I. -O2 -g -Wall -Wno-parentheses -o getaddrinfo.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/socket/getaddrinfo.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I. -O2 -g -Wall -Wno-parentheses -o getnameinfo.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/socket/getnameinfo.c
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/socket/getnameinfo.c: In function ‘getnameinfo__compat’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/socket/getnameinfo.c:139: warning: unused variable ‘sp’
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/socket.so socket.o getaddrinfo.o getnameinfo.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lws2_32 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/socket'
compiling stringio
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/stringio'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o stringio.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/stringio/stringio.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/stringio.so stringio.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/stringio'
compiling strscan
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/strscan'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/strscan -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o strscan.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/strscan/strscan.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/strscan.so strscan.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/strscan'
compiling syck
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/syck'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o rubyext.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck/rubyext.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o emitter.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck/emitter.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o yaml2byte.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck/yaml2byte.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o bytecode.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck/bytecode.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o gram.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck/gram.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o syck.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck/syck.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o implicit.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck/implicit.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o handler.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck/handler.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o token.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck/token.c
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o node.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/syck/node.c
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/syck.so rubyext.o emitter.o yaml2byte.o bytecode.o gram.o syck.o implicit.o handler.o token.o node.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2_32
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/syck'
compiling syslog
compiling tk/tkutil
compiling win32ole
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/win32ole'
i586-mingw32msvc-gcc -I. -I../../.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole -DRUBY_EXTCONF_H=\"extconf.h\" -O2 -g -Wall -Wno-parentheses -o win32ole.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c: In function ‘ole_wc2mb’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:1117: warning: pointer targets in passing argument 7 of ‘pIMultiLanguage->lpVtbl->ConvertStringFromUnicode’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:1123: warning: pointer targets in passing argument 7 of ‘pIMultiLanguage->lpVtbl->ConvertStringFromUnicode’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c: In function ‘ole_vstr2wc’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:1359: warning: pointer targets in passing argument 5 of ‘pIMultiLanguage->lpVtbl->ConvertStringToUnicode’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:1359: warning: pointer targets in passing argument 7 of ‘pIMultiLanguage->lpVtbl->ConvertStringToUnicode’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:1366: warning: pointer targets in passing argument 5 of ‘pIMultiLanguage->lpVtbl->ConvertStringToUnicode’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:1366: warning: pointer targets in passing argument 7 of ‘pIMultiLanguage->lpVtbl->ConvertStringToUnicode’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c: In function ‘ole_mb2wc’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:1391: warning: pointer targets in passing argument 5 of ‘pIMultiLanguage->lpVtbl->ConvertStringToUnicode’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:1391: warning: pointer targets in passing argument 7 of ‘pIMultiLanguage->lpVtbl->ConvertStringToUnicode’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:1397: warning: pointer targets in passing argument 5 of ‘pIMultiLanguage->lpVtbl->ConvertStringToUnicode’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:1397: warning: pointer targets in passing argument 7 of ‘pIMultiLanguage->lpVtbl->ConvertStringToUnicode’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c: In function ‘reg_get_val’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:2379: warning: pointer targets in passing argument 6 of ‘RegQueryValueExA’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:2383: warning: pointer targets in passing argument 5 of ‘RegQueryValueExA’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:2383: warning: pointer targets in passing argument 6 of ‘RegQueryValueExA’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c: In function ‘clsid_from_remote’:
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:2603: warning: pointer targets in passing argument 2 of ‘RegQueryValueExA’ differ in signedness
/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/win32ole.c:2603: warning: pointer targets in passing argument 5 of ‘RegQueryValueExA’ differ in signedness
i586-mingw32msvc-gcc -shared -s -o ../../.ext/i386-mingw32/win32ole.so win32ole.o -L. -L../.. -L. -Wl,--enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -ladvapi32 -lkernel32 -luser32 -luuid -loleaut32 -lole32 -lshell32 -lws2_32
mkdir -p ../../.ext/common/win32ole
cp /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/ext/win32ole/lib/win32ole/property.rb ../../.ext/common/win32ole
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0/ext/win32ole'
compiling zlib
making ruby.exe, rubyw.exe
make[1]: Entering directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0'
i586-mingw32msvc-windres --include-dir . --include-dir . --include-dir /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/win32 ruby.rc ruby.res.o
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i386-mingw32 -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/include -I/home/deepj/.rake-compiler/sources/ruby-1.9.1-p0 -DRUBY_EXPORT -o main.o -c /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/main.c
i586-mingw32msvc-gcc -O2 -g -Wall -Wno-parentheses -L. -Wl,--stack,0x00200000,--enable-auto-import main.o ruby.res.o -lmsvcrt-ruby191 -lshell32 -lws2_32 -o ruby.exe
i586-mingw32msvc-windres --include-dir . --include-dir . --include-dir /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/win32 rubyw.rc rubyw.res.o
i586-mingw32msvc-gcc -mwindows -e _mainCRTStartup -O2 -g -Wall -Wno-parentheses -L. -Wl,--stack,0x00200000,--enable-auto-import \
main.o rubyw.res.o -lmsvcrt-ruby191 -lshell32 -lws2_32 -o rubyw.exe
make[1]: Leaving directory `/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0'
cd -
cd /home/deepj/.rake-compiler/builds/ruby-1.9.1-p0
make install
ruby -I/home/deepj/.rake-compiler/builds/ruby-1.9.1-p0 -rfake /home/deepj/.rake-compiler/sources/ruby-1.9.1-p0/instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"
installing binary commands
installing command scripts
installing library scripts
installing headers
installing manpages
installing extension objects
installing extension scripts
cd -
Generating /home/deepj/.rake-compiler/config.yml
Found Ruby version 1.9.1 (/home/deepj/.rake-compiler/ruby/ruby-1.9.1-p0/lib/ruby/1.9.1/i386-mingw32/rbconfig.rb)
deepj@popelnice:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment