1 | ./configure && make |
---|
2 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
3 | checking whether build environment is sane... yes |
---|
4 | checking for a thread-safe mkdir -p... config/install-sh -c -d |
---|
5 | checking for gawk... gawk |
---|
6 | checking whether make sets $(MAKE)... yes |
---|
7 | checking whether make supports nested variables... yes |
---|
8 | checking whether make supports nested variables... (cached) yes |
---|
9 | checking whether to enable maintainer-specific portions of Makefiles... no |
---|
10 | checking build system type... x86_64-apple-darwin13.4.0 |
---|
11 | checking host system type... x86_64-apple-darwin13.4.0 |
---|
12 | checking whether make supports the include directive... yes (GNU style) |
---|
13 | checking for gcc... gcc |
---|
14 | checking whether the C compiler works... yes |
---|
15 | checking for C compiler default output file name... a.out |
---|
16 | checking for suffix of executables... |
---|
17 | checking whether we are cross compiling... no |
---|
18 | checking for suffix of object files... o |
---|
19 | checking whether we are using the GNU C compiler... yes |
---|
20 | checking whether gcc accepts -g... yes |
---|
21 | checking for gcc option to accept ISO C89... none needed |
---|
22 | checking whether gcc understands -c and -o together... yes |
---|
23 | checking dependency style of gcc... gcc3 |
---|
24 | checking how to run the C preprocessor... gcc -E |
---|
25 | checking for grep that handles long lines and -e... /usr/bin/grep |
---|
26 | checking for egrep... /usr/bin/grep -E |
---|
27 | checking for ANSI C header files... yes |
---|
28 | checking for sys/types.h... yes |
---|
29 | checking for sys/stat.h... yes |
---|
30 | checking for stdlib.h... yes |
---|
31 | checking for string.h... yes |
---|
32 | checking for memory.h... yes |
---|
33 | checking for strings.h... yes |
---|
34 | checking for inttypes.h... yes |
---|
35 | checking for stdint.h... yes |
---|
36 | checking for unistd.h... yes |
---|
37 | checking minix/config.h usability... no |
---|
38 | checking minix/config.h presence... no |
---|
39 | checking for minix/config.h... no |
---|
40 | checking whether it is safe to define __EXTENSIONS__... yes |
---|
41 | checking for gcc option to accept ISO C99... none needed |
---|
42 | checking for gcc option to accept ISO Standard C... (cached) none needed |
---|
43 | checking whether gcc accepts -fdiagnostics-show-option... yes |
---|
44 | checking whether gcc accepts -Wassign-enum... yes |
---|
45 | checking whether gcc accepts -Wbad-function-cast... yes |
---|
46 | checking whether gcc accepts -Wcomment... yes |
---|
47 | checking whether gcc accepts -Wconditional-uninitialized... yes |
---|
48 | checking whether gcc accepts -Wdeclaration-after-statement... yes |
---|
49 | checking whether gcc accepts -Wfloat-conversion... yes |
---|
50 | checking whether gcc accepts -Wfloat-equal... yes |
---|
51 | checking whether gcc accepts -Wformat... yes |
---|
52 | checking whether gcc accepts -Wformat-security... yes |
---|
53 | checking whether gcc accepts -Wformat-signedness... yes |
---|
54 | checking whether gcc accepts -Wimplicit... yes |
---|
55 | checking whether gcc accepts -Wimplicit-fallthrough... yes |
---|
56 | checking whether gcc accepts -Wignored-qualifiers... yes |
---|
57 | checking whether gcc accepts -Wlogical-not-parentheses... yes |
---|
58 | checking whether gcc accepts -Wmaybe-uninitialized... yes |
---|
59 | checking whether gcc accepts -Wmissing-braces... yes |
---|
60 | checking whether gcc accepts -Wmissing-declarations... yes |
---|
61 | checking whether gcc accepts -Wmissing-field-initializers... yes |
---|
62 | checking whether gcc accepts -Wmissing-format-attribute... yes |
---|
63 | checking whether gcc accepts -Wmissing-parameter-type... yes |
---|
64 | checking whether gcc accepts -Wmissing-prototypes... yes |
---|
65 | checking whether gcc accepts -Wmissing-variable-declarations... yes |
---|
66 | checking whether gcc accepts -Wnested-externs... yes |
---|
67 | checking whether gcc accepts -Wno-long-long... yes |
---|
68 | checking whether gcc accepts -Wno-unreachable-code... yes |
---|
69 | checking whether gcc accepts -Wparentheses... yes |
---|
70 | checking whether gcc accepts -Wpointer-arith... yes |
---|
71 | checking whether gcc accepts -Wpointer-sign... yes |
---|
72 | checking whether gcc accepts -Wredundant-decls... yes |
---|
73 | checking whether gcc accepts -Wreturn-type... yes |
---|
74 | checking whether gcc accepts -Wsequence-point... yes |
---|
75 | checking whether gcc accepts -Wshadow... yes |
---|
76 | checking whether gcc accepts -Wsign-compare... yes |
---|
77 | checking whether gcc accepts -Wstrict-prototypes... yes |
---|
78 | checking whether gcc accepts -Wswitch... yes |
---|
79 | checking whether gcc accepts -Wswitch-default... yes |
---|
80 | checking whether gcc accepts -Wtype-limits... yes |
---|
81 | checking whether gcc accepts -Wundef... yes |
---|
82 | checking whether gcc accepts -Wuninitialized... yes |
---|
83 | checking whether gcc accepts -Wunreachable-code... yes |
---|
84 | checking whether gcc accepts -Wunused-but-set-variable... yes |
---|
85 | checking whether gcc accepts -Wunused-function... yes |
---|
86 | checking whether gcc accepts -Wunused-label... yes |
---|
87 | checking whether gcc accepts -Wunused-parameter... yes |
---|
88 | checking whether gcc accepts -Wunused-result... yes |
---|
89 | checking whether gcc accepts -Wunused-value... yes |
---|
90 | checking whether gcc accepts -Wunused-variable... yes |
---|
91 | checking whether gcc accepts -Wwrite-strings... yes |
---|
92 | checking for __attribute__((fallthrough))... no |
---|
93 | checking how to print strings... printf |
---|
94 | checking for a sed that does not truncate output... /opt/local/bin/gsed |
---|
95 | checking for fgrep... /usr/bin/grep -F |
---|
96 | checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
97 | checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no |
---|
98 | checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm |
---|
99 | checking the name lister (/opt/local/bin/nm) interface... BSD nm |
---|
100 | checking whether ln -s works... yes |
---|
101 | checking the maximum length of command line arguments... 196608 |
---|
102 | checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop |
---|
103 | checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop |
---|
104 | checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r |
---|
105 | checking for objdump... no |
---|
106 | checking how to recognize dependent libraries... pass_all |
---|
107 | checking for dlltool... no |
---|
108 | checking how to associate runtime and link libraries... printf %s\n |
---|
109 | checking for ar... ar |
---|
110 | checking for archiver @FILE support... no |
---|
111 | checking for strip... strip |
---|
112 | checking for ranlib... ranlib |
---|
113 | checking command to parse /opt/local/bin/nm output from gcc object... ok |
---|
114 | checking for sysroot... no |
---|
115 | checking for a working dd... /bin/dd |
---|
116 | checking how to truncate binary pipes... /bin/dd bs=4096 count=1 |
---|
117 | checking for mt... no |
---|
118 | checking if : is a manifest tool... no |
---|
119 | checking for dsymutil... dsymutil |
---|
120 | checking for nmedit... nmedit |
---|
121 | checking for lipo... lipo |
---|
122 | checking for otool... otool |
---|
123 | checking for otool64... no |
---|
124 | checking for -single_module linker flag... yes |
---|
125 | checking for -exported_symbols_list linker flag... yes |
---|
126 | checking for -force_load linker flag... yes |
---|
127 | checking for dlfcn.h... yes |
---|
128 | checking for objdir... .libs |
---|
129 | checking if gcc supports -fno-rtti -fno-exceptions... yes |
---|
130 | checking for gcc option to produce PIC... -fno-common -DPIC |
---|
131 | checking if gcc PIC flag -fno-common -DPIC works... yes |
---|
132 | checking if gcc static flag -static works... no |
---|
133 | checking if gcc supports -c -o file.o... yes |
---|
134 | checking if gcc supports -c -o file.o... (cached) yes |
---|
135 | checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes |
---|
136 | checking dynamic linker characteristics... darwin13.4.0 dyld |
---|
137 | checking how to hardcode library paths into programs... immediate |
---|
138 | checking whether stripping libraries is possible... yes |
---|
139 | checking if libtool supports shared libraries... yes |
---|
140 | checking whether to build shared libraries... yes |
---|
141 | checking whether to build static libraries... yes |
---|
142 | checking for pkg-config... /opt/local/bin/pkg-config |
---|
143 | checking pkg-config is at least version 0.9.0... yes |
---|
144 | checking whether ln -s works... yes |
---|
145 | checking for nroff... true |
---|
146 | checking for manual formatting macros... -mandoc |
---|
147 | checking for option to disable ANSI color in manuals... none |
---|
148 | checking if nroff accepts -Tlatin1 or -Tascii... -Tlatin1 |
---|
149 | checking for file... true |
---|
150 | checking for -L option to file command... yes |
---|
151 | checking for gnome-moz-remote... no |
---|
152 | checking for mozilla... no |
---|
153 | checking for firefox... no |
---|
154 | checking for konqueror... no |
---|
155 | checking for opera... no |
---|
156 | checking for ar... (cached) ar |
---|
157 | checking for CHECK... yes |
---|
158 | checking for sighandler_t... no |
---|
159 | checking for GLIB... yes |
---|
160 | checking for GMODULE... yes |
---|
161 | checking for SLANG... yes |
---|
162 | checking for slang/slang.h... no |
---|
163 | checking for X... libraries /usr/X11/lib, headers |
---|
164 | checking whether -R must be followed by a space... neither works |
---|
165 | checking for gethostbyname... yes |
---|
166 | checking for connect... yes |
---|
167 | checking for remove... yes |
---|
168 | checking for shmat... yes |
---|
169 | checking for IceConnectionNumber in -lICE... yes |
---|
170 | checking for string.h... (cached) yes |
---|
171 | checking for memory.h... (cached) yes |
---|
172 | checking limits.h usability... yes |
---|
173 | checking limits.h presence... yes |
---|
174 | checking for limits.h... yes |
---|
175 | checking malloc.h usability... no |
---|
176 | checking malloc.h presence... no |
---|
177 | checking for malloc.h... no |
---|
178 | checking utime.h usability... yes |
---|
179 | checking utime.h presence... yes |
---|
180 | checking for utime.h... yes |
---|
181 | checking sys/statfs.h usability... no |
---|
182 | checking sys/statfs.h presence... no |
---|
183 | checking for sys/statfs.h... no |
---|
184 | checking sys/vfs.h usability... no |
---|
185 | checking sys/vfs.h presence... no |
---|
186 | checking for sys/vfs.h... no |
---|
187 | checking sys/select.h usability... yes |
---|
188 | checking sys/select.h presence... yes |
---|
189 | checking for sys/select.h... yes |
---|
190 | checking sys/ioctl.h usability... yes |
---|
191 | checking sys/ioctl.h presence... yes |
---|
192 | checking for sys/ioctl.h... yes |
---|
193 | checking stropts.h usability... no |
---|
194 | checking stropts.h presence... no |
---|
195 | checking for stropts.h... no |
---|
196 | checking arpa/inet.h usability... yes |
---|
197 | checking arpa/inet.h presence... yes |
---|
198 | checking for arpa/inet.h... yes |
---|
199 | checking sys/socket.h usability... yes |
---|
200 | checking sys/socket.h presence... yes |
---|
201 | checking for sys/socket.h... yes |
---|
202 | checking for sys/types.h... (cached) yes |
---|
203 | checking for sys/param.h... yes |
---|
204 | checking for stdlib.h... (cached) yes |
---|
205 | checking for unistd.h... (cached) yes |
---|
206 | checking for sys/statvfs.h... yes |
---|
207 | checking for sys/vfs.h... (cached) no |
---|
208 | checking for sys/fs_types.h... no |
---|
209 | checking for OS.h... no |
---|
210 | checking for netinet/in.h... yes |
---|
211 | checking sys/mkdev.h usability... no |
---|
212 | checking sys/mkdev.h presence... no |
---|
213 | checking for sys/mkdev.h... no |
---|
214 | checking sys/sysmacros.h usability... no |
---|
215 | checking sys/sysmacros.h presence... no |
---|
216 | checking for sys/sysmacros.h... no |
---|
217 | checking for special C compiler options needed for large files... no |
---|
218 | checking for _FILE_OFFSET_BITS value needed for large files... no |
---|
219 | checking size of long... 8 |
---|
220 | checking for unsigned long long int... yes |
---|
221 | checking for uintmax_t... yes |
---|
222 | checking size of uintmax_t... 8 |
---|
223 | checking for off_t... yes |
---|
224 | checking size of off_t... 8 |
---|
225 | checking for mode_t... yes |
---|
226 | checking for promoted mode_t type... int |
---|
227 | checking for pid_t... yes |
---|
228 | checking for uid_t in sys/types.h... yes |
---|
229 | checking for struct stat.st_blocks... yes |
---|
230 | checking for struct stat.st_blksize... yes |
---|
231 | checking for struct stat.st_rdev... yes |
---|
232 | checking for struct stat.st_mtim... no |
---|
233 | checking for sig_atomic_t in signal.h... yes, non volatile |
---|
234 | checking for strverscmp... no |
---|
235 | checking for strncasecmp... yes |
---|
236 | checking for realpath... yes |
---|
237 | checking for posix_openpt... yes |
---|
238 | checking for grantpt... yes |
---|
239 | checking for statlstat... no |
---|
240 | checking for getpagesize... yes |
---|
241 | checking for working mmap... yes |
---|
242 | checking for get_process_stats in -lseq... no |
---|
243 | checking fcntl.h usability... yes |
---|
244 | checking fcntl.h presence... yes |
---|
245 | checking for fcntl.h... yes |
---|
246 | checking for utime.h... (cached) yes |
---|
247 | checking for listmntent... no |
---|
248 | checking for sys/ucred.h... yes |
---|
249 | checking for sys/mount.h... yes |
---|
250 | checking mntent.h usability... no |
---|
251 | checking mntent.h presence... no |
---|
252 | checking for mntent.h... no |
---|
253 | checking for sys/fs_types.h... (cached) no |
---|
254 | checking for struct fsstat.f_fstypename... no |
---|
255 | checking for library containing getmntent... no |
---|
256 | checking for getmntent... no |
---|
257 | checking for mntctl function and struct vmount... no |
---|
258 | checking for getfsstat function... no |
---|
259 | checking for FIXME existence of three headers... no |
---|
260 | checking for getmntinfo function... yes |
---|
261 | checking whether getmntinfo returns statvfs structures... no |
---|
262 | checking sys/mntent.h usability... no |
---|
263 | checking sys/mntent.h presence... no |
---|
264 | checking for sys/mntent.h... no |
---|
265 | checking for sys/mkdev.h... (cached) no |
---|
266 | checking for sys/sysmacros.h... (cached) no |
---|
267 | checking for struct statfs.f_fstypename... yes |
---|
268 | checking for sys/mount.h... (cached) yes |
---|
269 | checking how to get file system space usage... checking for statvfs function (SVR4)... no |
---|
270 | checking for two-argument statfs with statfs.f_frsize member... no |
---|
271 | checking for 3-argument statfs function (DEC OSF/1)... no |
---|
272 | checking for two-argument statfs with statfs.f_bsize member (AIX, 4.3BSD)... yes |
---|
273 | checking sys/fs/s5param.h usability... no |
---|
274 | checking sys/fs/s5param.h presence... no |
---|
275 | checking for sys/fs/s5param.h... no |
---|
276 | checking for sys/statfs.h... (cached) no |
---|
277 | checking for statfs that truncates block counts... no |
---|
278 | checking for struct statfs.f_fstypename... (cached) yes |
---|
279 | checking nfs/vfs.h usability... no |
---|
280 | checking nfs/vfs.h presence... no |
---|
281 | checking for nfs/vfs.h... no |
---|
282 | checking for struct statfs.f_namelen... no |
---|
283 | checking for struct statfs.f_type... yes |
---|
284 | checking for struct statfs.f_frsize... no |
---|
285 | checking whether NLS is requested... yes |
---|
286 | checking for msgfmt... /opt/local/bin/msgfmt |
---|
287 | checking for gmsgfmt... /opt/local/bin/msgfmt |
---|
288 | checking for xgettext... /opt/local/bin/xgettext |
---|
289 | checking for msgmerge... /opt/local/bin/msgmerge |
---|
290 | checking whether we are using the GNU C Library 2 or newer... no |
---|
291 | checking for ranlib... (cached) ranlib |
---|
292 | checking whether the -Werror option is usable... yes |
---|
293 | checking for simple visibility declarations... yes |
---|
294 | checking for inline... inline |
---|
295 | checking for size_t... yes |
---|
296 | checking for stdint.h... yes |
---|
297 | checking for working alloca.h... yes |
---|
298 | checking for alloca... yes |
---|
299 | checking whether integer division by zero raises SIGFPE... guessing yes |
---|
300 | checking for inttypes.h... yes |
---|
301 | checking for inttypes.h... (cached) yes |
---|
302 | checking whether the inttypes.h PRIxNN macros are broken... no |
---|
303 | checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
304 | checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no |
---|
305 | checking for shared library run path origin... done |
---|
306 | checking whether imported symbols can be declared weak... no |
---|
307 | checking pthread.h usability... yes |
---|
308 | checking pthread.h presence... yes |
---|
309 | checking for pthread.h... yes |
---|
310 | checking for pthread_kill in -lpthread... yes |
---|
311 | checking for multithread API to use... posix |
---|
312 | checking for pthread_rwlock_t... yes |
---|
313 | checking for iconv... no, consider installing GNU libiconv |
---|
314 | checking argz.h usability... no |
---|
315 | checking argz.h presence... no |
---|
316 | checking for argz.h... no |
---|
317 | checking for inttypes.h... (cached) yes |
---|
318 | checking for limits.h... (cached) yes |
---|
319 | checking for unistd.h... (cached) yes |
---|
320 | checking for sys/param.h... (cached) yes |
---|
321 | checking for getcwd... yes |
---|
322 | checking for getegid... yes |
---|
323 | checking for geteuid... yes |
---|
324 | checking for getgid... yes |
---|
325 | checking for getuid... yes |
---|
326 | checking for mempcpy... no |
---|
327 | checking for munmap... yes |
---|
328 | checking for stpcpy... yes |
---|
329 | checking for strcasecmp... yes |
---|
330 | checking for strdup... yes |
---|
331 | checking for strtoul... yes |
---|
332 | checking for tsearch... yes |
---|
333 | checking for uselocale... yes |
---|
334 | checking for argz_count... no |
---|
335 | checking for argz_stringify... no |
---|
336 | checking for argz_next... no |
---|
337 | checking for __fsetlocking... no |
---|
338 | checking whether feof_unlocked is declared... yes |
---|
339 | checking whether fgets_unlocked is declared... no |
---|
340 | checking for bison... bison |
---|
341 | checking version of bison... 3.4.2, ok |
---|
342 | checking for long long int... yes |
---|
343 | checking for wchar_t... yes |
---|
344 | checking for wint_t... yes |
---|
345 | checking for intmax_t... yes |
---|
346 | checking whether printf() supports POSIX/XSI format strings... yes |
---|
347 | checking whether we are using the GNU C Library 2.1 or newer... no |
---|
348 | checking for stdint.h... (cached) yes |
---|
349 | checking for SIZE_MAX... yes |
---|
350 | checking for stdint.h... (cached) yes |
---|
351 | checking for working fcntl.h... no (bad O_NOATIME) |
---|
352 | checking for CFPreferencesCopyAppValue... yes |
---|
353 | checking for CFLocaleCopyCurrent... yes |
---|
354 | checking for ptrdiff_t... yes |
---|
355 | checking stddef.h usability... yes |
---|
356 | checking stddef.h presence... yes |
---|
357 | checking for stddef.h... yes |
---|
358 | checking for stdlib.h... (cached) yes |
---|
359 | checking for string.h... (cached) yes |
---|
360 | checking for asprintf... yes |
---|
361 | checking for fwprintf... yes |
---|
362 | checking for newlocale... yes |
---|
363 | checking for putenv... yes |
---|
364 | checking for setenv... yes |
---|
365 | checking for setlocale... yes |
---|
366 | checking for snprintf... yes |
---|
367 | checking for strnlen... yes |
---|
368 | checking for wcslen... yes |
---|
369 | checking for wcsnlen... yes |
---|
370 | checking for mbrtowc... yes |
---|
371 | checking for wcrtomb... yes |
---|
372 | checking whether _snprintf is declared... no |
---|
373 | checking whether _snwprintf is declared... no |
---|
374 | checking whether getc_unlocked is declared... yes |
---|
375 | checking for nl_langinfo and CODESET... yes |
---|
376 | checking for LC_MESSAGES... yes |
---|
377 | checking for CFPreferencesCopyAppValue... (cached) yes |
---|
378 | checking for CFLocaleCopyCurrent... (cached) yes |
---|
379 | checking whether included gettext is requested... no |
---|
380 | checking for GNU gettext in libc... no |
---|
381 | checking for GNU gettext in libintl... no |
---|
382 | checking whether to use NLS... yes |
---|
383 | checking where the gettext function comes from... included intl directory |
---|
384 | checking for perl... /opt/local/bin/perl |
---|
385 | checking for python... /usr/bin/python |
---|
386 | checking for ruby... /usr/bin/ruby |
---|
387 | checking for AIX defines... no |
---|
388 | checking for utimensat... no |
---|
389 | configure: using internal editor |
---|
390 | configure: using diff viewer |
---|
391 | checking for subshell support... checking pty.h usability... no |
---|
392 | checking pty.h presence... no |
---|
393 | checking for pty.h... no |
---|
394 | checking libutil.h usability... no |
---|
395 | checking libutil.h presence... no |
---|
396 | checking for libutil.h... no |
---|
397 | checking util.h usability... yes |
---|
398 | checking util.h presence... yes |
---|
399 | checking for util.h... yes |
---|
400 | checking for openpty... yes |
---|
401 | yes |
---|
402 | configure: Enabling VFS code |
---|
403 | checking for zip... /opt/local/bin/zip |
---|
404 | checking for unzip... /usr/bin/unzip |
---|
405 | checking for zipinfo code in unzip... yes |
---|
406 | checking for LIBSSH... yes |
---|
407 | checking for library containing socket... none required |
---|
408 | checking for library containing gethostbyname... none required |
---|
409 | checking for struct linger.l_linger... yes |
---|
410 | checking for nlink_t... yes |
---|
411 | checking for socklen_t... yes |
---|
412 | checking for pmap_set... yes |
---|
413 | checking for pmap_getport... yes |
---|
414 | checking for pmap_getmaps... yes |
---|
415 | checking for rresvport... yes |
---|
416 | checking for rpc/pmap_clnt.h... yes |
---|
417 | checking for doxygen... no |
---|
418 | checking for perl... /opt/local/bin/perl |
---|
419 | checking that generated files are newer than configure... done |
---|
420 | configure: creating ./config.status |
---|
421 | config.status: creating src/man2hlp/man2hlp |
---|
422 | config.status: creating Makefile |
---|
423 | config.status: creating contrib/Makefile |
---|
424 | config.status: creating contrib/dist/Makefile |
---|
425 | config.status: creating contrib/dist/gentoo/Makefile |
---|
426 | config.status: creating contrib/dist/redhat/Makefile |
---|
427 | config.status: creating contrib/dist/redhat/mc.spec |
---|
428 | config.status: creating contrib/dist/pkginfo |
---|
429 | config.status: creating contrib/dist/prototype |
---|
430 | config.status: creating misc/Makefile |
---|
431 | config.status: creating misc/mc.menu |
---|
432 | config.status: creating misc/mcedit.menu |
---|
433 | config.status: creating misc/skins/Makefile |
---|
434 | config.status: creating misc/ext.d/Makefile |
---|
435 | config.status: creating misc/ext.d/doc.sh |
---|
436 | config.status: creating misc/ext.d/misc.sh |
---|
437 | config.status: creating misc/ext.d/text.sh |
---|
438 | config.status: creating misc/ext.d/web.sh |
---|
439 | config.status: creating misc/macros.d/Makefile |
---|
440 | config.status: creating misc/mc.ext |
---|
441 | config.status: creating src/Makefile |
---|
442 | config.status: creating src/consaver/Makefile |
---|
443 | config.status: creating src/editor/Makefile |
---|
444 | config.status: creating src/man2hlp/Makefile |
---|
445 | config.status: creating src/subshell/Makefile |
---|
446 | config.status: creating src/viewer/Makefile |
---|
447 | config.status: creating src/diffviewer/Makefile |
---|
448 | config.status: creating src/filemanager/Makefile |
---|
449 | config.status: creating src/vfs/Makefile |
---|
450 | config.status: creating src/vfs/cpio/Makefile |
---|
451 | config.status: creating src/vfs/extfs/Makefile |
---|
452 | config.status: creating src/vfs/extfs/helpers/Makefile |
---|
453 | config.status: creating src/vfs/extfs/helpers/a+ |
---|
454 | config.status: creating src/vfs/extfs/helpers/apt+ |
---|
455 | config.status: creating src/vfs/extfs/helpers/audio |
---|
456 | config.status: creating src/vfs/extfs/helpers/deb |
---|
457 | config.status: creating src/vfs/extfs/helpers/deba |
---|
458 | config.status: creating src/vfs/extfs/helpers/debd |
---|
459 | config.status: creating src/vfs/extfs/helpers/dpkg+ |
---|
460 | config.status: creating src/vfs/extfs/helpers/iso9660 |
---|
461 | config.status: creating src/vfs/extfs/helpers/hp48+ |
---|
462 | config.status: creating src/vfs/extfs/helpers/lslR |
---|
463 | config.status: creating src/vfs/extfs/helpers/mailfs |
---|
464 | config.status: creating src/vfs/extfs/helpers/patchfs |
---|
465 | config.status: creating src/vfs/extfs/helpers/rpms+ |
---|
466 | config.status: creating src/vfs/extfs/helpers/s3+ |
---|
467 | config.status: creating src/vfs/extfs/helpers/uace |
---|
468 | config.status: creating src/vfs/extfs/helpers/ualz |
---|
469 | config.status: creating src/vfs/extfs/helpers/uar |
---|
470 | config.status: creating src/vfs/extfs/helpers/uarc |
---|
471 | config.status: creating src/vfs/extfs/helpers/uarj |
---|
472 | config.status: creating src/vfs/extfs/helpers/uc1541 |
---|
473 | config.status: creating src/vfs/extfs/helpers/ucab |
---|
474 | config.status: creating src/vfs/extfs/helpers/uha |
---|
475 | config.status: creating src/vfs/extfs/helpers/ulha |
---|
476 | config.status: creating src/vfs/extfs/helpers/ulib |
---|
477 | config.status: creating src/vfs/extfs/helpers/urar |
---|
478 | config.status: creating src/vfs/extfs/helpers/uzip |
---|
479 | config.status: creating src/vfs/extfs/helpers/uzoo |
---|
480 | config.status: creating src/vfs/fish/Makefile |
---|
481 | config.status: creating src/vfs/fish/helpers/Makefile |
---|
482 | config.status: creating src/vfs/ftpfs/Makefile |
---|
483 | config.status: creating src/vfs/sftpfs/Makefile |
---|
484 | config.status: creating src/vfs/local/Makefile |
---|
485 | config.status: creating src/vfs/sfs/Makefile |
---|
486 | config.status: creating src/vfs/smbfs/Makefile |
---|
487 | config.status: creating src/vfs/tar/Makefile |
---|
488 | config.status: creating src/vfs/undelfs/Makefile |
---|
489 | config.status: creating lib/Makefile |
---|
490 | config.status: creating lib/event/Makefile |
---|
491 | config.status: creating lib/filehighlight/Makefile |
---|
492 | config.status: creating lib/mcconfig/Makefile |
---|
493 | config.status: creating lib/search/Makefile |
---|
494 | config.status: creating lib/skin/Makefile |
---|
495 | config.status: creating lib/strutil/Makefile |
---|
496 | config.status: creating lib/tty/Makefile |
---|
497 | config.status: creating lib/vfs/Makefile |
---|
498 | config.status: creating lib/widget/Makefile |
---|
499 | config.status: creating misc/syntax/Makefile |
---|
500 | config.status: creating misc/syntax/Syntax |
---|
501 | config.status: creating doc/Makefile |
---|
502 | config.status: creating doc/hints/Makefile |
---|
503 | config.status: creating doc/hints/l10n/Makefile |
---|
504 | config.status: creating doc/man/Makefile |
---|
505 | config.status: creating doc/man/es/Makefile |
---|
506 | config.status: creating doc/man/hu/Makefile |
---|
507 | config.status: creating doc/man/it/Makefile |
---|
508 | config.status: creating doc/man/pl/Makefile |
---|
509 | config.status: creating doc/man/ru/Makefile |
---|
510 | config.status: creating doc/man/sr/Makefile |
---|
511 | config.status: creating doc/hlp/Makefile |
---|
512 | config.status: creating doc/hlp/es/Makefile |
---|
513 | config.status: creating doc/hlp/hu/Makefile |
---|
514 | config.status: creating doc/hlp/it/Makefile |
---|
515 | config.status: creating doc/hlp/pl/Makefile |
---|
516 | config.status: creating doc/hlp/ru/Makefile |
---|
517 | config.status: creating doc/hlp/sr/Makefile |
---|
518 | config.status: creating intl/Makefile |
---|
519 | config.status: creating po/Makefile.in |
---|
520 | config.status: creating tests/Makefile |
---|
521 | config.status: creating tests/lib/Makefile |
---|
522 | config.status: creating tests/lib/mcconfig/Makefile |
---|
523 | config.status: creating tests/lib/search/Makefile |
---|
524 | config.status: creating tests/lib/strutil/Makefile |
---|
525 | config.status: creating tests/lib/vfs/Makefile |
---|
526 | config.status: creating tests/lib/widget/Makefile |
---|
527 | config.status: creating tests/src/Makefile |
---|
528 | config.status: creating tests/src/filemanager/Makefile |
---|
529 | config.status: creating tests/src/editor/Makefile |
---|
530 | config.status: creating tests/src/editor/test-data.txt |
---|
531 | config.status: creating tests/src/vfs/Makefile |
---|
532 | config.status: creating tests/src/vfs/extfs/Makefile |
---|
533 | config.status: creating tests/src/vfs/extfs/helpers-list/Makefile |
---|
534 | config.status: creating tests/src/vfs/extfs/helpers-list/data/config.sh |
---|
535 | config.status: creating tests/src/vfs/extfs/helpers-list/misc/Makefile |
---|
536 | config.status: creating config.h |
---|
537 | config.status: executing depfiles commands |
---|
538 | config.status: executing libtool commands |
---|
539 | config.status: executing po-directories commands |
---|
540 | config.status: creating po/POTFILES |
---|
541 | config.status: creating po/Makefile |
---|
542 | configure: |
---|
543 | |
---|
544 | Configuration: |
---|
545 | |
---|
546 | Source code location: . |
---|
547 | Compiler: gcc |
---|
548 | Compiler flags: -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 |
---|
549 | Assertions: yes |
---|
550 | Unit tests: yes |
---|
551 | File system: Midnight Commander Virtual Filesystem |
---|
552 | cpio, extfs, fish, ftp, sfs, sftp, tar |
---|
553 | Screen library: S-Lang |
---|
554 | Mouse support: xterm only |
---|
555 | X11 events support: yes |
---|
556 | With subshell support: yes |
---|
557 | With background operations: yes |
---|
558 | Internal editor: yes |
---|
559 | Diff viewer: yes |
---|
560 | Support for charset: yes |
---|
561 | Search type: glib-regexp |
---|
562 | |
---|
563 | /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive |
---|
564 | Making all in intl |
---|
565 | sed -e '/IN_LIBGLOCALE/d' \ |
---|
566 | -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \ |
---|
567 | -e 's,@''HAVE_ASPRINTF''@,1,g' \ |
---|
568 | -e 's,@''HAVE_NEWLOCALE''@,1,g' \ |
---|
569 | -e 's,@''HAVE_SNPRINTF''@,1,g' \ |
---|
570 | -e 's,@''HAVE_WPRINTF''@,0,g' \ |
---|
571 | < ./libgnuintl.h.in \ |
---|
572 | | if test 'no' = yes; then \ |
---|
573 | sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \ |
---|
574 | else \ |
---|
575 | cat; \ |
---|
576 | fi \ |
---|
577 | | sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \ |
---|
578 | -e "/#define _LIBINTL_H/r ./export.h" \ |
---|
579 | | sed -e 's,@''HAVE_VISIBILITY''@,1,g' \ |
---|
580 | > libgnuintl.h |
---|
581 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden bindtextdom.c |
---|
582 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden dcgettext.c |
---|
583 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden dgettext.c |
---|
584 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden gettext.c |
---|
585 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden finddomain.c |
---|
586 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden hash-string.c |
---|
587 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden loadmsgcat.c |
---|
588 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden localealias.c |
---|
589 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden textdomain.c |
---|
590 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden l10nflist.c |
---|
591 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden explodename.c |
---|
592 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden dcigettext.c |
---|
593 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden dcngettext.c |
---|
594 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden dngettext.c |
---|
595 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden ngettext.c |
---|
596 | sed -e '/IN_LIBGLOCALE/d' \ |
---|
597 | -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \ |
---|
598 | -e 's,@''HAVE_ASPRINTF''@,1,g' \ |
---|
599 | -e 's,@''HAVE_NEWLOCALE''@,1,g' \ |
---|
600 | -e 's,@''HAVE_SNPRINTF''@,1,g' \ |
---|
601 | -e 's,@''HAVE_WPRINTF''@,0,g' \ |
---|
602 | < ./libgnuintl.h.in > libintl.h |
---|
603 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden plural.c |
---|
604 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden plural-exp.c |
---|
605 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden localcharset.c |
---|
606 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden threadlib.c |
---|
607 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden lock.c |
---|
608 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden relocatable.c |
---|
609 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden langprefs.c |
---|
610 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden localename.c |
---|
611 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden log.c |
---|
612 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden printf.c |
---|
613 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden setlocale.c |
---|
614 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden version.c |
---|
615 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden osdep.c |
---|
616 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../intl -I../intl -fdiagnostics-show-option -Wassign-enum -Wbad-function-cast -Wcomment -Wconditional-uninitialized -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wmissing-variable-declarations -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -g -O2 -fvisibility=hidden intl-compat.c |
---|
617 | rm -f libintl.a |
---|
618 | ar cru libintl.a bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o hash-string.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o localcharset.o threadlib.o lock.o relocatable.o langprefs.o localename.o log.o printf.o setlocale.o version.o osdep.o intl-compat.o |
---|
619 | ranlib libintl.a |
---|
620 | /bin/sh ./config.charset 'x86_64-apple-darwin13.4.0' > t-charset.alias |
---|
621 | mv t-charset.alias charset.alias |
---|
622 | sed -e '/^#/d' -e 's/@''PACKAGE''@/mc/g' ./ref-add.sin > t-ref-add.sed |
---|
623 | mv t-ref-add.sed ref-add.sed |
---|
624 | sed -e '/^#/d' -e 's/@''PACKAGE''@/mc/g' ./ref-del.sin > t-ref-del.sed |
---|
625 | mv t-ref-del.sed ref-del.sed |
---|
626 | Making all in po |
---|
627 | Making all in lib |
---|
628 | Making all in event |
---|
629 | CC event.lo |
---|
630 | CC manage.lo |
---|
631 | CC raise.lo |
---|
632 | CCLD libmcevent.la |
---|
633 | Making all in filehighlight |
---|
634 | CC common.lo |
---|
635 | CC get-color.lo |
---|
636 | CC ini-file-read.lo |
---|
637 | CCLD libmcfilehighlight.la |
---|
638 | Making all in mcconfig |
---|
639 | CC common.lo |
---|
640 | CC get.lo |
---|
641 | CC set.lo |
---|
642 | CC paths.lo |
---|
643 | CCLD libmcconfig.la |
---|
644 | Making all in search |
---|
645 | CC search.lo |
---|
646 | CC lib.lo |
---|
647 | CC normal.lo |
---|
648 | CC regex.lo |
---|
649 | CC glob.lo |
---|
650 | CC hex.lo |
---|
651 | CCLD libsearch.la |
---|
652 | Making all in skin |
---|
653 | CC colors.lo |
---|
654 | CC colors-old.lo |
---|
655 | CC common.lo |
---|
656 | CC hc-skins.lo |
---|
657 | CC ini-file.lo |
---|
658 | CC lines.lo |
---|
659 | CCLD libmcskin.la |
---|
660 | Making all in tty |
---|
661 | CC color-internal.lo |
---|
662 | CC color.lo |
---|
663 | CC key.lo |
---|
664 | CC keyxdef.lo |
---|
665 | CC mouse.lo |
---|
666 | CC tty.lo |
---|
667 | CC win.lo |
---|
668 | CC x11conn.lo |
---|
669 | CC color-slang.lo |
---|
670 | CC tty-slang.lo |
---|
671 | CCLD libmctty.la |
---|
672 | Making all in vfs |
---|
673 | CC direntry.lo |
---|
674 | CC gc.lo |
---|
675 | CC interface.lo |
---|
676 | CC parse_ls_vga.lo |
---|
677 | CC path.lo |
---|
678 | CC vfs.lo |
---|
679 | CC utilvfs.lo |
---|
680 | CC netutil.lo |
---|
681 | CCLD libmcvfs.la |
---|
682 | Making all in strutil |
---|
683 | CC filevercmp.lo |
---|
684 | CC replace.lo |
---|
685 | CC strescape.lo |
---|
686 | CC strutil8bit.lo |
---|
687 | CC strutilascii.lo |
---|
688 | CC strutil.lo |
---|
689 | CC strutilutf8.lo |
---|
690 | CC strverscmp.lo |
---|
691 | CC xstrtol.lo |
---|
692 | CCLD libmcstrutil.la |
---|
693 | Making all in widget |
---|
694 | CC button.lo |
---|
695 | CC buttonbar.lo |
---|
696 | CC check.lo |
---|
697 | CC dialog.lo |
---|
698 | CC dialog-switch.lo |
---|
699 | CC gauge.lo |
---|
700 | CC groupbox.lo |
---|
701 | CC hline.lo |
---|
702 | CC history.lo |
---|
703 | CC input.lo |
---|
704 | CC input_complete.lo |
---|
705 | CC listbox-window.lo |
---|
706 | CC listbox.lo |
---|
707 | CC label.lo |
---|
708 | CC menu.lo |
---|
709 | CC mouse.lo |
---|
710 | CC quick.lo |
---|
711 | CC radio.lo |
---|
712 | CC widget-common.lo |
---|
713 | CC wtools.lo |
---|
714 | CCLD libmcwidget.la |
---|
715 | Making all in . |
---|
716 | CC utilunix.lo |
---|
717 | CC util.lo |
---|
718 | CC hook.lo |
---|
719 | CC glibcompat.lo |
---|
720 | CC global.lo |
---|
721 | CC keybind.lo |
---|
722 | CC lock.lo |
---|
723 | CC serialize.lo |
---|
724 | CC shell.lo |
---|
725 | CC timefmt.lo |
---|
726 | CC timer.lo |
---|
727 | CC charsets.lo |
---|
728 | CCLD libmc.la |
---|
729 | |
---|
730 | *** Warning: Linking the shared library libmc.la against the |
---|
731 | *** static library ../intl/libintl.a is not portable! |
---|
732 | copying selected object files to avoid basename conflicts... |
---|
733 | Making all in src |
---|
734 | Making all in filemanager |
---|
735 | CC achown.lo |
---|
736 | CC boxes.lo |
---|
737 | CC chmod.lo |
---|
738 | CC chown.lo |
---|
739 | CC cmd.lo |
---|
740 | CC command.lo |
---|
741 | CC dir.lo |
---|
742 | CC ext.lo |
---|
743 | CC file.lo |
---|
744 | CC filegui.lo |
---|
745 | CC filenot.lo |
---|
746 | CC fileopctx.lo |
---|
747 | CC find.lo |
---|
748 | CC hotlist.lo |
---|
749 | CC info.lo |
---|
750 | CC layout.lo |
---|
751 | CC midnight.lo |
---|
752 | CC mountlist.lo |
---|
753 | CC panelize.lo |
---|
754 | CC panel.lo |
---|
755 | CC tree.lo |
---|
756 | CC treestore.lo |
---|
757 | CCLD libmcfilemanager.la |
---|
758 | Making all in man2hlp |
---|
759 | make[3]: Nothing to be done for `all'. |
---|
760 | Making all in vfs |
---|
761 | Making all in local |
---|
762 | CC local.lo |
---|
763 | CCLD libvfs-local.la |
---|
764 | Making all in cpio |
---|
765 | CC cpio.lo |
---|
766 | CCLD libvfs-cpio.la |
---|
767 | Making all in extfs |
---|
768 | Making all in helpers |
---|
769 | make[5]: Nothing to be done for `all'. |
---|
770 | CC extfs.lo |
---|
771 | CCLD libvfs-extfs.la |
---|
772 | Making all in fish |
---|
773 | Making all in helpers |
---|
774 | make[5]: Nothing to be done for `all'. |
---|
775 | CC fish.lo |
---|
776 | CCLD libvfs-fish.la |
---|
777 | Making all in ftpfs |
---|
778 | CC ftpfs.lo |
---|
779 | CCLD libvfs-ftpfs.la |
---|
780 | Making all in sftpfs |
---|
781 | CC config_parser.lo |
---|
782 | CC connection.lo |
---|
783 | CC dir.lo |
---|
784 | CC file.lo |
---|
785 | CC init.lo |
---|
786 | CC internal.lo |
---|
787 | CC vfs_class.lo |
---|
788 | CC vfs_subclass.lo |
---|
789 | CCLD libvfs-sftpfs.la |
---|
790 | Making all in sfs |
---|
791 | CC sfs.lo |
---|
792 | CCLD libvfs-sfs.la |
---|
793 | Making all in tar |
---|
794 | CC tar.lo |
---|
795 | CCLD libvfs-tar.la |
---|
796 | CC plugins_init.lo |
---|
797 | CCLD libmc-vfs.la |
---|
798 | Making all in viewer |
---|
799 | CC actions_cmd.lo |
---|
800 | CC ascii.lo |
---|
801 | CC coord_cache.lo |
---|
802 | CC datasource.lo |
---|
803 | CC dialogs.lo |
---|
804 | CC display.lo |
---|
805 | CC growbuf.lo |
---|
806 | CC hex.lo |
---|
807 | CC lib.lo |
---|
808 | CC mcviewer.lo |
---|
809 | CC move.lo |
---|
810 | CC nroff.lo |
---|
811 | CC search.lo |
---|
812 | CCLD libmcviewer.la |
---|
813 | copying selected object files to avoid basename conflicts... |
---|
814 | Making all in editor |
---|
815 | CC bookmark.lo |
---|
816 | CC choosesyntax.lo |
---|
817 | CC edit.lo |
---|
818 | CC editbuffer.lo |
---|
819 | CC editcmd.lo |
---|
820 | CC editcmd_dialogs.lo |
---|
821 | CC editdraw.lo |
---|
822 | CC editmenu.lo |
---|
823 | CC editoptions.lo |
---|
824 | CC editwidget.lo |
---|
825 | CC etags.lo |
---|
826 | CC format.lo |
---|
827 | CC syntax.lo |
---|
828 | CCLD libedit.la |
---|
829 | Making all in diffviewer |
---|
830 | CC search.lo |
---|
831 | CC ydiff.lo |
---|
832 | CCLD libdiffviewer.la |
---|
833 | copying selected object files to avoid basename conflicts... |
---|
834 | Making all in subshell |
---|
835 | CC common.lo |
---|
836 | CC proxyfunc.lo |
---|
837 | CCLD libsubshell.la |
---|
838 | CC main.o |
---|
839 | CC cons.handler.lo |
---|
840 | CC args.lo |
---|
841 | CC clipboard.lo |
---|
842 | CC events_init.lo |
---|
843 | CC execute.lo |
---|
844 | CC help.lo |
---|
845 | CC keybind-defaults.lo |
---|
846 | CC learn.lo |
---|
847 | CC setup.lo |
---|
848 | CC textconf.lo |
---|
849 | CC usermenu.lo |
---|
850 | CC util.lo |
---|
851 | CC selcodepage.lo |
---|
852 | CC background.lo |
---|
853 | CCLD libinternal.la |
---|
854 | copying selected object files to avoid basename conflicts... |
---|
855 | CCLD mc |
---|