Ticket #814: Configure.pl.output

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