Skip to content

Instantly share code, notes, and snippets.

@luislavena
Created March 1, 2012 22:57
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 luislavena/1953830 to your computer and use it in GitHub Desktop.
Save luislavena/1953830 to your computer and use it in GitHub Desktop.
C:\Users\Luis\Projects\oss\rubinius\rubinius>ruby -v
ruby 1.9.3p133 (2012-02-17 revision 34660) [i386-mingw32]
C:\Users\Luis\Projects\oss\rubinius\rubinius>gcc --version
gcc (GCC) 4.6.3 20111208 (prerelease)
C:\Users\Luis\Projects\oss\rubinius\rubinius>ruby configure
Configuring LLVM...
Checking for existing LLVM library tree: not found.
Checking for 'llvm-config': not found
Checking for prebuilt LLVM package...
Downloading llvm-2.8-i686-pc-mingw32.tar.bz2...
[ 100% (5800829 of 5800829) ]: done!
Downloading llvm-2.8-i686-pc-mingw32.tar.bz2.md5...
[ 100% (33 of 33) ]: done!
MD5 checksum for prebuilt LLVM verified.
Prebuilt packages updated.
Unpacking prebuilt LLVM: llvm-2.8-i686-pc-mingw32.tar.bz2: done!
Checking sizeof(short): 2 bytes
Checking sizeof(int): 4 bytes
Checking sizeof(void*): 4 bytes
Checking sizeof(size_t): 4 bytes
Checking sizeof(long): 4 bytes
Checking sizeof(long long): 8 bytes
Checking sizeof(float): 4 bytes
Checking sizeof(double): 8 bytes
Checking sizeof(off_t): 4 bytes
Checking sizeof(time_t): 4 bytes
Checking for libc version: msvcrt.dll found!
Checking platform endianness: little endian
Checking tr1/hash definition: found
Checking for x86_32: yes
Checking for function 'backtrace': not found
Checking for function 'readline': not found
Checking for function 'readline': not found
Checking for function 'yaml_parser_initialize': not found
Checking for function 'clock_gettime': found!
Checking for function 'nl_langinfo': not found
Checking for struct tm has member tm_gmtoff: not found
Checking for struct tm has member tm_zone: not found
Checking for global 'timezone': found!
Checking for global 'tzname': found!
Checking for global 'daylight': found!
Checking for header 'alloca.h': not found
Checking for header 'string.h': found!
Checking for header 'sys/time.h': found!
Checking for header 'sys/times.h': not found
Checking for header 'sys/types.h': found!
Checking for header 'unistd.h': found!
Checking for header 'stdarg.h': found!
Checking curses library: not found
Configured. Run 'rake' to build and run VM tests and rubyspecs.
After building, you may add 'C:/Users/Luis/Projects/oss/rubinius/rubinius/bin' to your PATH or run commands directly from that directory. Available commands are:
rbx, ruby, rake, gem, irb, rdoc, ri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment