1 | ./configure |
---|
2 | |
---|
3 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
4 | checking whether build environment is sane... yes |
---|
5 | checking for gawk... gawk |
---|
6 | checking whether make sets ${MAKE}... yes |
---|
7 | checking for gcc... gcc |
---|
8 | checking for C compiler default output... a.out |
---|
9 | checking whether the C compiler works... yes |
---|
10 | checking whether we are cross compiling... no |
---|
11 | checking for suffix of executables... |
---|
12 | checking for suffix of object files... o |
---|
13 | checking whether we are using the GNU C compiler... yes |
---|
14 | checking whether gcc accepts -g... yes |
---|
15 | checking for gcc option to accept ANSI C... none needed |
---|
16 | checking for style of include used by make... GNU |
---|
17 | checking dependency style of gcc... gcc3 |
---|
18 | checking how to run the C preprocessor... gcc -E |
---|
19 | checking whether ln -s works... yes |
---|
20 | checking for a POSIX-compliant shell... /bin/sh |
---|
21 | checking for egrep... grep -E |
---|
22 | checking for AIX... no |
---|
23 | checking for ANSI C header files... yes |
---|
24 | checking for sys/types.h... yes |
---|
25 | checking for sys/stat.h... yes |
---|
26 | checking for stdlib.h... yes |
---|
27 | checking for string.h... yes |
---|
28 | checking for memory.h... yes |
---|
29 | checking for strings.h... yes |
---|
30 | checking for inttypes.h... yes |
---|
31 | checking for stdint.h... yes |
---|
32 | checking for unistd.h... yes |
---|
33 | checking minix/config.h usability... no |
---|
34 | checking minix/config.h presence... no |
---|
35 | checking for minix/config.h... no |
---|
36 | checking for special C compiler options needed for large files... no |
---|
37 | checking for _FILE_OFFSET_BITS value needed for large files... no |
---|
38 | checking for _LARGE_FILES value needed for large files... no |
---|
39 | checking for underline in external names... yes |
---|
40 | checking for assembler... ./configure: line 1: _match.s: Permission denied |
---|
41 | no |
---|
42 | checking for strerror in -lcposix... no |
---|
43 | checking for an ANSI C-conforming const... yes |
---|
44 | checking for ANSI C header files... (cached) yes |
---|
45 | checking fcntl.h usability... yes |
---|
46 | checking fcntl.h presence... yes |
---|
47 | checking for fcntl.h... yes |
---|
48 | checking limits.h usability... yes |
---|
49 | checking limits.h presence... yes |
---|
50 | checking for limits.h... yes |
---|
51 | checking for memory.h... (cached) yes |
---|
52 | checking sys/utime.h usability... no |
---|
53 | checking sys/utime.h presence... no |
---|
54 | checking for sys/utime.h... no |
---|
55 | checking time.h usability... yes |
---|
56 | checking time.h presence... yes |
---|
57 | checking for time.h... yes |
---|
58 | checking utime.h usability... yes |
---|
59 | checking utime.h presence... yes |
---|
60 | checking for utime.h... yes |
---|
61 | checking for lstat... yes |
---|
62 | checking for utime... yes |
---|
63 | checking for rpmatch... no |
---|
64 | checking for dirent.h that defines DIR... yes |
---|
65 | checking for library containing opendir... none required |
---|
66 | checking return type of signal handlers... void |
---|
67 | checking for size_t... yes |
---|
68 | checking for off_t... yes |
---|
69 | checking whether #! works in shell scripts... yes |
---|
70 | checking for prefix by checking for gzip... /usr/bin/gzip |
---|
71 | configure: creating ./config.status |
---|
72 | config.status: creating Makefile |
---|
73 | config.status: creating config.h |
---|
74 | config.status: config.h is unchanged |
---|
75 | config.status: executing depfiles commands |
---|
76 | |
---|
77 | make |
---|
78 | |
---|
79 | make all-am |
---|
80 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT bits.o -MD -MP -MF ".deps/bits.Tpo" \ |
---|
81 | -c -o bits.o `test -f 'bits.c' || echo './'`bits.c; \ |
---|
82 | then mv ".deps/bits.Tpo" ".deps/bits.Po"; \ |
---|
83 | else rm -f ".deps/bits.Tpo"; exit 1; \ |
---|
84 | fi |
---|
85 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT crypt.o -MD -MP -MF ".deps/crypt.Tpo" \ |
---|
86 | -c -o crypt.o `test -f 'crypt.c' || echo './'`crypt.c; \ |
---|
87 | then mv ".deps/crypt.Tpo" ".deps/crypt.Po"; \ |
---|
88 | else rm -f ".deps/crypt.Tpo"; exit 1; \ |
---|
89 | fi |
---|
90 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT deflate.o -MD -MP -MF ".deps/deflate.Tpo" \ |
---|
91 | -c -o deflate.o `test -f 'deflate.c' || echo './'`deflate.c; \ |
---|
92 | then mv ".deps/deflate.Tpo" ".deps/deflate.Po"; \ |
---|
93 | else rm -f ".deps/deflate.Tpo"; exit 1; \ |
---|
94 | fi |
---|
95 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" \ |
---|
96 | -c -o getopt.o `test -f 'getopt.c' || echo './'`getopt.c; \ |
---|
97 | then mv ".deps/getopt.Tpo" ".deps/getopt.Po"; \ |
---|
98 | else rm -f ".deps/getopt.Tpo"; exit 1; \ |
---|
99 | fi |
---|
100 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" \ |
---|
101 | -c -o getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \ |
---|
102 | then mv ".deps/getopt1.Tpo" ".deps/getopt1.Po"; \ |
---|
103 | else rm -f ".deps/getopt1.Tpo"; exit 1; \ |
---|
104 | fi |
---|
105 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT gzip.o -MD -MP -MF ".deps/gzip.Tpo" \ |
---|
106 | -c -o gzip.o `test -f 'gzip.c' || echo './'`gzip.c; \ |
---|
107 | then mv ".deps/gzip.Tpo" ".deps/gzip.Po"; \ |
---|
108 | else rm -f ".deps/gzip.Tpo"; exit 1; \ |
---|
109 | fi |
---|
110 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT inflate.o -MD -MP -MF ".deps/inflate.Tpo" \ |
---|
111 | -c -o inflate.o `test -f 'inflate.c' || echo './'`inflate.c; \ |
---|
112 | then mv ".deps/inflate.Tpo" ".deps/inflate.Po"; \ |
---|
113 | else rm -f ".deps/inflate.Tpo"; exit 1; \ |
---|
114 | fi |
---|
115 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT lzw.o -MD -MP -MF ".deps/lzw.Tpo" \ |
---|
116 | -c -o lzw.o `test -f 'lzw.c' || echo './'`lzw.c; \ |
---|
117 | then mv ".deps/lzw.Tpo" ".deps/lzw.Po"; \ |
---|
118 | else rm -f ".deps/lzw.Tpo"; exit 1; \ |
---|
119 | fi |
---|
120 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT trees.o -MD -MP -MF ".deps/trees.Tpo" \ |
---|
121 | -c -o trees.o `test -f 'trees.c' || echo './'`trees.c; \ |
---|
122 | then mv ".deps/trees.Tpo" ".deps/trees.Po"; \ |
---|
123 | else rm -f ".deps/trees.Tpo"; exit 1; \ |
---|
124 | fi |
---|
125 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT unlzh.o -MD -MP -MF ".deps/unlzh.Tpo" \ |
---|
126 | -c -o unlzh.o `test -f 'unlzh.c' || echo './'`unlzh.c; \ |
---|
127 | then mv ".deps/unlzh.Tpo" ".deps/unlzh.Po"; \ |
---|
128 | else rm -f ".deps/unlzh.Tpo"; exit 1; \ |
---|
129 | fi |
---|
130 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT unlzw.o -MD -MP -MF ".deps/unlzw.Tpo" \ |
---|
131 | -c -o unlzw.o `test -f 'unlzw.c' || echo './'`unlzw.c; \ |
---|
132 | then mv ".deps/unlzw.Tpo" ".deps/unlzw.Po"; \ |
---|
133 | else rm -f ".deps/unlzw.Tpo"; exit 1; \ |
---|
134 | fi |
---|
135 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT unpack.o -MD -MP -MF ".deps/unpack.Tpo" \ |
---|
136 | -c -o unpack.o `test -f 'unpack.c' || echo './'`unpack.c; \ |
---|
137 | then mv ".deps/unpack.Tpo" ".deps/unpack.Po"; \ |
---|
138 | else rm -f ".deps/unpack.Tpo"; exit 1; \ |
---|
139 | fi |
---|
140 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT unzip.o -MD -MP -MF ".deps/unzip.Tpo" \ |
---|
141 | -c -o unzip.o `test -f 'unzip.c' || echo './'`unzip.c; \ |
---|
142 | then mv ".deps/unzip.Tpo" ".deps/unzip.Po"; \ |
---|
143 | else rm -f ".deps/unzip.Tpo"; exit 1; \ |
---|
144 | fi |
---|
145 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT util.o -MD -MP -MF ".deps/util.Tpo" \ |
---|
146 | -c -o util.o `test -f 'util.c' || echo './'`util.c; \ |
---|
147 | then mv ".deps/util.Tpo" ".deps/util.Po"; \ |
---|
148 | else rm -f ".deps/util.Tpo"; exit 1; \ |
---|
149 | fi |
---|
150 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT yesno.o -MD -MP -MF ".deps/yesno.Tpo" \ |
---|
151 | -c -o yesno.o `test -f 'yesno.c' || echo './'`yesno.c; \ |
---|
152 | then mv ".deps/yesno.Tpo" ".deps/yesno.Po"; \ |
---|
153 | else rm -f ".deps/yesno.Tpo"; exit 1; \ |
---|
154 | fi |
---|
155 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT zip.o -MD -MP -MF ".deps/zip.Tpo" \ |
---|
156 | -c -o zip.o `test -f 'zip.c' || echo './'`zip.c; \ |
---|
157 | then mv ".deps/zip.Tpo" ".deps/zip.Po"; \ |
---|
158 | else rm -f ".deps/zip.Tpo"; exit 1; \ |
---|
159 | fi |
---|
160 | if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT rpmatch.o -MD -MP -MF ".deps/rpmatch.Tpo" \ |
---|
161 | -c -o rpmatch.o `test -f 'rpmatch.c' || echo './'`rpmatch.c; \ |
---|
162 | then mv ".deps/rpmatch.Tpo" ".deps/rpmatch.Po"; \ |
---|
163 | else rm -f ".deps/rpmatch.Tpo"; exit 1; \ |
---|
164 | fi |
---|
165 | gcc -g -O2 -o gzip bits.o crypt.o deflate.o getopt.o getopt1.o gzip.o inflate.o lzw.o trees.o unlzh.o unlzw.o unpack.o unzip.o util.o yesno.o zip.o rpmatch.o |
---|
166 | sed \ |
---|
167 | -e '1d' \ |
---|
168 | -e 's|/bin/sh|/bin/sh|g' \ |
---|
169 | -e 's|BINDIR|/usr/bin|g' \ |
---|
170 | ./gzexe.in >gzexe |
---|
171 | chmod a+x gzexe |
---|
172 | sed \ |
---|
173 | -e '1d' \ |
---|
174 | -e 's|/bin/sh|/bin/sh|g' \ |
---|
175 | -e 's|BINDIR|/usr/bin|g' \ |
---|
176 | ./zdiff.in >zdiff |
---|
177 | chmod a+x zdiff |
---|
178 | sed \ |
---|
179 | -e '1d' \ |
---|
180 | -e 's|/bin/sh|/bin/sh|g' \ |
---|
181 | -e 's|BINDIR|/usr/bin|g' \ |
---|
182 | ./zgrep.in >zgrep |
---|
183 | chmod a+x zgrep |
---|
184 | sed \ |
---|
185 | -e '1d' \ |
---|
186 | -e 's|/bin/sh|/bin/sh|g' \ |
---|
187 | -e 's|BINDIR|/usr/bin|g' \ |
---|
188 | ./zforce.in >zforce |
---|
189 | chmod a+x zforce |
---|
190 | sed \ |
---|
191 | -e '1d' \ |
---|
192 | -e 's|/bin/sh|/bin/sh|g' \ |
---|
193 | -e 's|BINDIR|/usr/bin|g' \ |
---|
194 | ./zless.in >zless |
---|
195 | chmod a+x zless |
---|
196 | sed \ |
---|
197 | -e '1d' \ |
---|
198 | -e 's|/bin/sh|/bin/sh|g' \ |
---|
199 | -e 's|BINDIR|/usr/bin|g' \ |
---|
200 | ./zmore.in >zmore |
---|
201 | chmod a+x zmore |
---|
202 | sed \ |
---|
203 | -e '1d' \ |
---|
204 | -e 's|/bin/sh|/bin/sh|g' \ |
---|
205 | -e 's|BINDIR|/usr/bin|g' \ |
---|
206 | ./znew.in >znew |
---|
207 | chmod a+x znew |
---|