root/cdat/trunk/logs/samples/DODS.LOG

Revision 2948, 136.0 kB (checked in by doutriau, 4 years ago)

new log files
new source for netcdf
new exsrc : ioapi

Line 
1 untarring DODS
2 Installation of DODS to /usr/local/cdat/4.0
3 checking the DODS root directory... /work/Me/exsrc/build/DODS
4 checking the distribution version... 3.4.2
5 checking the DAP version... 3.4.7
6 checking build system type... i686-pc-linux-gnu
7 checking host system type... i686-pc-linux-gnu
8 checking whether make sets ${MAKE}... yes
9 checking for perl... /usr/bin/perl
10 Found perl version 5.8.0.
11 checking version... 3.4.2
12 configure: creating ./config.status
13 config.status: creating Makefile
14 config.status: creating etc/nph-dods
15 config.status: executing default commands
16 (cd src/packages* && \
17  ./configure && \
18  make  World)
19 checking for the DODS root pathanme... /work/Me/exsrc/build/DODS (../../)
20 checking version... 3.4.3
21 checking for gtar... gtar
22 Found Gnu tar version 1.13.25.
23 checking build system type... i686-pc-linux-gnu
24 checking host system type... i686-pc-linux-gnu
25 checking whether make sets ${MAKE}... yes
26 checking for gawk... gawk
27 configure: creating ./config.status
28 config.status: creating Makefile
29 make[1]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3'
30 cd libz && prefix=/work/Me/exsrc/build/DODS ./configure && \
31 touch stamp-libz
32 Checking for gcc...
33 Building static library libz.a version 1.1.4 with gcc.
34 Checking for unistd.h... Yes.
35 Checking for errno.h...  Yes.
36 Checking for mmap support... Yes.
37 make -C libz -w libz.a
38 make[2]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libz'
39 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o adler32.o adler32.c
40 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o compress.o compress.c
41 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o crc32.o crc32.c
42 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o gzio.o gzio.c
43 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o uncompr.o uncompr.c
44 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o deflate.o deflate.c
45 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o trees.o trees.c
46 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o zutil.o zutil.c
47 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o inflate.o inflate.c
48 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o infblock.o infblock.c
49 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o inftrees.o inftrees.c
50 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o infcodes.o infcodes.c
51 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o infutil.o infutil.c
52 gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o inffast.o inffast.c
53 ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o
54 make[2]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libz'
55 mkdir -p /work/Me/exsrc/build/DODS/bin /work/Me/exsrc/build/DODS/lib /work/Me/exsrc/build/DODS/include
56 cd libz && cp libz.a /work/Me/exsrc/build/DODS/lib \
57    && cp zconf.h zlib.h /work/Me/exsrc/build/DODS/include;
58 cd librx && ./configure --prefix=/work/Me/exsrc/build/DODS;
59 creating cache ./config.cache
60 checking for gcc... gcc
61 checking whether the C compiler (gcc  ) works... yes
62 checking whether the C compiler (gcc  ) is a cross-compiler... no
63 checking whether we are using GNU C... yes
64 checking whether gcc accepts -g... yes
65 checking how to run the C preprocessor... gcc -E
66 checking for ranlib... ranlib
67 checking for a BSD compatible install... /usr/bin/install -c
68 checking for ANSI C header files... yes
69 checking for string.h... yes
70 checking host system type... i686-pc-linux-gnu
71 checking target system type... i686-pc-linux-gnu
72 checking build system type... i686-pc-linux-gnu
73 checking for target makefile fragment... none
74 updating cache ./config.cache
75 creating ./config.status
76 creating Makefile
77 make -C librx -w
78 make[2]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/librx'
79 if [ x"" = xyes ] && [ ! -d pic ]; then \
80   mkdir pic; \
81 else true; fi
82 touch stamp-picdir
83 if [ x"" = xyes ]; then \
84   gcc -c -g  -DHAVE_ALLOCA=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1  -I.  rx.c -o pic/rx.o; \
85 else true; fi
86 gcc -c -g  -DHAVE_ALLOCA=1 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1  -I. rx.c
87 rm -f librx.a
88 ar rc librx.a rx.o
89 ranlib librx.a
90 make[2]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/librx'
91 mkdir -p /work/Me/exsrc/build/DODS/bin /work/Me/exsrc/build/DODS/lib /work/Me/exsrc/build/DODS/include
92 cd librx && make -w install
93 make[2]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/librx'
94 /usr/bin/install -c -m 644 librx.a /work/Me/exsrc/build/DODS/lib/librx.a
95 ranlib /work/Me/exsrc/build/DODS/lib/librx.a
96 /usr/bin/install -c -m 644 ./rx.h /work/Me/exsrc/build/DODS/include/rx.h
97 make[2]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/librx'
98 cd libcurl && ./configure --prefix=/work/Me/exsrc/build/DODS --disable-shared;
99 checking whether to enable maintainer-specific portions of Makefiles... no
100 checking for sed... /bin/sed
101 checking for a BSD-compatible install... /usr/bin/install -c
102 checking whether build environment is sane... yes
103 checking for gawk... gawk
104 checking whether make sets $(MAKE)... yes
105 checking curl version... 7.10.6-pre4
106 checking build system type... i686-pc-linux-gnu
107 checking host system type... i686-pc-linux-gnu
108 checking for style of include used by make... GNU
109 checking for gcc... gcc
110 checking for C compiler default output... a.out
111 checking whether the C compiler works... yes
112 checking whether we are cross compiling... no
113 checking for suffix of executables...
114 checking for suffix of object files... o
115 checking whether we are using the GNU C compiler... yes
116 checking whether gcc accepts -g... yes
117 checking for gcc option to accept ANSI C... none needed
118 checking dependency style of gcc... gcc3
119 checking how to run the C preprocessor... gcc -E
120 checking for egrep... grep -E
121 checking for AIX... no
122 checking for gcc... (cached) gcc
123 checking whether we are using the GNU C compiler... (cached) yes
124 checking whether gcc accepts -g... (cached) yes
125 checking for gcc option to accept ANSI C... (cached) none needed
126 checking dependency style of gcc... (cached) gcc3
127 checking for special C compiler options needed for large files... no
128 checking for _FILE_OFFSET_BITS value needed for large files... 64
129 checking for _LARGE_FILES value needed for large files... no
130 checking for a sed that does not truncate output... /bin/sed
131 checking for ld used by gcc... /usr/bin/ld
132 checking if the linker (/usr/bin/ld) is GNU ld... yes
133 checking for /usr/bin/ld option to reload object files... -r
134 checking for BSD-compatible nm... /usr/bin/nm -B
135 checking whether ln -s works... yes
136 checking how to recognise dependent libraries... pass_all
137 checking for ANSI C header files... yes
138 checking for sys/types.h... yes
139 checking for sys/stat.h... yes
140 checking for stdlib.h... yes
141 checking for string.h... yes
142 checking for memory.h... yes
143 checking for strings.h... yes
144 checking for inttypes.h... yes
145 checking for stdint.h... yes
146 checking for unistd.h... yes
147 checking dlfcn.h usability... yes
148 checking dlfcn.h presence... yes
149 checking for dlfcn.h... yes
150 checking for g++... g++
151 checking whether we are using the GNU C++ compiler... yes
152 checking whether g++ accepts -g... yes
153 checking dependency style of g++... gcc3
154 checking how to run the C++ preprocessor... g++ -E
155 checking for g77... g77
156 checking whether we are using the GNU Fortran 77 compiler... yes
157 checking whether g77 accepts -g... yes
158 checking the maximum length of command line arguments... 32768
159 checking command to parse /usr/bin/nm -B output from gcc object... ok
160 checking for objdir... .libs
161 checking for ar... ar
162 checking for ranlib... ranlib
163 checking for strip... strip
164 checking if gcc static flag  works... yes
165 checking if gcc supports -fno-rtti -fno-exceptions... yes
166 checking for gcc option to produce PIC... -fPIC
167 checking if gcc PIC flag -fPIC works... yes
168 checking if gcc supports -c -o file.o... yes
169 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
170 checking how to hardcode library paths into programs... immediate
171 checking whether stripping libraries is possible... yes
172 checking dynamic linker characteristics... GNU/Linux ld.so
173 checking if libtool supports shared libraries... yes
174 checking whether to build shared libraries... no
175 checking whether to build static libraries... yes
176 configure: creating libtool
177 appending configuration tag "CXX" to libtool
178 checking for ld used by g++... /usr/bin/ld
179 checking if the linker (/usr/bin/ld) is GNU ld... yes
180 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
181 checking for g++ option to produce PIC... -fPIC
182 checking if g++ PIC flag -fPIC works... yes
183 checking if g++ supports -c -o file.o... yes
184 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
185 checking how to hardcode library paths into programs... immediate
186 checking whether stripping libraries is possible... yes
187 checking dynamic linker characteristics... GNU/Linux ld.so
188 appending configuration tag "F77" to libtool
189 checking if libtool supports shared libraries... yes
190 checking whether to build shared libraries... no
191 checking whether to build static libraries... yes
192 checking for g77 option to produce PIC... -fPIC
193 checking if g77 PIC flag -fPIC works... yes
194 checking if g77 supports -c -o file.o... yes
195 checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
196 checking how to hardcode library paths into programs... immediate
197 checking whether stripping libraries is possible... yes
198 checking dynamic linker characteristics... GNU/Linux ld.so
199 checking whether make sets $(MAKE)... (cached) yes
200 checking whether to support http... yes
201 checking whether to support ftp... yes
202 checking whether to support gopher... yes
203 checking whether to support file... yes
204 checking whether to support ldap... yes
205 checking whether to support dict... yes
206 checking whether to support telnet... yes
207 checking whether to enable ipv6... no
208 checking for gethostbyname... yes
209 checking for strcasecmp... yes
210 checking for connect... yes
211 checking for dlclose... no
212 checking for dlopen in -ldl... yes
213 checking whether to use libgcc... no
214 checking non-blocking sockets style... O_NONBLOCK
215 checking for "/dev/urandom"... yes
216 checking if argv can be written to... yes
217 checking if Kerberos4 support is requested... no
218 checking if GSSAPI support is requested... no
219 checking for pkg-config... /usr/bin/pkg-config
220 checking for OpenSSL options using pkg-config... yes
221 checking for CRYPTO_lock in -lcrypto... yes
222 checking for CRYPTO_add_lock in -lcrypto... yes
223 checking for SSL_connect in -lssl... yes
224 checking openssl/x509.h usability... yes
225 checking openssl/x509.h presence... yes
226 checking for openssl/x509.h... yes
227 checking openssl/rsa.h usability... yes
228 checking openssl/rsa.h presence... yes
229 checking for openssl/rsa.h... yes
230 checking openssl/crypto.h usability... yes
231 checking openssl/crypto.h presence... yes
232 checking for openssl/crypto.h... yes
233 checking openssl/pem.h usability... yes
234 checking openssl/pem.h presence... yes
235 checking for openssl/pem.h... yes
236 checking openssl/ssl.h usability... yes
237 checking openssl/ssl.h presence... yes
238 checking for openssl/ssl.h... yes
239 checking openssl/err.h usability... yes
240 checking openssl/err.h presence... yes
241 checking for openssl/err.h... yes
242 checking for ENGINE_init... yes
243 checking openssl/engine.h usability... yes
244 checking openssl/engine.h presence... yes
245 checking for openssl/engine.h... yes
246 checking for RAND_status... yes
247 checking for RAND_screen... no
248 checking for RAND_egd... yes
249 checking for inflateEnd in -lz... yes
250 checking zlib.h usability... yes
251 checking zlib.h presence... yes
252 checking for zlib.h... yes
253 checking for gzread in -lz... yes
254 checking AIX 4.3 or later... no
255 checking for gethostbyname_r... yes
256 checking if gethostbyname_r takes 3 arguments... no
257 checking if gethostbyname_r with -D_REENTRANT takes 3 arguments... no
258 checking if gethostbyname_r takes 5 arguments... no
259 checking if gethostbyname_r takes 6 arguments... yes
260 checking for gethostbyaddr_r... yes
261 checking if gethostbyaddr_r takes 5 arguments... no
262 checking if gethostbyaddr_r with -D_REENTRANT takes 5 arguments... no
263 checking if gethostbyaddr_r takes 7 arguments... no
264 checking if gethostbyaddr_r takes 8 arguments... yes
265 checking for inet_ntoa_r... no
266 checking for localtime_r... yes
267 checking whether localtime_r is declared... yes
268 checking for gmtime_r... yes
269 checking for ANSI C header files... (cached) yes
270 checking for sys/types.h... (cached) yes
271 checking for sys/time.h... yes
272 checking for sys/select.h... yes
273 checking for sys/socket.h... yes
274 checking for unistd.h... (cached) yes
275 checking for malloc.h... yes
276 checking for stdlib.h... (cached) yes
277 checking for arpa/inet.h... yes
278 checking for net/if.h... yes
279 checking for netinet/in.h... yes
280 checking for netdb.h... yes
281 checking for sys/sockio.h... no
282 checking for sys/stat.h... (cached) yes
283 checking for sys/param.h... yes
284 checking for termios.h... yes
285 checking for termio.h... yes
286 checking for sgtty.h... yes
287 checking for fcntl.h... yes
288 checking for dlfcn.h... (cached) yes
289 checking for alloca.h... yes
290 checking for winsock.h... no
291 checking for time.h... yes
292 checking for io.h... no
293 checking for pwd.h... yes
294 checking for utime.h... yes
295 checking for sys/utime.h... no
296 checking for sys/poll.h... yes
297 checking for setjmp.h... yes
298 checking for an ANSI C-conforming const... yes
299 checking for size_t... yes
300 checking whether time.h and sys/time.h may both be included... yes
301 checking for ssize_t... yes
302 checking for socklen_t... yes
303 checking for in_addr_t... yes
304 checking for sys/select.h... (cached) yes
305 checking for sys/socket.h... (cached) yes
306 checking types of arguments for select... int,fd_set *,struct timeval *
307 checking return type of signal handlers... void
308 checking for socket... yes
309 checking for select... yes
310 checking for strdup... yes
311 checking for strstr... yes
312 checking for strtok_r... yes
313 checking for strftime... yes
314 checking for uname... yes
315 checking for strcasecmp... (cached) yes
316 checking for stricmp... no
317 checking deeper for stricmp... but still no
318 checking for strcmpi... no
319 checking deeper for strcmpi... but still no
320 checking for gethostbyaddr... yes
321 checking for gettimeofday... yes
322 checking for inet_addr... yes
323 checking for inet_ntoa... yes
324 checking for tcsetattr... yes
325 checking for tcgetattr... yes
326 checking for perror... yes
327 checking for closesocket... no
328 checking deeper for closesocket... but still no
329 checking for sigaction... yes
330 checking for signal... yes
331 checking for getpass_r... no
332 checking deeper for getpass_r... but still no
333 checking for strlcat... no
334 checking deeper for strlcat... but still no
335 checking for getpwuid... yes
336 checking for geteuid... yes
337 checking for dlopen... yes
338 checking for utime... yes
339 checking for sigsetjmp... no
340 checking deeper for sigsetjmp... but still no
341 checking for poll... yes
342 checking for sigsetjmp defined as macro... yes
343 checking for perl... /usr/bin/perl
344 checking for gnroff... /usr/bin/gnroff
345 checking CA cert bundle install path... ${prefix}/share/curl/curl-ca-bundle.crt
346 checking for bison... bison -y
347 checking whether to enable debug options... no
348 configure: creating ./config.status
349 config.status: creating Makefile
350 config.status: creating docs/Makefile
351 config.status: creating docs/examples/Makefile
352 config.status: creating docs/libcurl/Makefile
353 config.status: creating include/Makefile
354 config.status: creating include/curl/Makefile
355 config.status: creating src/Makefile
356 config.status: creating lib/Makefile
357 config.status: creating tests/Makefile
358 config.status: creating tests/data/Makefile
359 config.status: creating tests/server/Makefile
360 config.status: creating tests/libtest/Makefile
361 config.status: creating packages/Makefile
362 config.status: creating packages/Win32/Makefile
363 config.status: creating packages/Win32/cygwin/Makefile
364 config.status: creating packages/Linux/Makefile
365 config.status: creating packages/Linux/RPM/Makefile
366 config.status: creating packages/Linux/RPM/curl.spec
367 config.status: creating packages/Linux/RPM/curl-ssl.spec
368 config.status: creating packages/Solaris/Makefile
369 config.status: creating packages/DOS/Makefile
370 config.status: creating packages/EPM/curl.list
371 config.status: creating packages/EPM/Makefile
372 config.status: creating curl-config
373 config.status: creating lib/config.h
374 config.status: lib/config.h is unchanged
375 config.status: creating src/config.h
376 config.status: src/config.h is unchanged
377 config.status: creating tests/server/config.h
378 config.status: tests/server/config.h is unchanged
379 config.status: executing depfiles commands
380 cd libcurl && make -w
381 make[2]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
382 Making all in lib
383 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/lib'
384 cd . && \
385 echo "/* The file is generated automaticly */" > ca-bundle.h
386 echo '#define CURL_CA_BUNDLE "/work/Me/exsrc/build/DODS/share/curl/curl-ca-bundle.crt"' >> ca-bundle.h
387 make  all-am
388 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/lib'
389 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT file.lo -MD -MP -MF ".deps/file.Tpo" \
390   -c -o file.lo `test -f 'file.c' || echo './'`file.c; \
391 then mv ".deps/file.Tpo" ".deps/file.Plo"; \
392 else rm -f ".deps/file.Tpo"; exit 1; \
393 fi
394  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -o file.o
395 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT timeval.lo -MD -MP -MF ".deps/timeval.Tpo" \
396   -c -o timeval.lo `test -f 'timeval.c' || echo './'`timeval.c; \
397 then mv ".deps/timeval.Tpo" ".deps/timeval.Plo"; \
398 else rm -f ".deps/timeval.Tpo"; exit 1; \
399 fi
400  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT timeval.lo -MD -MP -MF .deps/timeval.Tpo -c timeval.c -o timeval.o
401 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT base64.lo -MD -MP -MF ".deps/base64.Tpo" \
402   -c -o base64.lo `test -f 'base64.c' || echo './'`base64.c; \
403 then mv ".deps/base64.Tpo" ".deps/base64.Plo"; \
404 else rm -f ".deps/base64.Tpo"; exit 1; \
405 fi
406  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -o base64.o
407 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT hostip.lo -MD -MP -MF ".deps/hostip.Tpo" \
408   -c -o hostip.lo `test -f 'hostip.c' || echo './'`hostip.c; \
409 then mv ".deps/hostip.Tpo" ".deps/hostip.Plo"; \
410 else rm -f ".deps/hostip.Tpo"; exit 1; \
411 fi
412  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c hostip.c -o hostip.o
413 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT progress.lo -MD -MP -MF ".deps/progress.Tpo" \
414   -c -o progress.lo `test -f 'progress.c' || echo './'`progress.c; \
415 then mv ".deps/progress.Tpo" ".deps/progress.Plo"; \
416 else rm -f ".deps/progress.Tpo"; exit 1; \
417 fi
418  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c progress.c -o progress.o
419 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT formdata.lo -MD -MP -MF ".deps/formdata.Tpo" \
420   -c -o formdata.lo `test -f 'formdata.c' || echo './'`formdata.c; \
421 then mv ".deps/formdata.Tpo" ".deps/formdata.Plo"; \
422 else rm -f ".deps/formdata.Tpo"; exit 1; \
423 fi
424  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT formdata.lo -MD -MP -MF .deps/formdata.Tpo -c formdata.c -o formdata.o
425 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT cookie.lo -MD -MP -MF ".deps/cookie.Tpo" \
426   -c -o cookie.lo `test -f 'cookie.c' || echo './'`cookie.c; \
427 then mv ".deps/cookie.Tpo" ".deps/cookie.Plo"; \
428 else rm -f ".deps/cookie.Tpo"; exit 1; \
429 fi
430  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c -o cookie.o
431 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT http.lo -MD -MP -MF ".deps/http.Tpo" \
432   -c -o http.lo `test -f 'http.c' || echo './'`http.c; \
433 then mv ".deps/http.Tpo" ".deps/http.Plo"; \
434 else rm -f ".deps/http.Tpo"; exit 1; \
435 fi
436  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -o http.o
437 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT sendf.lo -MD -MP -MF ".deps/sendf.Tpo" \
438   -c -o sendf.lo `test -f 'sendf.c' || echo './'`sendf.c; \
439 then mv ".deps/sendf.Tpo" ".deps/sendf.Plo"; \
440 else rm -f ".deps/sendf.Tpo"; exit 1; \
441 fi
442  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT sendf.lo -MD -MP -MF .deps/sendf.Tpo -c sendf.c -o sendf.o
443 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT ftp.lo -MD -MP -MF ".deps/ftp.Tpo" \
444   -c -o ftp.lo `test -f 'ftp.c' || echo './'`ftp.c; \
445 then mv ".deps/ftp.Tpo" ".deps/ftp.Plo"; \
446 else rm -f ".deps/ftp.Tpo"; exit 1; \
447 fi
448  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.c -o ftp.o
449 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT url.lo -MD -MP -MF ".deps/url.Tpo" \
450   -c -o url.lo `test -f 'url.c' || echo './'`url.c; \
451 then mv ".deps/url.Tpo" ".deps/url.Plo"; \
452 else rm -f ".deps/url.Tpo"; exit 1; \
453 fi
454  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c -o url.o
455 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT dict.lo -MD -MP -MF ".deps/dict.Tpo" \
456   -c -o dict.lo `test -f 'dict.c' || echo './'`dict.c; \
457 then mv ".deps/dict.Tpo" ".deps/dict.Plo"; \
458 else rm -f ".deps/dict.Tpo"; exit 1; \
459 fi
460  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -o dict.o
461 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT if2ip.lo -MD -MP -MF ".deps/if2ip.Tpo" \
462   -c -o if2ip.lo `test -f 'if2ip.c' || echo './'`if2ip.c; \
463 then mv ".deps/if2ip.Tpo" ".deps/if2ip.Plo"; \
464 else rm -f ".deps/if2ip.Tpo"; exit 1; \
465 fi
466  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT if2ip.lo -MD -MP -MF .deps/if2ip.Tpo -c if2ip.c -o if2ip.o
467 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT speedcheck.lo -MD -MP -MF ".deps/speedcheck.Tpo" \
468   -c -o speedcheck.lo `test -f 'speedcheck.c' || echo './'`speedcheck.c; \
469 then mv ".deps/speedcheck.Tpo" ".deps/speedcheck.Plo"; \
470 else rm -f ".deps/speedcheck.Tpo"; exit 1; \
471 fi
472  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT speedcheck.lo -MD -MP -MF .deps/speedcheck.Tpo -c speedcheck.c -o speedcheck.o
473 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT getdate.lo -MD -MP -MF ".deps/getdate.Tpo" \
474   -c -o getdate.lo `test -f 'getdate.c' || echo './'`getdate.c; \
475 then mv ".deps/getdate.Tpo" ".deps/getdate.Plo"; \
476 else rm -f ".deps/getdate.Tpo"; exit 1; \
477 fi
478  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT getdate.lo -MD -MP -MF .deps/getdate.Tpo -c getdate.c -o getdate.o
479 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT ldap.lo -MD -MP -MF ".deps/ldap.Tpo" \
480   -c -o ldap.lo `test -f 'ldap.c' || echo './'`ldap.c; \
481 then mv ".deps/ldap.Tpo" ".deps/ldap.Plo"; \
482 else rm -f ".deps/ldap.Tpo"; exit 1; \
483 fi
484  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.c -o ldap.o
485 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT ssluse.lo -MD -MP -MF ".deps/ssluse.Tpo" \
486   -c -o ssluse.lo `test -f 'ssluse.c' || echo './'`ssluse.c; \
487 then mv ".deps/ssluse.Tpo" ".deps/ssluse.Plo"; \
488 else rm -f ".deps/ssluse.Tpo"; exit 1; \
489 fi
490  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT ssluse.lo -MD -MP -MF .deps/ssluse.Tpo -c ssluse.c -o ssluse.o
491 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT version.lo -MD -MP -MF ".deps/version.Tpo" \
492   -c -o version.lo `test -f 'version.c' || echo './'`version.c; \
493 then mv ".deps/version.Tpo" ".deps/version.Plo"; \
494 else rm -f ".deps/version.Tpo"; exit 1; \
495 fi
496  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o
497 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT getenv.lo -MD -MP -MF ".deps/getenv.Tpo" \
498   -c -o getenv.lo `test -f 'getenv.c' || echo './'`getenv.c; \
499 then mv ".deps/getenv.Tpo" ".deps/getenv.Plo"; \
500 else rm -f ".deps/getenv.Tpo"; exit 1; \
501 fi
502  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT getenv.lo -MD -MP -MF .deps/getenv.Tpo -c getenv.c -o getenv.o
503 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT escape.lo -MD -MP -MF ".deps/escape.Tpo" \
504   -c -o escape.lo `test -f 'escape.c' || echo './'`escape.c; \
505 then mv ".deps/escape.Tpo" ".deps/escape.Plo"; \
506 else rm -f ".deps/escape.Tpo"; exit 1; \
507 fi
508  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT escape.lo -MD -MP -MF .deps/escape.Tpo -c escape.c -o escape.o
509 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT mprintf.lo -MD -MP -MF ".deps/mprintf.Tpo" \
510   -c -o mprintf.lo `test -f 'mprintf.c' || echo './'`mprintf.c; \
511 then mv ".deps/mprintf.Tpo" ".deps/mprintf.Plo"; \
512 else rm -f ".deps/mprintf.Tpo"; exit 1; \
513 fi
514  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT mprintf.lo -MD -MP -MF .deps/mprintf.Tpo -c mprintf.c -o mprintf.o
515 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT telnet.lo -MD -MP -MF ".deps/telnet.Tpo" \
516   -c -o telnet.lo `test -f 'telnet.c' || echo './'`telnet.c; \
517 then mv ".deps/telnet.Tpo" ".deps/telnet.Plo"; \
518 else rm -f ".deps/telnet.Tpo"; exit 1; \
519 fi
520  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT telnet.lo -MD -MP -MF .deps/telnet.Tpo -c telnet.c -o telnet.o
521 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT getpass.lo -MD -MP -MF ".deps/getpass.Tpo" \
522   -c -o getpass.lo `test -f 'getpass.c' || echo './'`getpass.c; \
523 then mv ".deps/getpass.Tpo" ".deps/getpass.Plo"; \
524 else rm -f ".deps/getpass.Tpo"; exit 1; \
525 fi
526  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT getpass.lo -MD -MP -MF .deps/getpass.Tpo -c getpass.c -o getpass.o
527 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT netrc.lo -MD -MP -MF ".deps/netrc.Tpo" \
528   -c -o netrc.lo `test -f 'netrc.c' || echo './'`netrc.c; \
529 then mv ".deps/netrc.Tpo" ".deps/netrc.Plo"; \
530 else rm -f ".deps/netrc.Tpo"; exit 1; \
531 fi
532  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT netrc.lo -MD -MP -MF .deps/netrc.Tpo -c netrc.c -o netrc.o
533 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT getinfo.lo -MD -MP -MF ".deps/getinfo.Tpo" \
534   -c -o getinfo.lo `test -f 'getinfo.c' || echo './'`getinfo.c; \
535 then mv ".deps/getinfo.Tpo" ".deps/getinfo.Plo"; \
536 else rm -f ".deps/getinfo.Tpo"; exit 1; \
537 fi
538  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT getinfo.lo -MD -MP -MF .deps/getinfo.Tpo -c getinfo.c -o getinfo.o
539 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT transfer.lo -MD -MP -MF ".deps/transfer.Tpo" \
540   -c -o transfer.lo `test -f 'transfer.c' || echo './'`transfer.c; \
541 then mv ".deps/transfer.Tpo" ".deps/transfer.Plo"; \
542 else rm -f ".deps/transfer.Tpo"; exit 1; \
543 fi
544  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c transfer.c -o transfer.o
545 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT strequal.lo -MD -MP -MF ".deps/strequal.Tpo" \
546   -c -o strequal.lo `test -f 'strequal.c' || echo './'`strequal.c; \
547 then mv ".deps/strequal.Tpo" ".deps/strequal.Plo"; \
548 else rm -f ".deps/strequal.Tpo"; exit 1; \
549 fi
550  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT strequal.lo -MD -MP -MF .deps/strequal.Tpo -c strequal.c -o strequal.o
551 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT easy.lo -MD -MP -MF ".deps/easy.Tpo" \
552   -c -o easy.lo `test -f 'easy.c' || echo './'`easy.c; \
553 then mv ".deps/easy.Tpo" ".deps/easy.Plo"; \
554 else rm -f ".deps/easy.Tpo"; exit 1; \
555 fi
556  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT easy.lo -MD -MP -MF .deps/easy.Tpo -c easy.c -o easy.o
557 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT security.lo -MD -MP -MF ".deps/security.Tpo" \
558   -c -o security.lo `test -f 'security.c' || echo './'`security.c; \
559 then mv ".deps/security.Tpo" ".deps/security.Plo"; \
560 else rm -f ".deps/security.Tpo"; exit 1; \
561 fi
562  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c -o security.o
563 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT krb4.lo -MD -MP -MF ".deps/krb4.Tpo" \
564   -c -o krb4.lo `test -f 'krb4.c' || echo './'`krb4.c; \
565 then mv ".deps/krb4.Tpo" ".deps/krb4.Plo"; \
566 else rm -f ".deps/krb4.Tpo"; exit 1; \
567 fi
568  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT krb4.lo -MD -MP -MF .deps/krb4.Tpo -c krb4.c -o krb4.o
569 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT memdebug.lo -MD -MP -MF ".deps/memdebug.Tpo" \
570   -c -o memdebug.lo `test -f 'memdebug.c' || echo './'`memdebug.c; \
571 then mv ".deps/memdebug.Tpo" ".deps/memdebug.Plo"; \
572 else rm -f ".deps/memdebug.Tpo"; exit 1; \
573 fi
574  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT memdebug.lo -MD -MP -MF .deps/memdebug.Tpo -c memdebug.c -o memdebug.o
575 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT http_chunks.lo -MD -MP -MF ".deps/http_chunks.Tpo" \
576   -c -o http_chunks.lo `test -f 'http_chunks.c' || echo './'`http_chunks.c; \
577 then mv ".deps/http_chunks.Tpo" ".deps/http_chunks.Plo"; \
578 else rm -f ".deps/http_chunks.Tpo"; exit 1; \
579 fi
580  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT http_chunks.lo -MD -MP -MF .deps/http_chunks.Tpo -c http_chunks.c -o http_chunks.o
581 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT strtok.lo -MD -MP -MF ".deps/strtok.Tpo" \
582   -c -o strtok.lo `test -f 'strtok.c' || echo './'`strtok.c; \
583 then mv ".deps/strtok.Tpo" ".deps/strtok.Plo"; \
584 else rm -f ".deps/strtok.Tpo"; exit 1; \
585 fi
586  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT strtok.lo -MD -MP -MF .deps/strtok.Tpo -c strtok.c -o strtok.o
587 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT connect.lo -MD -MP -MF ".deps/connect.Tpo" \
588   -c -o connect.lo `test -f 'connect.c' || echo './'`connect.c; \
589 then mv ".deps/connect.Tpo" ".deps/connect.Plo"; \
590 else rm -f ".deps/connect.Tpo"; exit 1; \
591 fi
592  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c -o connect.o
593 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT llist.lo -MD -MP -MF ".deps/llist.Tpo" \
594   -c -o llist.lo `test -f 'llist.c' || echo './'`llist.c; \
595 then mv ".deps/llist.Tpo" ".deps/llist.Plo"; \
596 else rm -f ".deps/llist.Tpo"; exit 1; \
597 fi
598  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT llist.lo -MD -MP -MF .deps/llist.Tpo -c llist.c -o llist.o
599 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT hash.lo -MD -MP -MF ".deps/hash.Tpo" \
600   -c -o hash.lo `test -f 'hash.c' || echo './'`hash.c; \
601 then mv ".deps/hash.Tpo" ".deps/hash.Plo"; \
602 else rm -f ".deps/hash.Tpo"; exit 1; \
603 fi
604  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o
605 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT multi.lo -MD -MP -MF ".deps/multi.Tpo" \
606   -c -o multi.lo `test -f 'multi.c' || echo './'`multi.c; \
607 then mv ".deps/multi.Tpo" ".deps/multi.Plo"; \
608 else rm -f ".deps/multi.Tpo"; exit 1; \
609 fi
610  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT multi.lo -MD -MP -MF .deps/multi.Tpo -c multi.c -o multi.o
611 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT content_encoding.lo -MD -MP -MF ".deps/content_encoding.Tpo" \
612   -c -o content_encoding.lo `test -f 'content_encoding.c' || echo './'`content_encoding.c; \
613 then mv ".deps/content_encoding.Tpo" ".deps/content_encoding.Plo"; \
614 else rm -f ".deps/content_encoding.Tpo"; exit 1; \
615 fi
616  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT content_encoding.lo -MD -MP -MF .deps/content_encoding.Tpo -c content_encoding.c -o content_encoding.o
617 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT share.lo -MD -MP -MF ".deps/share.Tpo" \
618   -c -o share.lo `test -f 'share.c' || echo './'`share.c; \
619 then mv ".deps/share.Tpo" ".deps/share.Plo"; \
620 else rm -f ".deps/share.Tpo"; exit 1; \
621 fi
622  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT share.lo -MD -MP -MF .deps/share.Tpo -c share.c -o share.o
623 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT http_digest.lo -MD -MP -MF ".deps/http_digest.Tpo" \
624   -c -o http_digest.lo `test -f 'http_digest.c' || echo './'`http_digest.c; \
625 then mv ".deps/http_digest.Tpo" ".deps/http_digest.Plo"; \
626 else rm -f ".deps/http_digest.Tpo"; exit 1; \
627 fi
628  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT http_digest.lo -MD -MP -MF .deps/http_digest.Tpo -c http_digest.c -o http_digest.o
629 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" \
630   -c -o md5.lo `test -f 'md5.c' || echo './'`md5.c; \
631 then mv ".deps/md5.Tpo" ".deps/md5.Plo"; \
632 else rm -f ".deps/md5.Tpo"; exit 1; \
633 fi
634  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o
635 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT http_negotiate.lo -MD -MP -MF ".deps/http_negotiate.Tpo" \
636   -c -o http_negotiate.lo `test -f 'http_negotiate.c' || echo './'`http_negotiate.c; \
637 then mv ".deps/http_negotiate.Tpo" ".deps/http_negotiate.Plo"; \
638 else rm -f ".deps/http_negotiate.Tpo"; exit 1; \
639 fi
640  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT http_negotiate.lo -MD -MP -MF .deps/http_negotiate.Tpo -c http_negotiate.c -o http_negotiate.o
641 if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/kerberos/include    -g -O2 -MT http_ntlm.lo -MD -MP -MF ".deps/http_ntlm.Tpo" \
642   -c -o http_ntlm.lo `test -f 'http_ntlm.c' || echo './'`http_ntlm.c; \
643 then mv ".deps/http_ntlm.Tpo" ".deps/http_ntlm.Plo"; \
644 else rm -f ".deps/http_ntlm.Tpo"; exit 1; \
645 fi
646  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/kerberos/include -g -O2 -MT http_ntlm.lo -MD -MP -MF .deps/http_ntlm.Tpo -c http_ntlm.c -o http_ntlm.o
647 /bin/sh ../libtool --mode=link gcc  -g -O2  -L/usr/kerberos/lib   -o libcurl.la -rpath /work/Me/exsrc/build/DODS/lib -version-info 2:2:0 file.lo timeval.lo base64.lo hostip.lo progress.lo formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo if2ip.lo speedcheck.lo getdate.lo ldap.lo ssluse.lo version.lo getenv.lo escape.lo mprintf.lo telnet.lo getpass.lo netrc.lo getinfo.lo transfer.lo strequal.lo easy.lo security.lo krb4.lo memdebug.lo http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo content_encoding.lo share.lo http_digest.lo md5.lo http_negotiate.lo http_ntlm.lo  -lz -lssl -lcrypto -ldl  -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz   -lz
648 mkdir .libs
649 ar cru .libs/libcurl.a  file.o timeval.o base64.o hostip.o progress.o formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o speedcheck.o getdate.o ldap.o ssluse.o version.o getenv.o escape.o mprintf.o telnet.o getpass.o netrc.o getinfo.o transfer.o strequal.o easy.o security.o krb4.o memdebug.o http_chunks.o strtok.o connect.o llist.o hash.o multi.o content_encoding.o share.o http_digest.o md5.o http_negotiate.o http_ntlm.o
650 ranlib .libs/libcurl.a
651 creating libcurl.la
652 (cd .libs && rm -f libcurl.la && ln -s ../libcurl.la libcurl.la)
653 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/lib'
654 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/lib'
655 Making all in src
656 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/src'
657 rm -f hugehelp.c
658 /usr/bin/gnroff -man ../docs/curl.1 | /usr/bin/perl -s ../src/mkhelp.pl -c ../docs/MANUAL > hugehelp.c
659 ../docs/curl.1:43: warning [p 1, 6.8i]: cannot adjust line
660 Wide character in print at ../src/mkhelp.pl line 77.
661 Wide character in print at ../src/mkhelp.pl line 77.
662 Wide character in print at ../src/mkhelp.pl line 77.
663 Wide character in print at ../src/mkhelp.pl line 77.
664 Wide character in print at ../src/mkhelp.pl line 77.
665 Wide character in print at ../src/mkhelp.pl line 77.
666 Wide character in print at ../src/mkhelp.pl line 77.
667 Wide character in print at ../src/mkhelp.pl line 77.
668 Wide character in print at ../src/mkhelp.pl line 77.
669 Wide character in print at ../src/mkhelp.pl line 77.
670 Wide character in print at ../src/mkhelp.pl line 77.
671 Wide character in print at ../src/mkhelp.pl line 77.
672 Wide character in print at ../src/mkhelp.pl line 77.
673 Wide character in print at ../src/mkhelp.pl line 77.
674 Wide character in print at ../src/mkhelp.pl line 77.
675 Wide character in print at ../src/mkhelp.pl line 77.
676 Wide character in print at ../src/mkhelp.pl line 77.
677 Wide character in print at ../src/mkhelp.pl line 77.
678 Wide character in print at ../src/mkhelp.pl line 77.
679 Wide character in print at ../src/mkhelp.pl line 77.
680 Wide character in print at ../src/mkhelp.pl line 77.
681 Wide character in print at ../src/mkhelp.pl line 77.
682 Wide character in print at ../src/mkhelp.pl line 77.
683 Wide character in print at ../src/mkhelp.pl line 77.
684 Wide character in print at ../src/mkhelp.pl line 77.
685 Wide character in print at ../src/mkhelp.pl line 77.
686 Wide character in print at ../src/mkhelp.pl line 77.
687 Wide character in print at ../src/mkhelp.pl line 77.
688 Wide character in print at ../src/mkhelp.pl line 77.
689 Wide character in print at ../src/mkhelp.pl line 77.
690 Wide character in print at ../src/mkhelp.pl line 77.
691 Wide character in print at ../src/mkhelp.pl line 77.
692 Wide character in print at ../src/mkhelp.pl line 77.
693 Wide character in print at ../src/mkhelp.pl line 77.
694 Wide character in print at ../src/mkhelp.pl line 77.
695 Wide character in print at ../src/mkhelp.pl line 77.
696 Wide character in print at ../src/mkhelp.pl line 77.
697 Wide character in print at ../src/mkhelp.pl line 77.
698 Wide character in print at ../src/mkhelp.pl line 77.
699 Wide character in print at ../src/mkhelp.pl line 77.
700 Wide character in print at ../src/mkhelp.pl line 77.
701 Wide character in print at ../src/mkhelp.pl line 77.
702 Wide character in print at ../src/mkhelp.pl line 77.
703 Wide character in print at ../src/mkhelp.pl line 77.
704 Wide character in print at ../src/mkhelp.pl line 77.
705 Wide character in print at ../src/mkhelp.pl line 77.
706 Wide character in print at ../src/mkhelp.pl line 77.
707 Wide character in print at ../src/mkhelp.pl line 77.
708 Wide character in print at ../src/mkhelp.pl line 77.
709 Wide character in print at ../src/mkhelp.pl line 77.
710 Wide character in print at ../src/mkhelp.pl line 77.
711 Wide character in print at ../src/mkhelp.pl line 77.
712 Wide character in print at ../src/mkhelp.pl line 77.
713 Wide character in print at ../src/mkhelp.pl line 77.
714 Wide character in print at ../src/mkhelp.pl line 77.
715 Wide character in print at ../src/mkhelp.pl line 77.
716 Wide character in print at ../src/mkhelp.pl line 77.
717 Wide character in print at ../src/mkhelp.pl line 77.
718 Wide character in print at ../src/mkhelp.pl line 77.
719 Wide character in print at ../src/mkhelp.pl line 77.
720 Wide character in print at ../src/mkhelp.pl line 77.
721 Wide character in print at ../src/mkhelp.pl line 77.
722 Wide character in print at ../src/mkhelp.pl line 77.
723 Wide character in print at ../src/mkhelp.pl line 77.
724 Wide character in print at ../src/mkhelp.pl line 77.
725 Wide character in print at ../src/mkhelp.pl line 77.
726 Wide character in print at ../src/mkhelp.pl line 77.
727 Wide character in print at ../src/mkhelp.pl line 77.
728 Wide character in print at ../src/mkhelp.pl line 77.
729 Wide character in print at ../src/mkhelp.pl line 77.
730 Wide character in print at ../src/mkhelp.pl line 77.
731 Wide character in print at ../src/mkhelp.pl line 77.
732 Wide character in print at ../src/mkhelp.pl line 77.
733 Wide character in print at ../src/mkhelp.pl line 77.
734 Wide character in print at ../src/mkhelp.pl line 77.
735 Wide character in print at ../src/mkhelp.pl line 77.
736 Wide character in print at ../src/mkhelp.pl line 77.
737 Wide character in print at ../src/mkhelp.pl line 77.
738 Wide character in print at ../src/mkhelp.pl line 77.
739 make  all-am
740 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/src'
741 if gcc -DHAVE_CONFIG_H  -I../include -I../src -I../src  -I/usr/kerberos/include    -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" \
742   -c -o main.o `test -f 'main.c' || echo './'`main.c; \
743 then mv ".deps/main.Tpo" ".deps/main.Po"; \
744 else rm -f ".deps/main.Tpo"; exit 1; \
745 fi
746 if gcc -DHAVE_CONFIG_H  -I../include -I../src -I../src  -I/usr/kerberos/include    -g -O2 -MT hugehelp.o -MD -MP -MF ".deps/hugehelp.Tpo" \
747   -c -o hugehelp.o `test -f 'hugehelp.c' || echo './'`hugehelp.c; \
748 then mv ".deps/hugehelp.Tpo" ".deps/hugehelp.Po"; \
749 else rm -f ".deps/hugehelp.Tpo"; exit 1; \
750 fi
751 if gcc -DHAVE_CONFIG_H  -I../include -I../src -I../src  -I/usr/kerberos/include    -g -O2 -MT urlglob.o -MD -MP -MF ".deps/urlglob.Tpo" \
752   -c -o urlglob.o `test -f 'urlglob.c' || echo './'`urlglob.c; \
753 then mv ".deps/urlglob.Tpo" ".deps/urlglob.Po"; \
754 else rm -f ".deps/urlglob.Tpo"; exit 1; \
755 fi
756 if gcc -DHAVE_CONFIG_H  -I../include -I../src -I../src  -I/usr/kerberos/include    -g -O2 -MT writeout.o -MD -MP -MF ".deps/writeout.Tpo" \
757   -c -o writeout.o `test -f 'writeout.c' || echo './'`writeout.c; \
758 then mv ".deps/writeout.Tpo" ".deps/writeout.Po"; \
759 else rm -f ".deps/writeout.Tpo"; exit 1; \
760 fi
761 if gcc -DHAVE_CONFIG_H  -I../include -I../src -I../src  -I/usr/kerberos/include    -g -O2 -MT writeenv.o -MD -MP -MF ".deps/writeenv.Tpo" \
762   -c -o writeenv.o `test -f 'writeenv.c' || echo './'`writeenv.c; \
763 then mv ".deps/writeenv.Tpo" ".deps/writeenv.Po"; \
764 else rm -f ".deps/writeenv.Tpo"; exit 1; \
765 fi
766 /bin/sh ../libtool --mode=link gcc  -g -O2  -L/usr/kerberos/lib   -o curl  main.o hugehelp.o urlglob.o writeout.o writeenv.o ../lib/libcurl.la -lz -lssl -lcrypto -ldl  -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz   -lz
767 mkdir .libs
768 gcc -g -O2 -o curl main.o hugehelp.o urlglob.o writeout.o writeenv.o  -L/usr/kerberos/lib ../lib/.libs/libcurl.a -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz
769 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/src'
770 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/src'
771 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
772 make[3]: Nothing to be done for `all-am'.
773 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
774 make[2]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
775 mkdir -p /work/Me/exsrc/build/DODS/bin /work/Me/exsrc/build/DODS/lib /work/Me/exsrc/build/DODS/include
776 cd libcurl && make -w install
777 make[2]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
778 Making install in lib
779 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/lib'
780 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/lib'
781 /bin/sh ../mkinstalldirs /work/Me/exsrc/build/DODS/lib
782  /bin/sh ../libtool --mode=install /usr/bin/install -c  libcurl.la /work/Me/exsrc/build/DODS/lib/libcurl.la
783 /usr/bin/install -c .libs/libcurl.lai /work/Me/exsrc/build/DODS/lib/libcurl.la
784 /usr/bin/install -c .libs/libcurl.a /work/Me/exsrc/build/DODS/lib/libcurl.a
785 ranlib /work/Me/exsrc/build/DODS/lib/libcurl.a
786 chmod 644 /work/Me/exsrc/build/DODS/lib/libcurl.a
787 PATH="$PATH:/sbin" ldconfig -n /work/Me/exsrc/build/DODS/lib
788 ----------------------------------------------------------------------
789 Libraries have been installed in:
790    /work/Me/exsrc/build/DODS/lib
791
792 If you ever happen to want to link against installed libraries
793 in a given directory, LIBDIR, you must either use libtool, and
794 specify the full pathname of the library, or use the `-LLIBDIR'
795 flag during linking and do at least one of the following:
796    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
797      during execution
798    - add LIBDIR to the `LD_RUN_PATH' environment variable
799      during linking
800    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
801    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
802
803 See any operating system documentation about shared libraries for
804 more information, such as the ld(1) and ld.so(8) manual pages.
805 ----------------------------------------------------------------------
806 make  install-data-hook
807 make[5]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/lib'
808 mkdir /work/Me/exsrc/build/DODS/share
809 mkdir /work/Me/exsrc/build/DODS/share/curl
810 make[5]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/lib'
811 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/lib'
812 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/lib'
813 Making install in src
814 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/src'
815 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/src'
816 /bin/sh ../mkinstalldirs /work/Me/exsrc/build/DODS/bin
817   /bin/sh ../libtool --mode=install /usr/bin/install -c curl /work/Me/exsrc/build/DODS/bin/curl
818 /usr/bin/install -c curl /work/Me/exsrc/build/DODS/bin/curl
819 make[4]: Nothing to be done for `install-data-am'.
820 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/src'
821 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/src'
822 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
823 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
824 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/bin
825  /usr/bin/install -c curl-config /work/Me/exsrc/build/DODS/bin/curl-config
826 make  install-data-hook
827 make[5]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
828 cd include && make install
829 make[6]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/include'
830 Making install in curl
831 make[7]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/include/curl'
832 make[8]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/include/curl'
833 make[8]: Nothing to be done for `install-exec-am'.
834 /bin/sh ../../mkinstalldirs /work/Me/exsrc/build/DODS/include/curl
835 mkdir /work/Me/exsrc/build/DODS/include/curl
836  /usr/bin/install -c -m 644 curl.h /work/Me/exsrc/build/DODS/include/curl/curl.h
837  /usr/bin/install -c -m 644 easy.h /work/Me/exsrc/build/DODS/include/curl/easy.h
838  /usr/bin/install -c -m 644 mprintf.h /work/Me/exsrc/build/DODS/include/curl/mprintf.h
839  /usr/bin/install -c -m 644 stdcheaders.h /work/Me/exsrc/build/DODS/include/curl/stdcheaders.h
840  /usr/bin/install -c -m 644 types.h /work/Me/exsrc/build/DODS/include/curl/types.h
841  /usr/bin/install -c -m 644 multi.h /work/Me/exsrc/build/DODS/include/curl/multi.h
842 make[8]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/include/curl'
843 make[7]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/include/curl'
844 make[7]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/include'
845 make[8]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/include'
846 make[8]: Nothing to be done for `install-exec-am'.
847 make[8]: Nothing to be done for `install-data-am'.
848 make[8]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/include'
849 make[7]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/include'
850 make[6]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/include'
851 cd docs && make install
852 make[6]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs'
853 Making install in examples
854 make[7]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs/examples'
855 make[8]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs/examples'
856 make[8]: Nothing to be done for `install-exec-am'.
857 make[8]: Nothing to be done for `install-data-am'.
858 make[8]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs/examples'
859 make[7]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs/examples'
860 Making install in libcurl
861 make[7]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs/libcurl'
862 make[8]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs/libcurl'
863 make[8]: Nothing to be done for `install-exec-am'.
864 /bin/sh ../../mkinstalldirs /work/Me/exsrc/build/DODS/man/man3
865 mkdir /work/Me/exsrc/build/DODS/man
866 mkdir /work/Me/exsrc/build/DODS/man/man3
867  /usr/bin/install -c -m 644 ./curl_easy_cleanup.3 /work/Me/exsrc/build/DODS/man/man3/curl_easy_cleanup.3
868  /usr/bin/install -c -m 644 ./curl_easy_getinfo.3 /work/Me/exsrc/build/DODS/man/man3/curl_easy_getinfo.3
869  /usr/bin/install -c -m 644 ./curl_easy_init.3 /work/Me/exsrc/build/DODS/man/man3/curl_easy_init.3
870  /usr/bin/install -c -m 644 ./curl_easy_perform.3 /work/Me/exsrc/build/DODS/man/man3/curl_easy_perform.3
871  /usr/bin/install -c -m 644 ./curl_easy_setopt.3 /work/Me/exsrc/build/DODS/man/man3/curl_easy_setopt.3
872  /usr/bin/install -c -m 644 ./curl_easy_duphandle.3 /work/Me/exsrc/build/DODS/man/man3/curl_easy_duphandle.3
873  /usr/bin/install -c -m 644 ./curl_formparse.3 /work/Me/exsrc/build/DODS/man/man3/curl_formparse.3
874  /usr/bin/install -c -m 644 ./curl_formadd.3 /work/Me/exsrc/build/DODS/man/man3/curl_formadd.3
875  /usr/bin/install -c -m 644 ./curl_formfree.3 /work/Me/exsrc/build/DODS/man/man3/curl_formfree.3
876  /usr/bin/install -c -m 644 ./curl_getdate.3 /work/Me/exsrc/build/DODS/man/man3/curl_getdate.3
877  /usr/bin/install -c -m 644 ./curl_getenv.3 /work/Me/exsrc/build/DODS/man/man3/curl_getenv.3
878  /usr/bin/install -c -m 644 ./curl_slist_append.3 /work/Me/exsrc/build/DODS/man/man3/curl_slist_append.3
879  /usr/bin/install -c -m 644 ./curl_slist_free_all.3 /work/Me/exsrc/build/DODS/man/man3/curl_slist_free_all.3
880  /usr/bin/install -c -m 644 ./curl_version.3 /work/Me/exsrc/build/DODS/man/man3/curl_version.3
881  /usr/bin/install -c -m 644 ./curl_version_info.3 /work/Me/exsrc/build/DODS/man/man3/curl_version_info.3
882  /usr/bin/install -c -m 644 ./curl_escape.3 /work/Me/exsrc/build/DODS/man/man3/curl_escape.3
883  /usr/bin/install -c -m 644 ./curl_unescape.3 /work/Me/exsrc/build/DODS/man/man3/curl_unescape.3
884  /usr/bin/install -c -m 644 ./curl_free.3 /work/Me/exsrc/build/DODS/man/man3/curl_free.3
885  /usr/bin/install -c -m 644 ./curl_strequal.3 /work/Me/exsrc/build/DODS/man/man3/curl_strequal.3
886  /usr/bin/install -c -m 644 ./curl_strnequal.3 /work/Me/exsrc/build/DODS/man/man3/curl_strnequal.3
887  /usr/bin/install -c -m 644 ./curl_mprintf.3 /work/Me/exsrc/build/DODS/man/man3/curl_mprintf.3
888  /usr/bin/install -c -m 644 ./curl_global_init.3 /work/Me/exsrc/build/DODS/man/man3/curl_global_init.3
889  /usr/bin/install -c -m 644 ./curl_global_cleanup.3 /work/Me/exsrc/build/DODS/man/man3/curl_global_cleanup.3
890  /usr/bin/install -c -m 644 ./libcurl.3 /work/Me/exsrc/build/DODS/man/man3/libcurl.3
891  /usr/bin/install -c -m 644 ./curl_multi_add_handle.3 /work/Me/exsrc/build/DODS/man/man3/curl_multi_add_handle.3
892  /usr/bin/install -c -m 644 ./curl_multi_cleanup.3 /work/Me/exsrc/build/DODS/man/man3/curl_multi_cleanup.3
893  /usr/bin/install -c -m 644 ./curl_multi_fdset.3 /work/Me/exsrc/build/DODS/man/man3/curl_multi_fdset.3
894  /usr/bin/install -c -m 644 ./curl_multi_info_read.3 /work/Me/exsrc/build/DODS/man/man3/curl_multi_info_read.3
895  /usr/bin/install -c -m 644 ./curl_multi_init.3 /work/Me/exsrc/build/DODS/man/man3/curl_multi_init.3
896  /usr/bin/install -c -m 644 ./curl_multi_perform.3 /work/Me/exsrc/build/DODS/man/man3/curl_multi_perform.3
897  /usr/bin/install -c -m 644 ./curl_multi_remove_handle.3 /work/Me/exsrc/build/DODS/man/man3/curl_multi_remove_handle.3
898  /usr/bin/install -c -m 644 ./libcurl-multi.3 /work/Me/exsrc/build/DODS/man/man3/libcurl-multi.3
899  /usr/bin/install -c -m 644 ./libcurl-errors.3 /work/Me/exsrc/build/DODS/man/man3/libcurl-errors.3
900 make[8]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs/libcurl'
901 make[7]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs/libcurl'
902 make[7]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs'
903 make[8]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs'
904 make[8]: Nothing to be done for `install-exec-am'.
905 /bin/sh ../mkinstalldirs /work/Me/exsrc/build/DODS/man/man1
906 mkdir /work/Me/exsrc/build/DODS/man/man1
907  /usr/bin/install -c -m 644 ./curl.1 /work/Me/exsrc/build/DODS/man/man1/curl.1
908  /usr/bin/install -c -m 644 ./curl-config.1 /work/Me/exsrc/build/DODS/man/man1/curl-config.1
909 make[8]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs'
910 make[7]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs'
911 make[6]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl/docs'
912 make[5]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
913 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
914 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
915 make[2]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libcurl'
916 mv  /work/Me/exsrc/build/DODS/bin/curl /work/Me/exsrc/build/DODS/etc/curl
917 cd libxml2 && ./configure --prefix=/work/Me/exsrc/build/DODS \
918             --enable-static --disable-shared;
919 ./configure: line 474: 5: Bad file descriptor
920 checking for the DODS root pathanme... ./configure: line 484: 5: Bad file descriptor
921 /work/Me/exsrc/build/DODS (../../../)
922 checking build system type... i686-pc-linux-gnu
923 checking host system type... i686-pc-linux-gnu
924 checking for a BSD-compatible install... /usr/bin/install -c
925 checking whether build environment is sane... yes
926 checking whether make sets $(MAKE)... yes
927 checking for working aclocal-1.4... found
928 checking for working autoconf... found
929 checking for working automake-1.4... found
930 checking for working autoheader... found
931 checking for working makeinfo... found
932 checking for gcc... gcc
933 checking for C compiler default output... a.out
934 checking whether the C compiler works... yes
935 checking whether we are cross compiling... no
936 checking for suffix of executables...
937 checking for suffix of object files... o
938 checking whether we are using the GNU C compiler... yes
939 checking whether gcc accepts -g... yes
940 checking for gcc option to accept ANSI C... none needed
941 checking for a BSD-compatible install... /usr/bin/install -c
942 checking how to run the C preprocessor... gcc -E
943 checking for rm... /bin/rm
944 checking for mv... /bin/mv
945 checking for tar... /bin/tar
946 checking for gcc option to accept ANSI C... none needed
947 checking for egrep... grep -E
948 checking for sys/types.h... yes
949 checking for sys/stat.h... yes
950 checking for stdlib.h... yes
951 checking for string.h... yes
952 checking for memory.h... yes
953 checking for strings.h... yes
954 checking for inttypes.h... yes
955 checking for stdint.h... yes
956 checking for unistd.h... yes
957 checking for function prototypes... yes
958 checking for ld used by GCC... /usr/bin/ld
959 checking if the linker (/usr/bin/ld) is GNU ld... yes
960 checking for /usr/bin/ld option to reload object files... -r
961 checking for BSD-compatible nm... /usr/bin/nm -B
962 checking for a sed that does not truncate output... /bin/sed
963 checking whether ln -s works... yes
964 checking how to recognise dependent libraries... pass_all
965 checking command to parse /usr/bin/nm -B output... ok
966 checking dlfcn.h usability... yes
967 checking dlfcn.h presence... yes
968 checking for dlfcn.h... yes
969 checking for ranlib... ranlib
970 checking for strip... strip
971 checking for objdir... .libs
972 checking for gcc option to produce PIC... -fPIC
973 checking if gcc PIC flag -fPIC works... yes
974 checking if gcc static flag -static works... yes
975 checking if gcc supports -c -o file.o... yes
976 checking if gcc supports -c -o file.lo... yes
977 checking if gcc supports -fno-rtti -fno-exceptions... yes
978 checking whether the linker (/usr/bin/ld) supports shared libraries... yes
979 checking how to hardcode library paths into programs... immediate
980 checking whether stripping libraries is possible... yes
981 checking dynamic linker characteristics... GNU/Linux ld.so
982 checking if libtool supports shared libraries... yes
983 checking whether to build shared libraries... no
984 checking whether to build static libraries... yes
985 creating libtool
986 checking whether to enable maintainer-specific portions of Makefiles... no
987 checking zlib.h usability... yes
988 checking zlib.h presence... yes
989 checking for zlib.h... yes
990 checking for gzread in -lz... yes
991 checking for dirent.h that defines DIR... yes
992 checking for library containing opendir... none required
993 checking for ANSI C header files... yes
994 checking fcntl.h usability... yes
995 checking fcntl.h presence... yes
996 checking for fcntl.h... yes
997 checking for unistd.h... (cached) yes
998 checking ctype.h usability... yes
999 checking ctype.h presence... yes
1000 checking for ctype.h... yes
1001 checking dirent.h usability... yes
1002 checking dirent.h presence... yes
1003 checking for dirent.h... yes
1004 checking errno.h usability... yes
1005 checking errno.h presence... yes
1006 checking for errno.h... yes
1007 checking malloc.h usability... yes
1008 checking malloc.h presence... yes
1009 checking for malloc.h... yes
1010 checking stdarg.h usability... yes
1011 checking stdarg.h presence... yes
1012 checking for stdarg.h... yes
1013 checking for sys/stat.h... (cached) yes
1014 checking for sys/types.h... (cached) yes
1015 checking time.h usability... yes
1016 checking time.h presence... yes
1017 checking for time.h... yes
1018 checking ansidecl.h usability... yes
1019 checking ansidecl.h presence... yes
1020 checking for ansidecl.h... yes
1021 checking ieeefp.h usability... no
1022 checking ieeefp.h presence... no
1023 checking for ieeefp.h... no
1024 checking nan.h usability... no
1025 checking nan.h presence... no
1026 checking for nan.h... no
1027 checking math.h usability... yes
1028 checking math.h presence... yes
1029 checking for math.h... yes
1030 checking fp_class.h usability... no
1031 checking fp_class.h presence... no
1032 checking for fp_class.h... no
1033 checking float.h usability... yes
1034 checking float.h presence... yes
1035 checking for float.h... yes
1036 checking for stdlib.h... (cached) yes
1037 checking for sys/socket.h... yes
1038 checking for netinet/in.h... yes
1039 checking for arpa/inet.h... yes
1040 checking netdb.h usability... yes
1041 checking netdb.h presence... yes
1042 checking for netdb.h... yes
1043 checking sys/time.h usability... yes
1044 checking sys/time.h presence... yes
1045 checking for sys/time.h... yes
1046 checking sys/select.h usability... yes
1047 checking sys/select.h presence... yes
1048 checking for sys/select.h... yes
1049 checking sys/mman.h usability... yes
1050 checking sys/mman.h presence... yes
1051 checking for sys/mman.h... yes
1052 checking sys/timeb.h usability... yes
1053 checking sys/timeb.h presence... yes
1054 checking for sys/timeb.h... yes
1055 checking signal.h usability... yes
1056 checking signal.h presence... yes
1057 checking for signal.h... yes
1058 checking for arpa/nameser.h... yes
1059 checking for resolv.h... yes
1060 checking for strftime... yes
1061 checking for strdup... yes
1062 checking for strndup... yes
1063 checking for strerror... yes
1064 checking for finite... yes
1065 checking for isnand... no
1066 checking for fp_class... no
1067 checking for class... no
1068 checking for fpclass... no
1069 checking for strftime... (cached) yes
1070 checking for localtime... yes
1071 checking for gettimeofday... yes
1072 checking for ftime... yes
1073 checking for stat... yes
1074 checking for _stat... no
1075 checking for signal... yes
1076 checking for printf... yes
1077 checking for sprintf... yes
1078 checking for fprintf... yes
1079 checking for snprintf... yes
1080 checking for vfprintf... yes
1081 checking for vsprintf... yes
1082 checking for vsnprintf... yes
1083 checking for sscanf... yes
1084 checking for gethostent... yes
1085 checking for setsockopt... yes
1086 checking for connect... yes
1087 checking for type of socket length (socklen_t)... socklen_t *
1088 checking for isnan... yes
1089 checking for isinf... yes
1090 checking for python... /usr/bin/python
1091 Found Python version 2.2
1092 could not find python2.2/Python.h
1093 Enabling multithreaded support
1094 checking pthread.h usability... yes
1095 checking pthread.h presence... yes
1096 checking for pthread.h... yes
1097 checking for pthread_join in -lpthread... yes
1098 checking iconv.h usability... yes
1099 checking iconv.h presence... yes
1100 checking for iconv.h... yes
1101 checking for iconv... yes
1102 Enabled Schemas/Relax-NG support
1103 configure: creating ./config.status
1104 config.status: creating libxml2.spec
1105 config.status: creating Makefile
1106 config.status: creating include/Makefile
1107 config.status: creating include/libxml/Makefile
1108 config.status: creating doc/Makefile
1109 config.status: creating example/Makefile
1110 config.status: creating python/Makefile
1111 config.status: creating python/tests/Makefile
1112 config.status: creating include/libxml/xmlversion.h
1113 config.status: creating xml2-config
1114 config.status: creating libxml-2.0.pc
1115 config.status: creating xml2Conf.sh
1116 config.status: creating python/setup.py
1117 config.status: creating config.h
1118 config.status: config.h is unchanged
1119 config.status: executing default-1 commands
1120 make -C libxml2 -w
1121 make[2]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1122 make  all-recursive
1123 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1124 Making all in include
1125 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include'
1126 Making all in libxml
1127 make[5]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include/libxml'
1128 make[5]: Nothing to be done for `all'.
1129 make[5]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include/libxml'
1130 make[5]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include'
1131 make[5]: Nothing to be done for `all-am'.
1132 make[5]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include'
1133 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include'
1134 Making all in .
1135 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1136 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c SAX.c
1137 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c SAX.c -o SAX.o
1138 echo timestamp > SAX.lo
1139 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c entities.c
1140 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c entities.c -o entities.o
1141 echo timestamp > entities.lo
1142 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c encoding.c
1143 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c encoding.c -o encoding.o
1144 echo timestamp > encoding.lo
1145 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c error.c
1146 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c error.c -o error.o
1147 echo timestamp > error.lo
1148 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c parserInternals.c
1149 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c parserInternals.c -o parserInternals.o
1150 echo timestamp > parserInternals.lo
1151 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c parser.c
1152 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c parser.c -o parser.o
1153 echo timestamp > parser.lo
1154 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c tree.c
1155 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c tree.c -o tree.o
1156 echo timestamp > tree.lo
1157 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c hash.c
1158 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c hash.c -o hash.o
1159 echo timestamp > hash.lo
1160 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c list.c
1161 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c list.c -o list.o
1162 echo timestamp > list.lo
1163 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xmlIO.c
1164 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xmlIO.c -o xmlIO.o
1165 echo timestamp > xmlIO.lo
1166 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xmlmemory.c
1167 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xmlmemory.c -o xmlmemory.o
1168 echo timestamp > xmlmemory.lo
1169 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c uri.c
1170 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c uri.c -o uri.o
1171 echo timestamp > uri.lo
1172 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c valid.c
1173 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c valid.c -o valid.o
1174 echo timestamp > valid.lo
1175 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xlink.c
1176 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xlink.c -o xlink.o
1177 echo timestamp > xlink.lo
1178 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c HTMLparser.c
1179 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c HTMLparser.c -o HTMLparser.o
1180 echo timestamp > HTMLparser.lo
1181 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c HTMLtree.c
1182 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c HTMLtree.c -o HTMLtree.o
1183 echo timestamp > HTMLtree.lo
1184 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c debugXML.c
1185 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c debugXML.c -o debugXML.o
1186 debugXML.c: In function `xmlShellLoad':
1187 debugXML.c:1757: warning: implicit declaration of function `xmlCanonicPath'
1188 echo timestamp > debugXML.lo
1189 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xpath.c
1190 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xpath.c -o xpath.o
1191 trionan.c:514: warning: `trio_isfinite' defined but not used
1192 trionan.c:742: warning: `trio_fpclassify' defined but not used
1193 echo timestamp > xpath.lo
1194 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xpointer.c
1195 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xpointer.c -o xpointer.o
1196 echo timestamp > xpointer.lo
1197 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xinclude.c
1198 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xinclude.c -o xinclude.o
1199 echo timestamp > xinclude.lo
1200 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c nanohttp.c
1201 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c nanohttp.c -o nanohttp.o
1202 echo timestamp > nanohttp.lo
1203 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c nanoftp.c
1204 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c nanoftp.c -o nanoftp.o
1205 echo timestamp > nanoftp.lo
1206 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c DOCBparser.c
1207 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c DOCBparser.c -o DOCBparser.o
1208 echo timestamp > DOCBparser.lo
1209 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c catalog.c
1210 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c catalog.c -o catalog.o
1211 echo timestamp > catalog.lo
1212 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c globals.c
1213 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c globals.c -o globals.o
1214 echo timestamp > globals.lo
1215 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c threads.c
1216 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c threads.c -o threads.o
1217 echo timestamp > threads.lo
1218 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c c14n.c
1219 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c c14n.c -o c14n.o
1220 echo timestamp > c14n.lo
1221 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xmlregexp.c
1222 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xmlregexp.c -o xmlregexp.o
1223 echo timestamp > xmlregexp.lo
1224 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xmlschemas.c
1225 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xmlschemas.c -o xmlschemas.o
1226 echo timestamp > xmlschemas.lo
1227 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xmlschemastypes.c
1228 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xmlschemastypes.c -o xmlschemastypes.o
1229 echo timestamp > xmlschemastypes.lo
1230 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xmlunicode.c
1231 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xmlunicode.c -o xmlunicode.o
1232 echo timestamp > xmlunicode.lo
1233 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xmlreader.c
1234 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c xmlreader.c -o xmlreader.o
1235 xmlreader.c:2866: warning: `xmlBase64Decode' defined but not used
1236 echo timestamp > xmlreader.lo
1237 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c relaxng.c
1238 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -I/work/Me/exsrc/build/DODS/include -I/work/Me/exsrc/build/DODS/include -g -O2 -Wall -c relaxng.c -o relaxng.o
1239 relaxng.c: In function `xmlRelaxNGFreeParserCtxt':
1240 relaxng.c:6555: warning: passing arg 1 of `xmlFreeDoc' from incompatible pointer type
1241 relaxng.c: In function `xmlRelaxNGValidateProgressiveCallback':
1242 relaxng.c:7754: warning: `ret' might be used uninitialized in this function
1243 echo timestamp > relaxng.lo
1244 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o libxml2.la -rpath /work/Me/exsrc/build/DODS/lib -version-info 7:7:5 SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo DOCBparser.lo catalog.lo globals.lo threads.lo c14n.lo xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo xmlreader.lo relaxng.lo -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1245 mkdir .libs
1246 rm -fr .libs/libxml2.la .libs/libxml2.* .libs/libxml2.*
1247 ar cru .libs/libxml2.a  SAX.o entities.o encoding.o error.o parserInternals.o parser.o tree.o hash.o list.o xmlIO.o xmlmemory.o uri.o valid.o xlink.o HTMLparser.o HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o nanohttp.o nanoftp.o DOCBparser.o catalog.o globals.o threads.o c14n.o xmlregexp.o xmlschemas.o xmlschemastypes.o xmlunicode.o xmlreader.o relaxng.o
1248 ranlib .libs/libxml2.a
1249 creating libxml2.la
1250 (cd .libs && rm -f libxml2.la && ln -s ../libxml2.la libxml2.la)
1251 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xmllint.c
1252 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o xmllint  xmllint.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1253 gcc -g -O2 -Wall -o xmllint xmllint.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1254 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c xmlcatalog.c
1255 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o xmlcatalog  xmlcatalog.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1256 gcc -g -O2 -Wall -o xmlcatalog xmlcatalog.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1257 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testSchemas.c
1258 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testSchemas  testSchemas.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1259 gcc -g -O2 -Wall -o testSchemas testSchemas.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1260 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testRelax.c
1261 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testRelax  testRelax.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1262 gcc -g -O2 -Wall -o testRelax testRelax.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1263 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testSAX.c
1264 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testSAX  testSAX.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1265 gcc -g -O2 -Wall -o testSAX testSAX.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1266 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testHTML.c
1267 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testHTML  testHTML.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1268 gcc -g -O2 -Wall -o testHTML testHTML.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1269 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testXPath.c
1270 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testXPath  testXPath.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1271 gcc -g -O2 -Wall -o testXPath testXPath.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1272 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testURI.c
1273 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testURI  testURI.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1274 gcc -g -O2 -Wall -o testURI testURI.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1275 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testDocbook.c
1276 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testDocbook  testDocbook.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1277 gcc -g -O2 -Wall -o testDocbook testDocbook.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1278 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testThreads.c
1279 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testThreads  testThreads.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1280 gcc -g -O2 -Wall -o testThreads testThreads.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1281 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testC14N.c
1282 testC14N.c:317: warning: `print_xpath_nodes' defined but not used
1283 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testC14N  testC14N.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1284 gcc -g -O2 -Wall -o testC14N testC14N.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1285 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testAutomata.c
1286 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testAutomata  testAutomata.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1287 gcc -g -O2 -Wall -o testAutomata testAutomata.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1288 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testRegexp.c
1289 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testRegexp  testRegexp.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1290 gcc -g -O2 -Wall -o testRegexp testRegexp.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1291 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include  -D_REENTRANT -I/work/Me/exsrc/build/DODS/include   -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c testReader.c
1292 /bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o testReader  testReader.o ./libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1293 gcc -g -O2 -Wall -o testReader testReader.o  -L/work/Me/exsrc/build/DODS/lib ./.libs/libxml2.a -lpthread -lz -lm
1294 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1295 Making all in doc
1296 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/doc'
1297 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/doc'
1298 Making all in example
1299 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/example'
1300 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../include -I../include -I.  -I/work/Me/exsrc/build/DODS/include  -g -O2 -Wall -c gjobread.c
1301 /bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -L/work/Me/exsrc/build/DODS/lib -o gjobread  gjobread.o ../libxml2.la -lpthread -L/work/Me/exsrc/build/DODS/lib -lz  -lm
1302 mkdir .libs
1303 gcc -g -O2 -Wall -o gjobread gjobread.o  -L/work/Me/exsrc/build/DODS/lib ../.libs/libxml2.a -lpthread -lz -lm
1304 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/example'
1305 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1306 make[2]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1307 mkdir -p /work/Me/exsrc/build/DODS/bin /work/Me/exsrc/build/DODS/lib /work/Me/exsrc/build/DODS/include
1308 cd libxml2 && make -w install
1309 make[2]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1310 Making install in include
1311 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include'
1312 Making install in libxml
1313 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include/libxml'
1314 make[5]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include/libxml'
1315 make  install-exec-hook
1316 make[6]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include/libxml'
1317 /bin/sh ../../mkinstalldirs /work/Me/exsrc/build/DODS/include/libxml2/libxml
1318 mkdir /work/Me/exsrc/build/DODS/include/libxml2
1319 mkdir /work/Me/exsrc/build/DODS/include/libxml2/libxml
1320 make[6]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include/libxml'
1321 /bin/sh ../../mkinstalldirs /work/Me/exsrc/build/DODS/include/libxml2/libxml
1322  /usr/bin/install -c -m 644 SAX.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/SAX.h
1323  /usr/bin/install -c -m 644 entities.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/entities.h
1324  /usr/bin/install -c -m 644 encoding.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/encoding.h
1325  /usr/bin/install -c -m 644 parser.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/parser.h
1326  /usr/bin/install -c -m 644 parserInternals.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/parserInternals.h
1327  /usr/bin/install -c -m 644 xmlerror.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xmlerror.h
1328  /usr/bin/install -c -m 644 HTMLparser.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/HTMLparser.h
1329  /usr/bin/install -c -m 644 HTMLtree.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/HTMLtree.h
1330  /usr/bin/install -c -m 644 debugXML.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/debugXML.h
1331  /usr/bin/install -c -m 644 tree.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/tree.h
1332  /usr/bin/install -c -m 644 list.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/list.h
1333  /usr/bin/install -c -m 644 hash.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/hash.h
1334  /usr/bin/install -c -m 644 xpath.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xpath.h
1335  /usr/bin/install -c -m 644 xpathInternals.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xpathInternals.h
1336  /usr/bin/install -c -m 644 xpointer.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xpointer.h
1337  /usr/bin/install -c -m 644 xinclude.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xinclude.h
1338  /usr/bin/install -c -m 644 xmlIO.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xmlIO.h
1339  /usr/bin/install -c -m 644 xmlmemory.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xmlmemory.h
1340  /usr/bin/install -c -m 644 nanohttp.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/nanohttp.h
1341  /usr/bin/install -c -m 644 nanoftp.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/nanoftp.h
1342  /usr/bin/install -c -m 644 uri.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/uri.h
1343  /usr/bin/install -c -m 644 valid.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/valid.h
1344  /usr/bin/install -c -m 644 xlink.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xlink.h
1345  /usr/bin/install -c -m 644 xmlversion.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xmlversion.h
1346  /usr/bin/install -c -m 644 DOCBparser.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/DOCBparser.h
1347  /usr/bin/install -c -m 644 catalog.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/catalog.h
1348  /usr/bin/install -c -m 644 threads.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/threads.h
1349  /usr/bin/install -c -m 644 globals.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/globals.h
1350  /usr/bin/install -c -m 644 c14n.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/c14n.h
1351  /usr/bin/install -c -m 644 xmlautomata.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xmlautomata.h
1352  /usr/bin/install -c -m 644 xmlregexp.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xmlregexp.h
1353  /usr/bin/install -c -m 644 xmlschemas.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xmlschemas.h
1354  /usr/bin/install -c -m 644 schemasInternals.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/schemasInternals.h
1355  /usr/bin/install -c -m 644 xmlschemastypes.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xmlschemastypes.h
1356  /usr/bin/install -c -m 644 xmlunicode.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xmlunicode.h
1357  /usr/bin/install -c -m 644 xmlreader.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/xmlreader.h
1358  /usr/bin/install -c -m 644 relaxng.h /work/Me/exsrc/build/DODS/include/libxml2/libxml/relaxng.h
1359 make[5]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include/libxml'
1360 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include/libxml'
1361 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include'
1362 make[5]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include'
1363 make[5]: Nothing to be done for `install-exec-am'.
1364 make[5]: Nothing to be done for `install-data-am'.
1365 make[5]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include'
1366 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include'
1367 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/include'
1368 Making install in .
1369 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1370 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1371 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/lib
1372 /bin/sh ./libtool  --mode=install /usr/bin/install -c libxml2.la /work/Me/exsrc/build/DODS/lib/libxml2.la
1373 /usr/bin/install -c .libs/libxml2.lai /work/Me/exsrc/build/DODS/lib/libxml2.la
1374 /usr/bin/install -c .libs/libxml2.a /work/Me/exsrc/build/DODS/lib/libxml2.a
1375 ranlib /work/Me/exsrc/build/DODS/lib/libxml2.a
1376 chmod 644 /work/Me/exsrc/build/DODS/lib/libxml2.a
1377 PATH="$PATH:/sbin" ldconfig -n /work/Me/exsrc/build/DODS/lib
1378 ----------------------------------------------------------------------
1379 Libraries have been installed in:
1380    /work/Me/exsrc/build/DODS/lib
1381
1382 If you ever happen to want to link against installed libraries
1383 in a given directory, LIBDIR, you must either use libtool, and
1384 specify the full pathname of the library, or use the `-LLIBDIR'
1385 flag during linking and do at least one of the following:
1386    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
1387      during execution
1388    - add LIBDIR to the `LD_RUN_PATH' environment variable
1389      during linking
1390    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
1391    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
1392
1393 See any operating system documentation about shared libraries for
1394 more information, such as the ld(1) and ld.so(8) manual pages.
1395 ----------------------------------------------------------------------
1396 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/bin
1397  /bin/sh ./libtool  --mode=install /usr/bin/install -c  xmllint /work/Me/exsrc/build/DODS/bin/xmllint
1398 /usr/bin/install -c xmllint /work/Me/exsrc/build/DODS/bin/xmllint
1399  /bin/sh ./libtool  --mode=install /usr/bin/install -c  xmlcatalog /work/Me/exsrc/build/DODS/bin/xmlcatalog
1400 /usr/bin/install -c xmlcatalog /work/Me/exsrc/build/DODS/bin/xmlcatalog
1401 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/bin
1402  /usr/bin/install -c xml2-config /work/Me/exsrc/build/DODS/bin/xml2-config
1403 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/lib
1404  /usr/bin/install -c -m 644 ./xml2Conf.sh /work/Me/exsrc/build/DODS/lib/xml2Conf.sh
1405 make  install-man1 install-man3
1406 make[5]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1407 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/man/man1
1408  /usr/bin/install -c -m 644 ./xml2-config.1 /work/Me/exsrc/build/DODS/man/man1/xml2-config.1
1409 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/man/man3
1410  /usr/bin/install -c -m 644 ./libxml.3 /work/Me/exsrc/build/DODS/man/man3/libxml.3
1411 make[5]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1412 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/share/aclocal
1413 mkdir /work/Me/exsrc/build/DODS/share/aclocal
1414  /usr/bin/install -c -m 644 ./libxml.m4 /work/Me/exsrc/build/DODS/share/aclocal/libxml.m4
1415 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/lib/pkgconfig
1416 mkdir /work/Me/exsrc/build/DODS/lib/pkgconfig
1417  /usr/bin/install -c -m 644 ./libxml-2.0.pc /work/Me/exsrc/build/DODS/lib/pkgconfig/libxml-2.0.pc
1418 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7
1419 mkdir /work/Me/exsrc/build/DODS/share/doc
1420 mkdir /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7
1421 /usr/bin/install -c -m 0644 ./Copyright /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7
1422 /bin/sh ./mkinstalldirs /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/examples
1423 mkdir /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/examples
1424 /usr/bin/install -c -m 0644 ./xmllint.c /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/examples
1425 /usr/bin/install -c -m 0644 ./testSAX.c /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/examples
1426 /usr/bin/install -c -m 0644 ./testHTML.c /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/examples
1427 /usr/bin/install -c -m 0644 ./testXPath.c /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/examples
1428 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1429 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1430 Making install in doc
1431 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/doc'
1432 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/doc'
1433 make[4]: Nothing to be done for `install-exec-am'.
1434 make  install-man1
1435 make[5]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/doc'
1436 /bin/sh ../mkinstalldirs /work/Me/exsrc/build/DODS/man/man1
1437  /usr/bin/install -c -m 644 ./xmllint.1 /work/Me/exsrc/build/DODS/man/man1/xmllint.1
1438  /usr/bin/install -c -m 644 ./xmlcatalog.1 /work/Me/exsrc/build/DODS/man/man1/xmlcatalog.1
1439 make[5]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/doc'
1440 /bin/sh ../mkinstalldirs /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/html
1441 mkdir /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/html
1442 /usr/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/html
1443 /usr/bin/install -c -m 0644 ./html/*.html /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/html
1444 /usr/bin/install -c -m 0644 ./html/index.sgml /work/Me/exsrc/build/DODS/share/doc/libxml2-2.5.7/html
1445 (cd ; gtkdoc-fixxref --module=libxml --html-dir=/work/Me/exsrc/build/DODS/share/doc)
1446 Can't open HTML directory /work/Me/exsrc/build/DODS/share/doc/libxml: No such file or directory at /usr/bin/gtkdoc-fixxref line 108.
1447 make[4]: [install-data-local] Error 2 (ignored)
1448 tutorial/
1449 tutorial/ar01s02.html
1450 tutorial/apa.html
1451 tutorial/apb.html
1452 tutorial/apc.html
1453 tutorial/apd.html
1454 tutorial/ape.html
1455 tutorial/apf.html
1456 tutorial/apg.html
1457 tutorial/includeaddkeyword.c
1458 tutorial/ar01s03.html
1459 tutorial/ar01s04.html
1460 tutorial/ar01s05.html
1461 tutorial/ar01s06.html
1462 tutorial/ar01s07.html
1463 tutorial/ar01s08.html
1464 tutorial/images/
1465 tutorial/images/caution.png
1466 tutorial/images/blank.png
1467 tutorial/images/callouts/
1468 tutorial/images/callouts/1.png
1469 tutorial/images/callouts/10.png
1470 tutorial/images/callouts/2.png
1471 tutorial/images/callouts/3.png
1472 tutorial/images/callouts/4.png
1473 tutorial/images/callouts/5.png
1474 tutorial/images/callouts/6.png
1475 tutorial/images/callouts/7.png
1476 tutorial/images/callouts/8.png
1477 tutorial/images/callouts/9.png
1478 tutorial/images/draft.png
1479 tutorial/images/home.png
1480 tutorial/images/important.png
1481 tutorial/images/next.png
1482 tutorial/images/note.png
1483 tutorial/images/prev.png
1484 tutorial/images/tip.png
1485 tutorial/images/toc-blank.png
1486 tutorial/images/toc-minus.png
1487 tutorial/images/toc-plus.png
1488 tutorial/images/up.png
1489 tutorial/images/warning.png
1490 tutorial/includeaddattribute.c
1491 tutorial/includeconvert.c
1492 tutorial/includegetattribute.c
1493 tutorial/includekeyword.c
1494 tutorial/index.html
1495 tutorial/xmltutorial.pdf
1496 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/doc'
1497 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/doc'
1498 Making install in example
1499 make[3]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/example'
1500 make[4]: Entering directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/example'
1501 make[4]: Nothing to be done for `install-exec-am'.
1502 make[4]: Nothing to be done for `install-data-am'.
1503 make[4]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/example'
1504 make[3]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2/example'
1505 make[2]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3/libxml2'
1506 make[1]: Leaving directory `/work/Me/exsrc/build/DODS/src/packages-3.4.3'
1507 true
1508 for f in `find src/dap* src/nc3-dods* src/mat-dods* src/jg-dods* src/hdf-dods* src/ff-dods* src/dsp-dods* src/clients/ncview* src/clients/ml-cmdln* src/clients/ml-structs* src/tools/asciival* src/tools/www-interface* -name configure -print`; do \
1509     (dest=`echo $f | sed 's@\(.*\)/configure@\1@'`; \
1510      echo ;\
1511      echo "Running configure in $dest";\
1512     cd $dest; ./configure | tee configure.log) \
1513 done
1514 find: src/mat-dods*: No such file or directory
1515 find: src/jg-dods*: No such file or directory
1516 find: src/hdf-dods*: No such file or directory
1517 find: src/ff-dods*: No such file or directory
1518 find: src/dsp-dods*: No such file or directory
1519 find: src/clients/ncview*: No such file or directory
1520 find: src/clients/ml-cmdln*: No such file or directory
1521 find: src/clients/ml-structs*: No such file or directory
1522 find: src/tools/asciival*: No such file or directory
1523 find: src/tools/www-interface*: No such file or directory
1524
1525 Running configure in src/dap-3.4.7
1526 checking for the DODS root pathanme... /work/Me/exsrc/build/DODS (../../)
1527 checking for the packages directory... ../../src/packages-3.4.3
1528 checking version... 3.4.7
1529 checking for perl... /usr/bin/perl
1530 Found perl version 5.8.0.
1531 checking for gtar... gtar
1532 Found Gnu tar version 1.13.25.
1533 checking build system type... i686-pc-linux-gnu
1534 checking host system type... i686-pc-linux-gnu
1535 Setting CXX to g++
1536 checking whether ln -s works... yes
1537 checking for gawk... gawk
1538 checking for gcc... gcc
1539 checking for C compiler default output... a.out
1540 checking whether the C compiler works... yes
1541 checking whether we are cross compiling... no
1542 checking for suffix of executables...
1543 checking for suffix of object files... o
1544 checking whether we are using the GNU C compiler... yes
1545 checking whether gcc accepts -g... yes
1546 checking for gcc option to accept ANSI C... none needed
1547 checking whether we are using the GNU C++ compiler... yes
1548 checking whether g++ accepts -g... yes
1549 checking for ranlib... ranlib
1550 checking whether make sets $(MAKE)... yes
1551 checking for a BSD-compatible install... /usr/bin/install -c
1552 checking for flex... flex
1553 checking for yywrap in -lfl... yes
1554 checking lex output file root... lex.yy
1555 checking whether yytext is a pointer... yes
1556 checking for bison... bison
1557 checking for gcc/g++ 2.8 or greater... Found gcc/g++ version 3.2.2
1558 checking for gcc's libgcc.a...
1559 checking for valgrind... no
1560 checking how to run the C preprocessor... gcc -E
1561 checking for egrep... grep -E
1562 checking for ANSI C header files... yes
1563 checking for sys/types.h... yes
1564 checking for sys/stat.h... yes
1565 checking for stdlib.h... yes
1566 checking for string.h... yes
1567 checking for memory.h... yes
1568 checking for strings.h... yes
1569 checking for inttypes.h... yes
1570 checking for stdint.h... yes
1571 checking for unistd.h... yes
1572 checking fcntl.h usability... yes
1573 checking fcntl.h presence... yes
1574 checking for fcntl.h... yes
1575 checking limits.h usability... yes
1576 checking limits.h presence... yes
1577 checking for limits.h... yes
1578 checking for unistd.h... (cached) yes
1579 checking pthread.h usability... yes
1580 checking pthread.h presence... yes
1581 checking for pthread.h... yes
1582 checking for an ANSI C-conforming const... yes
1583 checking for inline... inline
1584 checking for size_t... yes
1585 checking for pthread_testcancel in -lpthread... yes
1586 checking for working alloca.h... yes
1587 checking for alloca... yes
1588 checking for strdup... yes
1589 checking for strftime... yes
1590 checking for timegm... yes
1591 checking for mktime... yes
1592 checking for int... yes
1593 checking size of int... 4
1594 checking for long... yes
1595 checking size of long... 4
1596 checking for char... yes
1597 checking size of char... 1
1598 checking for double... yes
1599 checking size of double... 8
1600 checking for float... yes
1601 checking size of float... 4
1602 checking for rx_version_string in -lrx... yes
1603 checking for libcurl and its headers... yes
1604 checking for zlibVersion in -lz... yes
1605 checking for libxml2 and its headers... yes
1606 configure: creating ./config.status
1607 config.status: creating Makefile
1608 config.status: creating tests/Makefile
1609 config.status: creating config_dap.h
1610 config.status: creating dods-datatypes.h
1611 config.status: dods-datatypes.h is unchanged
1612
1613 Running configure in src/nc3-dods-3.4.6
1614 checking build system type... i686-pc-linux-gnu
1615 checking host system type... i686-pc-linux-gnu
1616 checking for the DODS root pathanme... /work/Me/exsrc/build/DODS (../../)
1617 checking version... 3.4.6
1618 checking for gawk... gawk
1619 checking for gcc... gcc
1620 checking for C compiler default output file name... a.out
1621 checking whether the C compiler works... yes
1622 checking whether we are cross compiling... no
1623 checking for suffix of executables...
1624 checking for suffix of object files... o
1625 checking whether we are using the GNU C compiler... yes
1626 checking whether gcc accepts -g... yes
1627 checking for gcc option to accept ANSI C... none needed
1628 checking for g++... g++
1629 checking whether we are using the GNU C++ compiler... yes
1630 checking whether g++ accepts -g... yes
1631 checking whether ln -s works... yes
1632 checking whether make sets $(MAKE)... yes
1633 checking for ranlib... ranlib
1634 checking how to run the C preprocessor... gcc -E
1635 checking for a BSD-compatible install... /usr/bin/install -c
1636 checking for m4... m4
1637 checking for f77... f77
1638 checking for Fortran .F compiler...
1639 checking if Fortran compiler handles *.F files... yes
1640 checking for C-equivalent to Fortran routine "SUB"... sub_
1641 checking for Fortran "byte"... yes
1642 checking for Fortran "integer*2"... yes
1643 checking if Fortran "byte" is C "signed char"... yes
1644 checking if Fortran "byte" is C "short"... no
1645 checking if Fortran "byte" is C "int"... no
1646 checking if Fortran "byte" is C "long"... no
1647 checking if Fortran "integer*2" is C "short"... yes
1648 checking if Fortran "integer*2" is C "int"... no
1649 checking if Fortran "integer*2" is C "long"... no
1650 checking if Fortran "integer" is C "int"... yes
1651 checking if Fortran "real" is C "float"... yes
1652 checking if Fortran "doubleprecision" is C "double"... yes
1653 checking for Fortran-equivalent to netCDF "byte"... byte
1654 checking for Fortran-equivalent to netCDF "short"... integer*2
1655 configure: checking for math library...
1656 checking for tanh in -lc... no
1657 checking for tanh in -lm... yes
1658 checking for perl... /usr/bin/perl
1659 Found perl version 5.8.0.
1660 checking for gtar... gtar
1661 Found Gnu tar version 1.13.25.
1662 checking for gcc/g++ 2.8 or greater... Found gcc/g++ version 3.2.2
1663 checking for gcc's libgcc.a...
1664 checking type of operating system... linux
1665 checking type of machine... i686
1666 Setting CXX to g++
1667 checking for egrep... grep -E
1668 checking for ANSI C header files... yes
1669 checking for sys/types.h... yes
1670 checking for sys/stat.h... yes
1671 checking for stdlib.h... yes
1672 checking for string.h... yes
1673 checking for memory.h... yes
1674 checking for strings.h... yes
1675 checking for inttypes.h... yes
1676 checking for stdint.h... yes
1677 checking for unistd.h... yes
1678 checking fcntl.h usability... yes
1679 checking fcntl.h presence... yes
1680 checking for fcntl.h... yes
1681 checking limits.h usability... yes
1682 checking limits.h presence... yes
1683 checking for limits.h... yes
1684 checking for unistd.h... (cached) yes
1685 checking for an ANSI C-conforming const... yes
1686 checking for off_t... yes
1687 checking for size_t... yes
1688 checking for ssize_t... yes
1689 checking for ptrdiff_t... yes
1690 checking for uchar... no
1691 checking whether char is unsigned... no
1692 checking whether byte ordering is bigendian... no
1693 checking for IEEE floating point format... yes
1694 checking for pthread_testcancel in -lpthread... yes
1695 checking for vprintf... yes
1696 checking for _doprnt... no
1697 checking for strerror... yes
1698 checking for strtol... yes
1699 checking for int... yes
1700 checking size of int... 4
1701 checking for long... yes
1702 checking size of long... 4
1703 checking for char... yes
1704 checking size of char... 1
1705 checking for double... yes
1706 checking size of double... 8
1707 checking for float... yes
1708 checking size of float... 4
1709 checking size of off_t... 4
1710 checking size of size_t... 4
1711 checking for the packages directory... ../../src/packages-3.4.3
1712 checking for rx_version_string in -lrx... yes
1713 checking for libcurl and its headers... yes
1714 checking for zlibVersion in -lz... yes
1715 checking for libxml2 and its headers... yes
1716 configure: creating ./config.status
1717 config.status: creating Makefile
1718 config.status: creating ncdump/Makefile
1719 config.status: creating nc_test/Makefile
1720 config.status: creating fortran/Makefile
1721 config.status: creating config_nc.h
1722 config.status: creating lnetcdf/ncconfig.h
1723 config.status: creating fortran/nfconfig.inc
1724 cd src/dap* && make  all;
1725 make[1]: Entering directory `/work/Me/exsrc/build/DODS/src/dap-3.4.7'
1726 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o AttrTable.o AttrTable.cc
1727 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o DAS.o DAS.cc
1728 g++ -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -c lex.das.c -o lex.das.o
1729 lex.das.c:1792: warning: `void yy_fatal_error(const char*)' defined but not
1730    used
1731 g++ -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -c das.tab.c -o das.tab.o
1732 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o parser-util.o parser-util.cc
1733 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o DDS.o DDS.cc
1734 DDS.cc: In member function `void DDS::parse(std::basic_string<char,
1735    std::char_traits<char>, std::allocator<char> >)':
1736 DDS.cc:783: warning: unused variable `int res'
1737 DDS.cc: In member function `void DDS::parse(int)':
1738 DDS.cc:809: warning: unused variable `int res'
1739 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o DataDDS.o DataDDS.cc
1740 g++ -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -c lex.dds.c -o lex.dds.o
1741 lex.dds.c:1768: warning: `void yy_fatal_error(const char*)' defined but not
1742    used
1743 g++ -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -c dds.tab.c -o dds.tab.o
1744 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o BaseType.o BaseType.cc
1745 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Byte.o Byte.cc
1746 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Int32.o Int32.cc
1747 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Float64.o Float64.cc
1748 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Str.o Str.cc
1749 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Url.o Url.cc
1750 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Vector.o Vector.cc
1751 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o List.o List.cc
1752 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Array.o Array.cc
1753 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Structure.o Structure.cc
1754 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Sequence.o Sequence.cc
1755 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Grid.o Grid.cc
1756 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o UInt32.o UInt32.cc
1757 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o util.o util.cc
1758 gcc -c  -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o xdrutil_ppc.o xdrutil_ppc.c
1759 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o ce_functions.o ce_functions.cc
1760 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o GSEClause.o GSEClause.cc
1761 g++ -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -c lex.gse_.c -o lex.gse.o
1762 lex.gse_.c:1535: warning: `void yy_fatal_error(const char*)' defined but not
1763    used
1764 g++ -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -c gse.tab.c -o gse.tab.o
1765 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Int16.o Int16.cc
1766 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o UInt16.o UInt16.cc
1767 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Float32.o Float32.cc
1768 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Constructor.o Constructor.cc
1769 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorByte.o VirtualCtorByte.cc
1770 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorInt16.o VirtualCtorInt16.cc
1771 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorUInt16.o VirtualCtorUInt16.cc
1772 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorInt32.o VirtualCtorInt32.cc
1773 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorUInt32.o VirtualCtorUInt32.cc
1774 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorFloat32.o VirtualCtorFloat32.cc
1775 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorFloat64.o VirtualCtorFloat64.cc
1776 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorStr.o VirtualCtorStr.cc
1777 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorUrl.o VirtualCtorUrl.cc
1778 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorArray.o VirtualCtorArray.cc
1779 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorList.o VirtualCtorList.cc
1780 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorStructure.o VirtualCtorStructure.cc
1781 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorSequence.o VirtualCtorSequence.cc
1782 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o VirtualCtorGrid.o VirtualCtorGrid.cc
1783 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o util_mit.o util_mit.cc
1784 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o GNU/GetOpt.o GNU/GetOpt.cc
1785 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o GNU/Regex.o GNU/Regex.cc
1786 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o GNU/error.o GNU/error.cc
1787 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o IteratorAdapter.o IteratorAdapter.cc
1788 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o ArrayIterAdapter.o ArrayIterAdapter.cc
1789 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o AttrIterAdapter.o AttrIterAdapter.cc
1790 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o BTIterAdapter.o BTIterAdapter.cc
1791 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o ClauseIterAdapter.o ClauseIterAdapter.cc
1792 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Error.o Error.cc
1793 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o InternalErr.o InternalErr.cc
1794 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o ResponseTooBigErr.o ResponseTooBigErr.cc
1795 g++ -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -c lex.Error.c -o lex.Error.o
1796 g++ -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -c Error.tab.c -o Error.tab.o
1797 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Clause.o Clause.cc
1798 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o RValue.o RValue.cc
1799 g++ -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -c lex.expr.c -o lex.expr.o
1800 lex.expr.c:1661: warning: `void yy_fatal_error(const char*)' defined but not
1801    used
1802 g++ -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -c expr.tab.c -o expr.tab.o
1803 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o cgi_util.o cgi_util.cc
1804 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o escaping.o escaping.cc
1805 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o DODSFilter.o DODSFilter.cc
1806 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o SignalHandler.o SignalHandler.cc
1807 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Connections.o Connections.cc
1808 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o RCReader.o RCReader.cc
1809 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o Connect.o Connect.cc
1810 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o HTTPConnect.o HTTPConnect.cc
1811 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o HTTPCache.o HTTPCache.cc
1812 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o AISResources.o AISResources.cc
1813 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o AISDatabaseParser.o AISDatabaseParser.cc
1814 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o AISMerge.o AISMerge.cc
1815 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o AISConnect.o AISConnect.cc
1816 ar cru libdap++.a AttrTable.o DAS.o lex.das.o das.tab.o parser-util.o DDS.o DataDDS.o lex.dds.o dds.tab.o BaseType.o Byte.o Int32.o Float64.o Str.o Url.o Vector.o List.o Array.o Structure.o Sequence.o Grid.o UInt32.o util.o xdrutil_ppc.o ce_functions.o GSEClause.o lex.gse.o gse.tab.o Int16.o UInt16.o Float32.o Constructor.o VirtualCtorByte.o VirtualCtorInt16.o VirtualCtorUInt16.o VirtualCtorInt32.o VirtualCtorUInt32.o VirtualCtorFloat32.o VirtualCtorFloat64.o VirtualCtorStr.o VirtualCtorUrl.o VirtualCtorArray.o VirtualCtorList.o VirtualCtorStructure.o VirtualCtorSequence.o VirtualCtorGrid.o util_mit.o GNU/GetOpt.o GNU/Regex.o GNU/error.o IteratorAdapter.o ArrayIterAdapter.o AttrIterAdapter.o BTIterAdapter.o ClauseIterAdapter.o Error.o InternalErr.o ResponseTooBigErr.o lex.Error.o Error.tab.o Clause.o RValue.o lex.expr.o expr.tab.o cgi_util.o escaping.o DODSFilter.o SignalHandler.o Connections.o RCReader.o Connect.o HTTPConnect.o HTTPCache.o AISResources.o AISDatabaseParser.o AISMerge.o AISConnect.o
1817 ranlib libdap++.a
1818 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o geturl.o geturl.cc
1819 g++ -L.  -L../../lib  -o geturl geturl.o -ldap++ -L/work/Me/exsrc/build/DODS/lib -lxml2 -L/work/Me/exsrc/build/DODS/lib -lz -lpthread -lm -L/work/Me/exsrc/build/DODS/lib -lcurl -L/usr/kerberos/lib -lz -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz  -lpthread -lrx -lz
1820 g++ -c -gstabs -O2  -Wall -Wno-deprecated -DNDEBUG -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o usage.o usage.cc
1821 g++ -L.  -L../../lib  -o usage usage.o libdap++.a -L/work/Me/exsrc/build/DODS/lib -lxml2 -L/work/Me/exsrc/build/DODS/lib -lz -lpthread -lm -L/work/Me/exsrc/build/DODS/lib -lcurl -L/usr/kerberos/lib -lz -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz  -lpthread -lrx -lz
1822 gcc -c  -DHAVE_CONFIG_H -I. -IGNU -I../../include/libxml2  -I../../include  -o deflate.o deflate.c
1823 gcc -L.  -L../../lib  -o deflate deflate.o -lz
1824 make[1]: Leaving directory `/work/Me/exsrc/build/DODS/src/dap-3.4.7'
1825 cd src/dap* && make  install;
1826 make[1]: Entering directory `/work/Me/exsrc/build/DODS/src/dap-3.4.7'
1827 mkdir -p ../..//include
1828 /usr/bin/install -c -m 644 config_dap.h ../..//include
1829 /usr/bin/install -c -m 644 debug.h ../..//include
1830 /usr/bin/install -c -m 644 dods-limits.h ../..//include
1831 for h in Error.h InternalErr.h ResponseTooBigErr.h SignalHandlerRegisteredErr.h expr.h Clause.h RValue.h BaseType.h Byte.h Int32.h GSEClause.h Constructor.h Float64.h Str.h Url.h Vector.h List.h Array.h Structure.h Sequence.h Grid.h UInt32.h util.h Int16.h UInt16.h Float32.h dods-datatypes.h util_mit.h DDS.h DataDDS.h AttrTable.h DAS.h parser.h \
1832          GNU/builtin.h GNU/Pix.h GNU/GetOpt.h GNU/Regex.h IteratorAdapter.h ArrayIterAdapter.h AttrIterAdapter.h BTIterAdapter.h ClauseIterAdapter.h Connections.h Connections.cc RCReader.h Connect.h HTTPConnect.h ObjectType.h EncodingType.h HTTPCache.h HTTPCacheDisconnectedMode.h Response.h HTTPResponse.h HTTPCacheResponse.h cgi_util.h escaping.h DODSFilter.h SignalHandler.h AISConnect.h AISMerge.h AISExceptions.h AISDatabaseParser.h AISResources.h Resource.h; \
1833     do /usr/bin/install -c -m 644 $h ../..//include; done
1834 mkdir -p ../..//bin
1835 /usr/bin/install -c -s geturl ../..//bin
1836 mkdir -p ../../etc
1837 /usr/bin/install -c -s usage ../../etc
1838 mkdir -p ../../etc
1839 /usr/bin/install -c -s deflate ../../etc
1840 mkdir -p ../..//lib
1841 /usr/bin/install -c -m 644 libdap++.a ../..//lib
1842 ranlib ../..//lib/libdap++.a
1843 make[1]: Leaving directory `/work/Me/exsrc/build/DODS/src/dap-3.4.7'
1844 for d in src/nc3-dods* src/mat-dods* src/jg-dods* src/hdf-dods* src/ff-dods* src/dsp-dods*; do (cd $d && test ! -f ignore && make  all); done
1845 make[1]: Entering directory `/work/Me/exsrc/build/DODS/src/nc3-dods-3.4.6'
1846 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCConnect.o NCConnect.cc
1847 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o inst.o inst.cc
1848 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCArray.o NCArray.cc
1849 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCByte.o NCByte.cc
1850 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCFloat64.o NCFloat64.cc
1851 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCGrid.o NCGrid.cc
1852 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCInt32.o NCInt32.cc
1853 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCList.o NCList.cc
1854 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCSequence.o NCSequence.cc
1855 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCStr.o NCStr.cc
1856 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCStructure.o NCStructure.cc
1857 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCUrl.o NCUrl.cc
1858 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCUInt32.o NCUInt32.cc
1859 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCUInt16.o NCUInt16.cc
1860 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCInt16.o NCInt16.cc
1861 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o NCFloat32.o NCFloat32.cc
1862 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o Ddim.o Ddim.cc
1863 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o Dattr.o Dattr.cc
1864 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o Dvar.o Dvar.cc
1865 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o Dnc.o Dnc.cc
1866 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o Dputget.o Dputget.cc
1867 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o Dncx.o Dncx.cc
1868 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o lattr.o lnetcdf/lattr.c
1869 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o ldim.o lnetcdf/ldim.c
1870 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o lerror.o lnetcdf/lerror.c
1871 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o llibvers.o lnetcdf/llibvers.c
1872 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o lnc.o lnetcdf/lnc.c
1873 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o lncio.o lnetcdf/lncio.c
1874 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o lncx.o lnetcdf/lncx.c
1875 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o lputget.o lnetcdf/lputget.c
1876 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o lstring.o lnetcdf/lstring.c
1877 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o lv1hpg.o lnetcdf/lv1hpg.c
1878 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o lv2i.o lnetcdf/lv2i.c
1879 gcc -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o lvar.o lnetcdf/lvar.c
1880 (cd fortran && make -w all)
1881 make[2]: Entering directory `/work/Me/exsrc/build/DODS/src/nc3-dods-3.4.6/fortran'
1882 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-attio.o fort-attio.c
1883 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-control.o fort-control.c
1884 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-dim.o fort-dim.c
1885 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-genatt.o fort-genatt.c
1886 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-geninq.o fort-geninq.c
1887 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-genvar.o fort-genvar.c
1888 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-lib.o fort-lib.c
1889 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-misc.o fort-misc.c
1890 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-v2compat.o fort-v2compat.c
1891 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-vario.o fort-vario.c
1892 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-var1io.o fort-var1io.c
1893 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-varaio.o fort-varaio.c
1894 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-varmio.o fort-varmio.c
1895 gcc -c -gstabs -O2    -DUSE_LIBGXX_INLINES -DLOCAL -Df2cFortran -DHAVE_CONFIG_H -I../lnetcdf -I../../include/libxml2  -I../../include -o fort-varsio.o fort-varsio.c
1896 ar rcuv ../libnc-dods.a fort-attio.o fort-control.o fort-dim.o fort-genatt.o fort-geninq.o fort-genvar.o fort-lib.o fort-misc.o fort-v2compat.o fort-vario.o fort-var1io.o fort-varaio.o fort-varmio.o fort-varsio.o
1897 a - fort-attio.o
1898 a - fort-control.o
1899 a - fort-dim.o
1900 a - fort-genatt.o
1901 a - fort-geninq.o
1902 a - fort-genvar.o
1903 a - fort-lib.o
1904 a - fort-misc.o
1905 a - fort-v2compat.o
1906 a - fort-vario.o
1907 a - fort-var1io.o
1908 a - fort-varaio.o
1909 a - fort-varmio.o
1910 a - fort-varsio.o
1911 ranlib ../libnc-dods.a
1912 make[2]: Leaving directory `/work/Me/exsrc/build/DODS/src/nc3-dods-3.4.6/fortran'
1913 ar -cru libnc-dods.a NCConnect.o inst.o NCArray.o NCByte.o NCFloat64.o NCGrid.o NCInt32.o NCList.o NCSequence.o NCStr.o NCStructure.o NCUrl.o NCUInt32.o NCUInt16.o NCInt16.o NCFloat32.o Ddim.o Dattr.o Dvar.o Dnc.o Dputget.o Dncx.o lattr.o ldim.o lerror.o llibvers.o lnc.o lncio.o lncx.o lputget.o lstring.o lv1hpg.o lv2i.o lvar.o 
1914 ranlib libnc-dods.a
1915 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o nc_das.o nc_das.cc
1916 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o ncdas.o ncdas.cc
1917 g++ -L. -L./lnetcdf  -L../../lib -o nc_das nc_das.o ncdas.o NCConnect.o inst.o NCArray.o NCByte.o NCFloat64.o NCGrid.o NCInt32.o NCList.o NCSequence.o NCStr.o NCStructure.o NCUrl.o NCUInt32.o NCUInt16.o NCInt16.o NCFloat32.o -lnc-dods -ldap++ -lnc-dods -ldap++ -L/work/Me/exsrc/build/DODS/lib -lxml2 -L/work/Me/exsrc/build/DODS/lib -lz -lpthread -lm -L/work/Me/exsrc/build/DODS/lib -lcurl -L/usr/kerberos/lib -lz -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz  -lpthread -lrx -lz
1918 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o nc_dds.o nc_dds.cc
1919 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o ncdds.o ncdds.cc
1920 g++ -L. -L./lnetcdf  -L../../lib -o nc_dds nc_dds.o ncdds.o NCConnect.o inst.o NCArray.o NCByte.o NCFloat64.o NCGrid.o NCInt32.o NCList.o NCSequence.o NCStr.o NCStructure.o NCUrl.o NCUInt32.o NCUInt16.o NCInt16.o NCFloat32.o -lnc-dods -ldap++ -lnc-dods -ldap++ -L/work/Me/exsrc/build/DODS/lib -lxml2 -L/work/Me/exsrc/build/DODS/lib -lz -lpthread -lm -L/work/Me/exsrc/build/DODS/lib -lcurl -L/usr/kerberos/lib -lz -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz  -lpthread -lrx -lz
1921 g++ -c -gstabs -O2  -DLOCAL -DHAVE_CONFIG_H -I./lnetcdf -I../../include/libxml2  -I../../include -o nc_dods.o nc_dods.cc
1922 g++ -L. -L./lnetcdf  -L../../lib -o nc_dods nc_dods.o ncdds.o NCConnect.o inst.o NCArray.o NCByte.o NCFloat64.o NCGrid.o NCInt32.o NCList.o NCSequence.o NCStr.o NCStructure.o NCUrl.o NCUInt32.o NCUInt16.o NCInt16.o NCFloat32.o -lnc-dods -ldap++ -lnc-dods -ldap++ -L/work/Me/exsrc/build/DODS/lib -lxml2 -L/work/Me/exsrc/build/DODS/lib -lz -lpthread -lm -L/work/Me/exsrc/build/DODS/lib -lcurl -L/usr/kerberos/lib -lz -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz  -lpthread -lrx -lz
1923 (cd ncdump && make -w all)
1924 make[2]: Entering directory `/work/Me/exsrc/build/DODS/src/nc3-dods-3.4.6/ncdump'
1925 g++ -gstabs -O2  -DUSE_LIBGXX_INLINES -DLOCAL -DHAVE_CONFIG_H -I../lnetcdf -I../../../include -I../../../include/w3c-libwww -I../../include/libxml2  -I../../include   -c -o ncdump.o ncdump.cc
1926 g++ -gstabs -O2  -DUSE_LIBGXX_INLINES -DLOCAL -DHAVE_CONFIG_H -I../lnetcdf -I../../../include -I../../../include/w3c-libwww -I../../include/libxml2  -I../../include   -c -o vardata.o vardata.cc
1927 g++ -gstabs -O2  -DUSE_LIBGXX_INLINES -DLOCAL -DHAVE_CONFIG_H -I../lnetcdf -I../../../include -I../../../include/w3c-libwww -I../../include/libxml2  -I../../include   -c -o dumplib.o dumplib.cc
1928 g++ -L.. -L../lnetcdf -L../../../lib  -L../../lib -o dncdump ncdump.o vardata.o dumplib.o -lnc-dods -ldap++ -lnc-dods -ldap++ -L/work/Me/exsrc/build/DODS/lib -lxml2 -L/work/Me/exsrc/build/DODS/lib -lz -lpthread -lm -L/work/Me/exsrc/build/DODS/lib -lcurl -L/usr/kerberos/lib -lz -lssl -lcrypto -ldl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz  -lpthread -lrx -lz
1929 make[2]: Leaving directory `/work/Me/exsrc/build/DODS/src/nc3-dods-3.4.6/ncdump'
1930 make[1]: Leaving directory `/work/Me/exsrc/build/DODS/src/nc3-dods-3.4.6'
1931 /bin/sh: line 1: cd: src/mat-dods*: No such file or directory
1932 /bin/sh: line 1: cd: src/jg-dods*: No such file or directory
1933 /bin/sh: line 1: cd: src/hdf-dods*: No such file or directory
1934 /bin/sh: line 1: cd: src/ff-dods*: No such file or directory
1935 /bin/sh: line 1: cd: src/dsp-dods*: No such file or directory
1936 make: [servers-all] Error 1 (ignored)
1937 for d in src/nc3-dods* src/mat-dods* src/jg-dods* src/hdf-dods* src/ff-dods* src/dsp-dods*; do (cd $d && test ! -f ignore && make  install); done
1938 make[1]: Entering directory `/work/Me/exsrc/build/DODS/src/nc3-dods-3.4.6'
1939 /usr/bin/install -c -m 644 libnc-dods.a ../../lib
1940 ranlib ../../lib/libnc-dods.a
1941 /usr/bin/install -c -m 644 lnetcdf/netcdf.h ../../include
1942 /usr/bin/install -c -m 644 fortran/netcdf.inc ../../include
1943 /usr/bin/install -c -s nc_das ../../etc
1944 /usr/bin/install -c -s nc_dds ../../etc
1945 /usr/bin/install -c -s nc_dods ../../etc
1946 (cd ncdump && make -w install)
1947 make[2]: Entering directory `/work/Me/exsrc/build/DODS/src/nc3-dods-3.4.6/ncdump'
1948 /usr/bin/install -c -s dncdump ../../../bin
1949 make[2]: Leaving directory `/work/Me/exsrc/build/DODS/src/nc3-dods-3.4.6/ncdump'
1950 make[1]: Leaving directory `/work/Me/exsrc/build/DODS/src/nc3-dods-3.4.6'
1951 /bin/sh: line 1: cd: src/mat-dods*: No such file or directory
1952 /bin/sh: line 1: cd: src/jg-dods*: No such file or directory
1953 /bin/sh: line 1: cd: src/hdf-dods*: No such file or directory
1954 /bin/sh: line 1: cd: src/ff-dods*: No such file or directory
1955 /bin/sh: line 1: cd: src/dsp-dods*: No such file or directory
1956 make: [servers-install] Error 1 (ignored)
1957 for d in src/tools/asciival* src/tools/www-interface*; do (cd $d && test ! -f ignore && make  all); done
1958 /bin/sh: line 1: cd: src/tools/asciival*: No such file or directory
1959 /bin/sh: line 1: cd: src/tools/www-interface*: No such file or directory
1960 make: [tools-all] Error 1 (ignored)
1961 for d in src/tools/asciival* src/tools/www-interface*; do (cd $d && test ! -f ignore && make  install); done
1962 /bin/sh: line 1: cd: src/tools/asciival*: No such file or directory
1963 /bin/sh: line 1: cd: src/tools/www-interface*: No such file or directory
1964 make: [tools-install] Error 1 (ignored)
1965 for d in src/clients/ncview* src/clients/ml-cmdln* src/clients/ml-structs*; do (cd $d && test ! -f ignore && make  all); done
1966 /bin/sh: line 1: cd: src/clients/ncview*: No such file or directory
1967 /bin/sh: line 1: cd: src/clients/ml-cmdln*: No such file or directory
1968 /bin/sh: line 1: cd: src/clients/ml-structs*: No such file or directory
1969 make: [clients-all] Error 1 (ignored)
1970 for d in src/clients/ncview* src/clients/ml-cmdln* src/clients/ml-structs*; do (cd $d && test ! -f ignore && make  install); done
1971 /bin/sh: line 1: cd: src/clients/ncview*: No such file or directory
1972 /bin/sh: line 1: cd: src/clients/ml-cmdln*: No such file or directory
1973 /bin/sh: line 1: cd: src/clients/ml-structs*: No such file or directory
1974 make: [clients-install] Error 1 (ignored)
1975 make: *** No rule to make target `install'.  Stop.
Note: See TracBrowser for help on using the browser.