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