1 | 【Configure by manual】 |
---|
2 | |
---|
3 | [ jackie macbook-pro ]# sudo ./configure --prefix=/opt/local --disable-dependency-tracking --enable-widec --enable-overwrite --with-shared --without-debug --without-ada --enable-sigwinch --mandir=/opt/local/share/man --with-manpage-format=normal --enable-pc-files --enable-symlinks --with-chtype=int |
---|
4 | checking for egrep... grep -E |
---|
5 | Configuring NCURSES 5.9 ABI 5 (Fri Apr 29 13:43:45 CST 2011) |
---|
6 | checking build system type... x86_64-apple-darwin10.7.0 |
---|
7 | checking host system type... x86_64-apple-darwin10.7.0 |
---|
8 | checking target system type... x86_64-apple-darwin10.7.0 |
---|
9 | Configuring for darwin10.7.0 |
---|
10 | checking for prefix... /opt/local |
---|
11 | checking for gcc... gcc |
---|
12 | checking for C compiler default output... a.out |
---|
13 | checking whether the C compiler works... yes |
---|
14 | checking whether we are cross compiling... no |
---|
15 | checking for executable suffix... |
---|
16 | checking for object suffix... o |
---|
17 | checking whether we are using the GNU C compiler... yes |
---|
18 | checking whether gcc accepts -g... yes |
---|
19 | checking version of gcc... 4.2.1 |
---|
20 | checking how to run the C preprocessor... gcc -E |
---|
21 | checking whether gcc needs -traditional... no |
---|
22 | checking whether gcc understands -c and -o together... yes |
---|
23 | checking for POSIXized ISC... no |
---|
24 | checking for gcc option to accept ANSI C... -DCC_HAS_PROTOS |
---|
25 | checking for ldconfig... no |
---|
26 | checking if you want to ensure bool is consistent with C++... yes |
---|
27 | checking for g++... g++ |
---|
28 | checking whether we are using the GNU C++ compiler... yes |
---|
29 | checking whether g++ accepts -g... yes |
---|
30 | checking for g++... /opt/local/bin/g++ |
---|
31 | checking version of g++... 4.2.1 |
---|
32 | checking if you want to build C++ binding and demo... yes |
---|
33 | checking if you want to build with Ada95... no |
---|
34 | checking if you want to install manpages... yes |
---|
35 | checking if you want to build programs such as tic... yes |
---|
36 | checking if you want to build test-programs... yes |
---|
37 | checking if you wish to install curses.h... yes |
---|
38 | checking for mawk... mawk |
---|
39 | checking for egrep... (cached) grep -E |
---|
40 | checking for a BSD compatible install... /opt/local/bin/ginstall -c |
---|
41 | checking for tdlint... no |
---|
42 | checking for lint... no |
---|
43 | checking for alint... no |
---|
44 | checking for splint... no |
---|
45 | checking for lclint... no |
---|
46 | checking whether ln -s works... yes |
---|
47 | checking if ln -s -f options work... yes |
---|
48 | checking for long file names... yes |
---|
49 | checking if you want to use pkg-config... yes |
---|
50 | checking for pkg-config... /opt/local/bin/pkg-config |
---|
51 | checking if we should install .pc files for /opt/local/bin/pkg-config... yes |
---|
52 | checking if we should assume mixed-case filenames... auto |
---|
53 | checking if filesystem supports mixed-case filenames... no |
---|
54 | checking whether make sets ${MAKE}... yes |
---|
55 | checking for exctags... no |
---|
56 | checking for ctags... ctags |
---|
57 | checking for exetags... no |
---|
58 | checking for etags... etags |
---|
59 | checking for ctags... yes |
---|
60 | checking for makeflags variable... |
---|
61 | checking for ranlib... ranlib |
---|
62 | checking for ld... ld |
---|
63 | checking for ar... ar |
---|
64 | checking for ar... (cached) ar |
---|
65 | checking for options to update archives... -curv |
---|
66 | checking if you have specified an install-prefix... |
---|
67 | checking if libtool -version-number should be used... yes |
---|
68 | checking if you want to build libraries with libtool... no |
---|
69 | checking if you want to build shared libraries... yes |
---|
70 | checking if you want to build static libraries... yes |
---|
71 | checking if you want to build debug libraries... no |
---|
72 | checking if you want to build profiling libraries... no |
---|
73 | checking for specified models... shared normal |
---|
74 | checking for default model... shared |
---|
75 | checking if you want to build a separate terminfo library... no |
---|
76 | checking if you want to build a separate tic library... no |
---|
77 | checking if you want to link with the GPM mouse library... maybe |
---|
78 | checking for gpm.h... no |
---|
79 | checking for default loader flags... |
---|
80 | checking if rpath option should be used... no |
---|
81 | checking if shared libraries should be relinked during install... yes |
---|
82 | checking for an rpath option... |
---|
83 | checking if release/abi version should be used for shared libs... auto |
---|
84 | checking which gcc option to use... -fPIC |
---|
85 | checking if ld -search_paths_first works... yes |
---|
86 | checking if rpath-hack should be disabled... no |
---|
87 | checking for updated LDFLAGS... checking if you wish to install ncurses overwriting curses... yes |
---|
88 | checking if external terminfo-database is used... yes |
---|
89 | checking which terminfo source-file will be installed... ${top_srcdir}/misc/terminfo.src |
---|
90 | checking whether to use hashed database instead of directory/tree... no |
---|
91 | checking for list of fallback descriptions... |
---|
92 | checking if you want modern xterm or antique... xterm-new |
---|
93 | checking for list of terminfo directories... /opt/local/share/terminfo |
---|
94 | checking for default terminfo directory... /opt/local/share/terminfo |
---|
95 | checking if big-core option selected... yes |
---|
96 | checking if big-strings option selected... yes |
---|
97 | checking if you want termcap-fallback support... no |
---|
98 | checking if ~/.terminfo is wanted... yes |
---|
99 | checking if you want to use restricted environment when running as root... yes |
---|
100 | checking for remove... yes |
---|
101 | checking for unlink... yes |
---|
102 | checking if link/symlink functions work... link symlink |
---|
103 | checking if tic should use symbolic links... yes |
---|
104 | checking if you want broken-linker support code... no |
---|
105 | checking if tputs should process BSD-style prefix padding... no |
---|
106 | checking if SIGWINCH is defined... yes |
---|
107 | checking for nl_langinfo and CODESET... yes |
---|
108 | checking if you want wide-character code... yes |
---|
109 | checking if we must define _XOPEN_SOURCE_EXTENDED... yes |
---|
110 | checking for putwc... yes |
---|
111 | checking for btowc... yes |
---|
112 | checking for wctob... yes |
---|
113 | checking for mbtowc... yes |
---|
114 | checking for wctomb... yes |
---|
115 | checking for mblen... yes |
---|
116 | checking for mbrlen... yes |
---|
117 | checking for mbrtowc... yes |
---|
118 | checking for wcsrtombs... yes |
---|
119 | checking for mbsrtowcs... yes |
---|
120 | checking for wcstombs... yes |
---|
121 | checking for mbstowcs... yes |
---|
122 | checking if we must include wchar.h to declare mbstate_t... yes |
---|
123 | checking if we must include wchar.h to declare wchar_t... no |
---|
124 | checking if we must include wchar.h to declare wint_t... yes |
---|
125 | checking whether to enable _LP64 definition in curses.h... no |
---|
126 | checking for special C compiler options needed for large files... no |
---|
127 | checking for _FILE_OFFSET_BITS value needed for large files... no |
---|
128 | checking for _LARGE_FILES value needed for large files... no |
---|
129 | checking for _LARGEFILE_SOURCE value needed for large files... no |
---|
130 | checking for fseeko... yes |
---|
131 | checking whether to use struct dirent64... no |
---|
132 | checking if you want tparm not to use X/Open fixed-parameter list... yes |
---|
133 | checking for type of bool... auto |
---|
134 | checking for alternate terminal capabilities file... Caps |
---|
135 | checking for type of chtype... int |
---|
136 | checking for type of ospeed... short |
---|
137 | checking for type of mmask_t... auto |
---|
138 | checking for size CCHARW_MAX... 5 |
---|
139 | checking if RCS identifiers should be compiled-in... no |
---|
140 | checking format of man-pages... normal |
---|
141 | checking for manpage renaming... no |
---|
142 | checking if manpage aliases will be installed... yes |
---|
143 | checking if manpage symlinks should be used... yes |
---|
144 | checking for manpage tbl... no |
---|
145 | checking if you want to build with function extensions... yes |
---|
146 | checking if you want to build with experimental SCREEN extensions... no |
---|
147 | checking if you want to build with experimental terminal-driver... no |
---|
148 | checking for extended use of const keyword... no |
---|
149 | checking if you want to use extended colors... no |
---|
150 | checking if you want to use extended mouse encoding... no |
---|
151 | checking if you want $NCURSES_NO_PADDING code... yes |
---|
152 | checking for ANSI C header files... yes |
---|
153 | checking for sys/types.h... yes |
---|
154 | checking for sys/stat.h... yes |
---|
155 | checking for stdlib.h... yes |
---|
156 | checking for string.h... yes |
---|
157 | checking for memory.h... yes |
---|
158 | checking for strings.h... yes |
---|
159 | checking for inttypes.h... yes |
---|
160 | checking for stdint.h... yes |
---|
161 | checking for unistd.h... yes |
---|
162 | checking for signed char... yes |
---|
163 | checking size of signed char... 1 |
---|
164 | checking if you want to use signed Boolean array in term.h... no |
---|
165 | checking if you want SIGWINCH handler... yes |
---|
166 | checking if you want user-definable terminal capabilities like termcap... yes |
---|
167 | checking if you want all development code... no |
---|
168 | checking if you want hard-tabs code... no |
---|
169 | checking if you want limited support for xmc... no |
---|
170 | checking if you do not want to assume colors are white-on-black... yes |
---|
171 | checking if you want hashmap scrolling-optimization code... yes |
---|
172 | checking if you want colorfgbg code... no |
---|
173 | checking if you want interop bindings... no |
---|
174 | checking if you want to link with the pthread library... no |
---|
175 | checking if you want experimental reentrant code... no |
---|
176 | checking if you want experimental safe-sprintf code... no |
---|
177 | checking if you want experimental wgetch-events code... no |
---|
178 | checking if you want to display full commands during build... yes |
---|
179 | checking if you want to see compiler warnings... |
---|
180 | configure: checking for gcc __attribute__ directives... |
---|
181 | ... scanf |
---|
182 | ... printf |
---|
183 | ... unused |
---|
184 | ... noreturn |
---|
185 | checking if you want to enable runtime assertions... no |
---|
186 | checking if you want to use dmalloc for testing... no |
---|
187 | checking if you want to use dbmalloc for testing... no |
---|
188 | checking if you want to use valgrind for testing... no |
---|
189 | checking if you want to perform memory-leak testing... no |
---|
190 | checking whether to add trace feature to all models... no |
---|
191 | checking for gettimeofday... yes |
---|
192 | checking if -lm needed for math functions... no |
---|
193 | checking for ANSI C header files... (cached) yes |
---|
194 | checking for dirent.h that defines DIR... yes |
---|
195 | checking for opendir in -ldir... no |
---|
196 | checking whether time.h and sys/time.h may both be included... yes |
---|
197 | checking for regcomp... yes |
---|
198 | checking for regular-expression headers... regex.h |
---|
199 | checking for fcntl.h... yes |
---|
200 | checking for getopt.h... yes |
---|
201 | checking for limits.h... yes |
---|
202 | checking for locale.h... yes |
---|
203 | checking for math.h... yes |
---|
204 | checking for poll.h... yes |
---|
205 | checking for sys/bsdtypes.h... no |
---|
206 | checking for sys/ioctl.h... yes |
---|
207 | checking for sys/param.h... yes |
---|
208 | checking for sys/poll.h... yes |
---|
209 | checking for sys/select.h... yes |
---|
210 | checking for sys/time.h... yes |
---|
211 | checking for sys/times.h... yes |
---|
212 | checking for ttyent.h... yes |
---|
213 | checking for unistd.h... (cached) yes |
---|
214 | checking for wctype.h... yes |
---|
215 | checking if sys/time.h works with sys/select.h... yes |
---|
216 | checking for gcc option to accept ANSI C... none needed |
---|
217 | checking for an ANSI C-conforming const... yes |
---|
218 | checking for inline... inline |
---|
219 | checking if gcc supports options to tune inlining... yes |
---|
220 | checking for signal global datatype... volatile sig_atomic_t |
---|
221 | checking if unsigned literals are legal... yes |
---|
222 | checking if external errno is declared... yes |
---|
223 | checking if external errno exists... yes |
---|
224 | checking if data-only library module links... yes |
---|
225 | checking for getcwd... yes |
---|
226 | checking for getegid... yes |
---|
227 | checking for geteuid... yes |
---|
228 | checking for getttynam... yes |
---|
229 | checking for issetugid... yes |
---|
230 | checking for poll... yes |
---|
231 | checking for remove... (cached) yes |
---|
232 | checking for select... yes |
---|
233 | checking for setbuf... yes |
---|
234 | checking for setbuffer... yes |
---|
235 | checking for setvbuf... yes |
---|
236 | checking for sigaction... yes |
---|
237 | checking for sigvec... yes |
---|
238 | checking for strdup... yes |
---|
239 | checking for strstr... yes |
---|
240 | checking for tcgetpgrp... yes |
---|
241 | checking for times... yes |
---|
242 | checking for vsnprintf... yes |
---|
243 | checking for isascii... yes |
---|
244 | checking whether sigaction needs _POSIX_SOURCE... no |
---|
245 | checking if nanosleep really works... yes |
---|
246 | checking for termio.h... no |
---|
247 | checking for termios.h... yes |
---|
248 | checking for unistd.h... (cached) yes |
---|
249 | checking whether termios.h needs _POSIX_SOURCE... no |
---|
250 | checking for tcgetattr... yes |
---|
251 | checking for vsscanf function or workaround... vsscanf |
---|
252 | checking for working mkstemp... yes |
---|
253 | checking whether setvbuf arguments are reversed... no |
---|
254 | checking return type of signal handlers... void |
---|
255 | checking for type sigaction_t... no |
---|
256 | checking declaration of size-change... yes |
---|
257 | checking for memmove... yes |
---|
258 | checking if poll really works... yes |
---|
259 | checking for va_copy... yes |
---|
260 | checking for __va_copy... yes |
---|
261 | checking for pid_t... yes |
---|
262 | checking for unistd.h... (cached) yes |
---|
263 | checking for vfork.h... no |
---|
264 | checking for fork... yes |
---|
265 | checking for vfork... yes |
---|
266 | checking for working fork... (cached) yes |
---|
267 | checking for working vfork... (cached) yes |
---|
268 | checking for openpty in -lutil... yes |
---|
269 | checking for openpty header... util.h |
---|
270 | checking if we should include stdbool.h... yes |
---|
271 | checking for builtin bool type... no |
---|
272 | checking for library stdc++... no |
---|
273 | checking whether /opt/local/bin/g++ understands -c and -o together... yes |
---|
274 | checking how to run the C++ preprocessor... /opt/local/bin/g++ -E |
---|
275 | checking for iostream... yes |
---|
276 | checking for typeinfo... yes |
---|
277 | checking if iostream uses std-namespace... yes |
---|
278 | checking if we should include stdbool.h... (cached) yes |
---|
279 | checking for builtin bool type... yes |
---|
280 | checking for size of bool... unsigned char |
---|
281 | checking for special defines needed for etip.h... MATH_H |
---|
282 | checking if /opt/local/bin/g++ accepts parameter initialization... no |
---|
283 | checking if /opt/local/bin/g++ accepts static_cast... yes |
---|
284 | checking for library subsets... ticlib+termlib+ext_tinfo+base+widechar+ext_funcs |
---|
285 | checking default library suffix... |
---|
286 | checking default library-dependency suffix... .dylib |
---|
287 | checking default object directory... obj_s |
---|
288 | checking c++ library-dependency suffix... .a |
---|
289 | checking where we will install curses.h... ${prefix}/include |
---|
290 | checking for src modules... ncurses progs panel menu form |
---|
291 | checking for tic... /opt/local/bin/tic |
---|
292 | configure: creating ./config.status |
---|
293 | config.status: creating include/MKterm.h.awk |
---|
294 | config.status: creating include/curses.head |
---|
295 | config.status: creating include/ncurses_dll.h |
---|
296 | config.status: creating include/termcap.h |
---|
297 | config.status: creating include/unctrl.h |
---|
298 | config.status: creating man/Makefile |
---|
299 | config.status: creating include/Makefile |
---|
300 | config.status: creating ncurses/Makefile |
---|
301 | config.status: creating progs/Makefile |
---|
302 | config.status: creating panel/Makefile |
---|
303 | config.status: creating menu/Makefile |
---|
304 | config.status: creating form/Makefile |
---|
305 | config.status: creating test/Makefile |
---|
306 | config.status: creating misc/Makefile |
---|
307 | config.status: creating c++/Makefile |
---|
308 | config.status: creating misc/run_tic.sh |
---|
309 | config.status: creating misc/ncurses-config |
---|
310 | config.status: creating man/ncurses5-config.1 |
---|
311 | config.status: creating misc/gen-pkgconfig |
---|
312 | config.status: creating Makefile |
---|
313 | config.status: creating include/ncurses_cfg.h |
---|
314 | Appending rules for shared model (ncurses: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
315 | Appending rules for normal model (ncurses: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
316 | Appending rules for shared model (progs: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
317 | Appending rules for normal model (progs: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
318 | Appending rules for shared model (panel: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
319 | Appending rules for normal model (panel: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
320 | Appending rules for shared model (menu: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
321 | Appending rules for normal model (menu: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
322 | Appending rules for shared model (form: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
323 | Appending rules for normal model (form: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
324 | Appending rules for shared model (test: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
325 | Appending rules for normal model (test: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
326 | Appending rules for shared model (c++: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
327 | Appending rules for normal model (c++: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) |
---|
328 | creating headers.sh |
---|
329 | |
---|
330 | ** Configuration summary for NCURSES 5.9 20110404: |
---|
331 | |
---|
332 | extended funcs: yes |
---|
333 | xterm terminfo: xterm-new |
---|
334 | |
---|
335 | bin directory: /opt/local/bin |
---|
336 | lib directory: /opt/local/lib |
---|
337 | include directory: /opt/local/include |
---|
338 | man directory: /opt/local/share/man |
---|
339 | terminfo directory: /opt/local/share/terminfo |
---|
340 | |
---|
341 | [ jackie macbook-pro ]# |
---|
342 | |
---|
343 | ───────────────────────────────────────────── |
---|
344 | 【Configure by macports】 |
---|
345 | |
---|
346 | [ jackie macbook-pro ~ ]# sudo port install ncurses +universalPassword:---> Computing dependencies for ncurses |
---|
347 | ---> Configuring ncurses |
---|
348 | Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) |
---|
349 | Log for ncurses is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncurses/main.log |
---|
350 | Error: Status 1 encountered during processing. |
---|
351 | To report a bug, see <http://guide.macports.org/#project.tickets> |
---|
352 | [ jackie macbook-pro ~ ]# |
---|