Ticket #6791: logfile.2

File logfile.2, 7.6 KB (added by soeren_wonderbra@…, 18 years ago)

gzip compiled by hand (configure and make)

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