Ticket #43907: code.txt

File code.txt, 3.1 KB (added by spinach@…, 10 years ago)

Output of ICU installation.

Line 
1bash-3.2$ sudo ./runConfigureICU MacOSX
2export CPP= CC= CXX= CPPFLAGS= CFLAGS= -O2 CXXFLAGS= -O2 LDFLAGS= MAKE=
3Running ./configure   for MacOS X (Darwin) using the GNU C++ compiler
4
5checking for ICU version numbers... release 51.2, library 51.2, unicode version 6.2
6checking build system type... x86_64-apple-darwin10.8.0
7checking host system type... x86_64-apple-darwin10.8.0
8checking whether to build debug libraries... no
9checking whether to build release libraries... yes
10checking for clang... clang
11checking whether the C compiler works... yes
12checking for C compiler default output file name... a.out
13checking for suffix of executables...
14checking whether we are cross compiling... no
15checking for suffix of object files... o
16checking whether we are using the GNU C compiler... yes
17checking whether clang accepts -g... yes
18checking for clang option to accept ISO C89... none needed
19checking for clang++... no
20checking for g++... g++
21checking whether we are using the GNU C++ compiler... yes
22checking whether g++ accepts -g... yes
23checking how to run the C preprocessor... clang -E
24checking for a BSD-compatible install... /usr/bin/install -c
25checking for gmake... /opt/local/bin/gmake
26checking for doxygen... no
27checking checking for executable suffix...
28checking whether strict compiling is on... yes
29checking for grep that handles long lines and -e... /usr/bin/grep
30checking for egrep... /usr/bin/grep -E
31checking for ANSI C header files... yes
32checking for sys/types.h... yes
33checking for sys/stat.h... yes
34checking for stdlib.h... yes
35checking for string.h... yes
36checking for memory.h... yes
37checking for strings.h... yes
38checking for inttypes.h... yes
39checking for stdint.h... yes
40checking for unistd.h... yes
41checking size of void *... 8
42checking whether runnable 64 bit binaries are built by default... yes
43checking which Makefile fragment to use for x86_64-apple-darwin10.8.0... mh-darwin
44checking for floor in -lm... yes
45checking whether to build shared libraries... yes
46checking whether to build static libraries... no
47checking whether to enable auto cleanup of libraries... no
48checking whether to enable draft APIs... yes
49checking for ranlib... ranlib
50checking for ar... ar
51checking whether to enable renaming of symbols... yes
52checking whether to enable function and data tracing... no
53checking whether to enable dynamic loading of plugins... yes
54checking dlfcn.h usability... yes
55checking dlfcn.h presence... yes
56checking for dlfcn.h... yes
57checking for library containing dlopen... none required
58checking for dlopen... yes
59checking for gettimeofday... yes
60checking if we have a C++ compiler... Good
61checking if #include <string> works... yes
62checking for pthread_attr_init in -lpthread... yes
63checking for mmap... yes
64checking for genccode assembly...
65checking for inttypes.h... (cached) yes
66checking dirent.h usability... yes
67checking dirent.h presence... yes
68checking for dirent.h... yes
69checking whether byte ordering is bigendian... no
70checking for nl_langinfo... yes
71checking for nl_langinfo's argument to obtain the codeset... CODESET
72checking for namespace support... no
73configure: error: Namespace support is required to build ICU.