| 1 | macbook-6:parrot cconstantine$ perl ./Configure.pl |
|---|
| 2 | Parrot Version 1.6.0 Configure 2.0 |
|---|
| 3 | Copyright (C) 2001-2009, Parrot Foundation. |
|---|
| 4 | |
|---|
| 5 | Hello, I'm Configure. My job is to poke and prod your system to figure out |
|---|
| 6 | how to build Parrot. The process is completely automated, unless you passed in |
|---|
| 7 | the `--ask' flag on the command line, in which case I'll prompt you for a few |
|---|
| 8 | pieces of info. |
|---|
| 9 | |
|---|
| 10 | Since you're running this program, you obviously have Perl 5--I'll be pulling |
|---|
| 11 | some defaults from its configuration. |
|---|
| 12 | |
|---|
| 13 | init::manifest - Check MANIFEST.....................................done. |
|---|
| 14 | init::defaults - Set Configure's default values.....................done. |
|---|
| 15 | init::install - Set up installation paths..........................done. |
|---|
| 16 | init::hints - Load platform and local hints files................done. |
|---|
| 17 | init::headers - Find header files distributed with Parrot..........done. |
|---|
| 18 | inter::progs - Determine what C compiler and linker to use........done. |
|---|
| 19 | inter::make - Is make installed...................................yes. |
|---|
| 20 | inter::lex - Is lex installed................................skipped. |
|---|
| 21 | inter::yacc - Is yacc installed...............................skipped. |
|---|
| 22 | auto::gcc - Is your C compiler actually gcc................yes, 4.0. |
|---|
| 23 | auto::glibc - Is GNU libc installed................................no. |
|---|
| 24 | auto::backtrace - Does libc have the backtrace* functions.............yes. |
|---|
| 25 | auto::msvc - Is your C compiler actually Visual C++..........skipped. |
|---|
| 26 | auto::attributes - Detect compiler attributes.........................done. |
|---|
| 27 | auto::warnings - Detect supported compiler warnings..........set for gcc. |
|---|
| 28 | init::optimize - Enable optimization..................................no. |
|---|
| 29 | inter::shlibs - Determine flags for building shared libraries......done. |
|---|
| 30 | inter::libparrot - Should parrot link against a shared library.........yes. |
|---|
| 31 | inter::charset - Which charset files should be compiled in..........done. |
|---|
| 32 | inter::encoding - Which encoding files should be compiled in.........done. |
|---|
| 33 | inter::types - What types should Parrot use.......................done. |
|---|
| 34 | auto::ops - Which opcode files should be compiled in...........done. |
|---|
| 35 | auto::pmc - Which pmc files should be compiled in..............done. |
|---|
| 36 | auto::alignptrs - Determine your minimum pointer alignment........ 1 byte. |
|---|
| 37 | auto::headers - Probe for C headers................................done. |
|---|
| 38 | auto::sizes - Determine some sizes...............................done. |
|---|
| 39 | auto::byteorder - Compute native byteorder for wordsize.....little-endian. |
|---|
| 40 | auto::va_ptr - Test the type of va_ptr...........................stack. |
|---|
| 41 | auto::format - What formats should be used for sprintf............done. |
|---|
| 42 | auto::isreg - Does your C library have a working S_ISREG..........yes. |
|---|
| 43 | auto::arch - Determine CPU architecture and OS..................done. |
|---|
| 44 | auto::jit - Determine JIT capability.............................no. |
|---|
| 45 | auto::frames - Determine call frame building capability.............no. |
|---|
| 46 | auto::cpu - Generate CPU specific stuff........................done. |
|---|
| 47 | auto::cgoto - Does your compiler support computed goto............yes. |
|---|
| 48 | auto::inline - Does your compiler support inline...................yes. |
|---|
| 49 | auto::gc - Determine allocator to use.........................done. |
|---|
| 50 | auto::memalign - Does your C library support memalign........already set. |
|---|
| 51 | auto::signal - Determine some signal stuff........................done. |
|---|
| 52 | auto::socklen_t - Determine whether there is socklen_t................yes. |
|---|
| 53 | auto::neg_0 - Determine whether negative zero can be printed......yes. |
|---|
| 54 | auto::env - Does your C library have setenv / unsetenv.........both. |
|---|
| 55 | auto::thread - Does your system has thread.........................yes. |
|---|
| 56 | auto::gmp - Does your platform support GMP......................yes. |
|---|
| 57 | auto::readline - Does your platform support readline.................yes. |
|---|
| 58 | auto::gdbm - Does your platform support gdbm......................no. |
|---|
| 59 | auto::pcre - Does your platform support pcre................yes, 7.7. |
|---|
| 60 | auto::opengl - Does your platform support OpenGL....yes, MacOSX_GLUT 5. |
|---|
| 61 | auto::crypto - Does your platform support crypto...................yes. |
|---|
| 62 | auto::gettext - Does your configuration include gettext.............yes. |
|---|
| 63 | auto::snprintf - Test snprintf......................................done. |
|---|
| 64 | auto::perldoc - Is perldoc installed................................yes. |
|---|
| 65 | auto::pod2man - Is pod2man installed................................yes. |
|---|
| 66 | auto::ctags - Is (exuberant) ctags installed.......................no. |
|---|
| 67 | auto::revision - Determine Parrot's revision......................r41607. |
|---|
| 68 | auto::icu - Is ICU installed....................................yes. |
|---|
| 69 | gen::config_h - Generate C headers.................................done. |
|---|
| 70 | gen::core_pmcs - Generate core pmc list.............................done. |
|---|
| 71 | gen::crypto - Generate Digest PMC files..........................done. |
|---|
| 72 | gen::parrot_include - Generate runtime/parrot/include....................done. |
|---|
| 73 | gen::opengl - Generating OpenGL bindings.........................done. |
|---|
| 74 | gen::call_list - Generate NCI signature list........................done. |
|---|
| 75 | gen::makefiles - Generate makefiles and other build files...........done. |
|---|
| 76 | gen::platform - Move platform files into place.....................done. |
|---|
| 77 | gen::config_pm - Record configuration data for later retrieval......done. |
|---|
| 78 | Okay, we're done! |
|---|
| 79 | |
|---|
| 80 | You can now use `gmake' to build your Parrot. |
|---|
| 81 | After that, you can use `gmake test' to run the test suite. |
|---|
| 82 | |
|---|
| 83 | Happy Hacking, |
|---|
| 84 | The Parrot Team |
|---|
| 85 | |
|---|
| 86 | |
|---|