Ticket #1309: auto.icu.verbose.txt

File auto.icu.verbose.txt, 7.7 KB (added by getpsimon, 12 years ago)
Line 
1Parrot Version 1.8.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.3.
22auto::glibc -         Is GNU libc installed...............................yes.
23auto::backtrace -     Does libc have the backtrace* functions.............yes.
24auto::msvc -          Is your C compiler actually Visual C++..........skipped.
25auto::attributes -    Detect compiler attributes.........................done.
26auto::warnings -      Detect supported compiler warnings..........set for gcc.
27init::optimize -      Enable optimization..................................no.
28inter::shlibs -       Determine flags for building shared libraries.....-fPIC.
29inter::libparrot -    Should parrot link against a shared library.........yes.
30inter::charset -      Which charset files should be compiled in..........done.
31inter::encoding -     Which encoding files should be compiled in.........done.
32inter::types -        What types should Parrot use.......................done.
33auto::ops -           Which opcode files should be compiled in...........done.
34auto::pmc -           Which pmc files should be compiled in..............done.
35auto::alignptrs -     Determine your minimum pointer alignment........ 1 byte.
36auto::headers -       Probe for C headers................................done.
37auto::sizes -         Determine some sizes...............................done.
38auto::byteorder -     Compute native byteorder for wordsize.....little-endian.
39auto::va_ptr -        Test the type of va_ptr........................register.
40auto::format -        What formats should be used for sprintf............done.
41auto::isreg -         Does your C library have a working S_ISREG..........yes.
42auto::arch -          Determine CPU architecture and OS..................done.
43auto::jit -           Determine JIT capability.............................no.
44auto::frames -        Determine call frame building capability.............no.
45auto::cpu -           Generate CPU specific stuff........................done.
46auto::cgoto -         Does your compiler support computed goto............yes.
47auto::inline -        Does your compiler support inline...................yes.
48auto::gc -            Determine allocator to use.........................done.
49auto::memalign -      Does your C library support memalign................yes.
50auto::signal -        Determine some signal stuff........................done.
51auto::socklen_t -     Determine whether there is socklen_t................yes.
52auto::neg_0 -         Determine whether negative zero can be printed......yes.
53auto::env -           Does your C library have setenv / unsetenv.........both.
54auto::thread -        Does your system has thread.........................yes.
55auto::gmp -           Does your platform support GMP.......................no.
56auto::readline -      Does your platform support readline..................no.
57auto::gdbm -          Does your platform support gdbm......................no.
58auto::pcre -          Does your platform support pcre....................done.
59auto::opengl -        Does your platform support OpenGL....................no.
60auto::crypto -        Does your platform support crypto....................no.
61auto::gettext -       Does your configuration include gettext.............yes.
62auto::snprintf -      Test snprintf......................................done.
63auto::perldoc -       Is perldoc installed.................................no.
64auto::pod2man -       Is pod2man installed................................yes.
65auto::ctags -         Is (exuberant) ctags installed.......................no.
66auto::revision -      Determine Parrot's revision........................done.
67auto::icu -           Is ICU installed...
68Discovered icu-config --exists returns 0
69icu-config found... good!
70Trying icu-config with '--ldflags'
71icushared:  captured  -lpthread -lm   -L/usr/local/lib -licui18n -licuuc -licudata  -lpthread -lm   
72
73For icushared, found  -lpthread -lm   -L/usr/local/lib  -licuuc -licudata  -lpthread -lm    and 0
74Trying icu-config with '--prefix'
75icuheaders:  captured /usr/local
76
77For icuheaders, found /usr/local/include and 0
78icuconfig: icu-config
79icushared=' -lpthread -lm   -L/usr/local/lib  -licuuc -licudata  -lpthread -lm   '
80headers='/usr/local/include'
81cc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN  -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST  -DHASATTRIBUTE_DEPRECATED  -DHASATTRIBUTE_MALLOC  -DHASATTRIBUTE_NONNULL  -DHASATTRIBUTE_NORETURN  -DHASATTRIBUTE_PURE  -DHASATTRIBUTE_UNUSED  -DHASATTRIBUTE_WARN_UNUSED_RESULT  -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT  -I./include -c test_16039.c
82cc  -L/usr/local/lib -Wl,-E test_16039.o  -o test_16039  -ldl -lm -lpthread -lcrypt -lrt
83./test_16039
84unicode/ucnv.h OK
85Your compiler found the icu headers... good!
86
87Setting Configuration Data:
88(
89        verbose => undef,
90);
91
92                      Is ICU installed....................................yes.
93gen::config_h -       Generate C headers.................................done.
94gen::core_pmcs -      Generate core pmc list.............................done.
95gen::crypto -         Generate Digest PMC files.......................skipped.
96gen::parrot_include - Generate runtime/parrot/include....................done.
97gen::opengl -         Generating OpenGL bindings......................skipped.
98gen::call_list -      Generate NCI signature list........................done.
99gen::makefiles -      Generate makefiles and other build files...........done.
100gen::platform -       Move platform files into place.....................done.
101gen::config_pm -      Record configuration data for later retrieval......done.
102Okay, we're done!
103
104You can now use `make' to build your Parrot.
105After that, you can use `make test' to run the test suite.
106
107Happy Hacking,
108        The Parrot Team
109