comparison nasmbuild/nasm-2.13rc9/confoutput @ 10557:23e8673c32c3

<moonythedwarf> ` cd nasmbuild/nasm-2.13rc9; ./configure > confoutput
author HackBot
date Thu, 30 Mar 2017 21:05:13 +0000
parents
children
comparison
equal deleted inserted replaced
10556:3b3668d71811 10557:23e8673c32c3
1 checking for prefix by checking for nasm... no
2 checking for gcc... gcc
3 checking whether the C compiler works... yes
4 checking for C compiler default output file name... a.out
5 checking for suffix of executables...
6 checking whether we are cross compiling... no
7 checking for suffix of object files... o
8 checking whether we are using the GNU C compiler... yes
9 checking whether gcc accepts -g... yes
10 checking for gcc option to accept ISO C89... none needed
11 checking how to run the C preprocessor... gcc -E
12 checking for grep that handles long lines and -e... /bin/grep
13 checking for egrep... /bin/grep -E
14 checking for ANSI C header files... yes
15 checking for sys/types.h... yes
16 checking for sys/stat.h... yes
17 checking for stdlib.h... yes
18 checking for string.h... yes
19 checking for memory.h... yes
20 checking for strings.h... yes
21 checking for inttypes.h... yes
22 checking for stdint.h... yes
23 checking for unistd.h... yes
24 checking minix/config.h usability... no
25 checking minix/config.h presence... no
26 checking for minix/config.h... no
27 checking whether it is safe to define __EXTENSIONS__... yes
28 checking for special C compiler options needed for large files... no
29 checking for _FILE_OFFSET_BITS value needed for large files... no
30 checking for gcc... (cached) gcc
31 checking whether we are using the GNU C compiler... (cached) yes
32 checking whether gcc accepts -g... (cached) yes
33 checking for gcc option to accept ISO C89... (cached) none needed
34 checking for gcc option to accept ISO C99... -std=gnu99
35 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
36 checking whether ln -s works... yes
37 checking whether make sets $(MAKE)... yes
38 checking for a BSD-compatible install... /usr/bin/install -c
39 checking for suffix of library files... a
40 checking for an ANSI C-conforming const... yes
41 checking for inline... inline
42 checking for C/C++ restrict keyword... __restrict
43 checking for size_t... yes
44 checking whether byte ordering is bigendian... no
45 checking if gcc -std=gnu99 accepts -fwrapv... yes
46 checking if gcc -std=gnu99 accepts -U__STRICT_ANSI__... yes
47 checking if gcc -std=gnu99 accepts -fno-common... yes
48 checking for nroff... nroff
49 checking for asciidoc... no
50 checking for xmlto... no
51 checking for acrodist... no
52 checking for ps2pdf... no
53 checking for pstopdf... no
54 checking for ar... ar
55 checking for ranlib... ranlib
56 checking for strip... strip
57 checking for ANSI C header files... (cached) yes
58 checking for inttypes.h... (cached) yes
59 checking for strings.h... (cached) yes
60 checking for stdbool.h that conforms to C99... yes
61 checking for _Bool... yes
62 checking stdnoreturn.h usability... yes
63 checking stdnoreturn.h presence... yes
64 checking for stdnoreturn.h... yes
65 checking io.h usability... no
66 checking io.h presence... no
67 checking for io.h... no
68 checking fcntl.h usability... yes
69 checking fcntl.h presence... yes
70 checking for fcntl.h... yes
71 checking for unistd.h... (cached) yes
72 checking sys/param.h usability... yes
73 checking sys/param.h presence... yes
74 checking for sys/param.h... yes
75 checking sys/mman.h usability... yes
76 checking sys/mman.h presence... yes
77 checking for sys/mman.h... yes
78 checking for sys/stat.h... (cached) yes
79 checking for sys/types.h... (cached) yes
80 checking for strcasecmp... yes
81 checking for stricmp... no
82 checking for strncasecmp... yes
83 checking for strnicmp... no
84 checking for strsep... yes
85 checking for strnlen... yes
86 checking for getuid... yes
87 checking for getgid... yes
88 checking for realpath... yes
89 checking for canonicalize_file_name...