Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cbcunc/4da966bd1e253c4c9ad4 to your computer and use it in GitHub Desktop.
Save cbcunc/4da966bd1e253c4c9ad4 to your computer and use it in GitHub Desktop.
Build of libdap4 on Mon Nov 23 14:57:14 EST 2015
Built on hyraxtest, x86_64-unknown-linux-gnu (Linux hyraxtest 3.10.0-229.20.1.el7.x86_64 #1 SMP Tue Nov 3 19:10:07 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux)
Building in libdap4
autoreconf --force --install --verbose
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I conf -I gl/m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `conf'.
libtoolize: copying file `conf/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `conf'.
libtoolize: copying file `conf/libtool.m4'
libtoolize: copying file `conf/ltoptions.m4'
libtoolize: copying file `conf/ltsugar.m4'
libtoolize: copying file `conf/ltversion.m4'
libtoolize: copying file `conf/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:91: installing 'conf/compile'
configure.ac:45: installing 'conf/config.guess'
configure.ac:45: installing 'conf/config.sub'
configure.ac:16: installing 'conf/install-sh'
configure.ac:16: installing 'conf/missing'
Makefile.am: installing 'conf/depcomp'
parallel-tests: installing 'conf/test-driver'
autoreconf: Leaving directory `.'
./configure --prefix=/home/cbc/hyrax/build --enable-developer
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
configure: Package Major Version: 3
configure: Package Minor Version: 16
configure: Package SubMinor Version: 0
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gawk... (cached) gawk
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for bison... bison
checking for bison 3.0... found vesion 3.0.4
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pthread.h... yes
checking for sys/param.h... yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for langinfo.h... yes
checking for xlocale.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for features.h... yes
checking for wctype.h... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking uuid.h usability... no
checking uuid.h presence... no
checking for uuid.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for struct stat.st_blksize... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking whether byte ordering is bigendian... no
checking size of int... 4
checking size of long... 8
checking size of char... 1
checking size of double... 8
checking size of float... 4
checking for inttypes.h... (cached) yes
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of uint8_t... 1
checking for library containing xdr_void... none required
checking for xdr_uint32_t in -lc... yes
checking for alarm... yes
checking for atexit... yes
checking for bzero... yes
checking for dup2... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for localtime_r... yes
checking for memmove... yes
checking for memset... yes
checking for pow... no
checking for putenv... yes
checking for setenv... yes
checking for strchr... yes
checking for strerror... yes
checking for strtol... yes
checking for strtoul... yes
checking for timegm... yes
checking for mktime... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for btowc... yes
checking for symlink... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for nl_langinfo... yes
checking for isblank... yes
checking for iswctype... yes
checking for wcrtomb... yes
checking for iswcntrl... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... fr_FR
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for working fcntl.h... yes
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for wchar_t... yes
checking for max_align_t... no
checking whether NULL can be used in arbitrary expressions... yes
checking for ld used by gcc... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking for pthread.h... (cached) yes
checking for multithread API to use... posix
checking for mbstate_t... yes
checking for a traditional japanese locale... ja_JP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking whether alarm is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking whether stdint.h conforms to C99... yes
checking for pid_t... yes
checking for mode_t... yes
checking for wint_t... yes
checking for alloca as a compiler built-in... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking whether nl_langinfo is declared without a macro... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... yes
checking whether struct lconv is properly defined... yes
checking whether setlocale is declared without a macro... yes
checking whether duplocale is declared without a macro... yes
checking for pthread_rwlock_t... yes
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc works on empty input... no
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether YESEXPR works... yes
checking for working re_compile_pattern... yes
checking for ssize_t... yes
checking for max_align_t... (cached) no
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... yes
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... yes
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... yes
checking whether mkostemps is declared without a macro... yes
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... yes
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... yes
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... yes
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... yes
checking whether secure_getenv is declared without a macro... yes
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... yes
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... yes
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... yes
checking whether euidaccess is declared without a macro... yes
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fdatasync is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether group_member is declared without a macro... yes
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... yes
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... yes
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcrtomb return value is correct... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CURL... yes
checking for libcurl... yes; used pkg-config
checking for XML2... yes
checking for libxml2... yes; used pkg-config
checking for pthread_kill in -lpthread... yes
checking for uuid_generate in -luuid... yes
checking for cppunit-config... no
checking for Cppunit - version >= 1.12.0... no
configure: Building developer version
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libdap.pc
config.status: creating libdapclient.pc
config.status: creating libdapserver.pc
config.status: creating main_page.doxygen
config.status: creating doxy.conf
config.status: creating abi_checker.xml
config.status: creating gl/Makefile
config.status: creating d4_ce/Makefile
config.status: creating d4_function/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating unit-tests/Makefile
config.status: creating unit-tests/cache-testsuite/Makefile
config.status: creating dap-config
config.status: creating config.h
config.status: creating dods-datatypes-config.h
config.status: creating xdr-datatypes-config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
%%% configure status: 0
make -j9
bison das.yy
bison dds.yy
bison ce_expr.yy
bison Error.yy
cp -p dods-datatypes-static.h dods-datatypes.h
groff -t -e -mandoc -Tascii getdap.man1 | col -bx > getdap.1
groff -t -e -mandoc -Tascii dap-config.man1 | col -bx > dap-config.1
groff -t -e -mandoc -Tascii getdap4.man1 | col -bx > getdap4.1
flex das.lex
flex dds.lex
flex ce_expr.lex
flex Error.lex
cp -p xdr-datatypes-config.h xdr-datatypes.h
make all-recursive
make[1]: Entering directory `/home/cbc/hyrax/libdap4'
Making all in gl
make[2]: Entering directory `/home/cbc/hyrax/libdap4/gl'
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/home/cbc/hyrax/build"'; \
echo '#define EXEC_PREFIX "/home/cbc/hyrax/build"'; \
echo '#define BINDIR "/home/cbc/hyrax/build/bin"'; \
echo '#define SBINDIR "/home/cbc/hyrax/build/sbin"'; \
echo '#define LIBEXECDIR "/home/cbc/hyrax/build/libexec"'; \
echo '#define DATAROOTDIR "/home/cbc/hyrax/build/share"'; \
echo '#define DATADIR "/home/cbc/hyrax/build/share"'; \
echo '#define SYSCONFDIR "/home/cbc/hyrax/build/etc"'; \
echo '#define SHAREDSTATEDIR "/home/cbc/hyrax/build/com"'; \
echo '#define LOCALSTATEDIR "/home/cbc/hyrax/build/var"'; \
echo '#define RUNSTATEDIR "/home/cbc/hyrax/build/var/run"'; \
echo '#define INCLUDEDIR "/home/cbc/hyrax/build/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/home/cbc/hyrax/build/share/doc/libdap"'; \
echo '#define INFODIR "/home/cbc/hyrax/build/share/info"'; \
echo '#define HTMLDIR "/home/cbc/hyrax/build/share/doc/libdap"'; \
echo '#define DVIDIR "/home/cbc/hyrax/build/share/doc/libdap"'; \
echo '#define PDFDIR "/home/cbc/hyrax/build/share/doc/libdap"'; \
echo '#define PSDIR "/home/cbc/hyrax/build/share/doc/libdap"'; \
echo '#define LIBDIR "/home/cbc/hyrax/build/lib"'; \
echo '#define LISPDIR "/home/cbc/hyrax/build/share/emacs/site-lisp"'; \
echo '#define LOCALEDIR "/home/cbc/hyrax/build/share/locale"'; \
echo '#define MANDIR "/home/cbc/hyrax/build/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/home/cbc/hyrax/build/share/libdap"'; \
echo '#define PKGINCLUDEDIR "/home/cbc/hyrax/build/include/libdap"'; \
echo '#define PKGLIBDIR "/home/cbc/hyrax/build/lib/libdap"'; \
echo '#define PKGLIBEXECDIR "/home/cbc/hyrax/build/libexec/libdap"'; \
} | sed '/""/d' > configmake.h-t && \
mv -f configmake.h-t configmake.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../conf/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../conf/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< ../conf/snippet/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f stddef.h-t stddef.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDDEF_H''@|<stddef.h>|g' \
-e 's|@''HAVE_MAX_ALIGN_T''@|0|g' \
-e 's|@''HAVE_WCHAR_T''@|1|g' \
-e 's|@''REPLACE_NULL''@|0|g' \
< ./stddef.in.h; \
} > stddef.h-t && \
mv stddef.h-t stddef.h
/bin/mkdir -p sys
rm -f sys/types.h-t sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
< ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
rm -f langinfo.h-t langinfo.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_LANGINFO_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
-e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
-e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
-e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
-e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
-e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
-e 's|@''HAVE_NL_LANGINFO''@|1|g' \
-e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./langinfo.in.h; \
} > langinfo.h-t && \
mv langinfo.h-t langinfo.h
rm -f locale.h-t locale.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
-e 's/@''GNULIB_LOCALECONV''@/1/g' \
-e 's/@''GNULIB_SETLOCALE''@/0/g' \
-e 's/@''GNULIB_DUPLOCALE''@/0/g' \
-e 's|@''HAVE_DUPLOCALE''@|1|g' \
-e 's|@''HAVE_XLOCALE_H''@|1|g' \
-e 's|@''REPLACE_LOCALECONV''@|0|g' \
-e 's|@''REPLACE_SETLOCALE''@|0|g' \
-e 's|@''REPLACE_DUPLOCALE''@|0|g' \
-e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./locale.in.h; \
} > locale.h-t && \
mv locale.h-t locale.h
rm -f stdlib.h-t stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
-e 's/@''GNULIB__EXIT''@/0/g' \
-e 's/@''GNULIB_ATOLL''@/0/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
-e 's/@''GNULIB_GETLOADAVG''@/0/g' \
-e 's/@''GNULIB_GETSUBOPT''@/0/g' \
-e 's/@''GNULIB_GRANTPT''@/0/g' \
-e 's/@''GNULIB_MALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_MBTOWC''@/1/g' \
-e 's/@''GNULIB_MKDTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
-e 's/@''GNULIB_MKSTEMP''@/0/g' \
-e 's/@''GNULIB_MKSTEMPS''@/0/g' \
-e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
-e 's/@''GNULIB_PTSNAME''@/0/g' \
-e 's/@''GNULIB_PTSNAME_R''@/0/g' \
-e 's/@''GNULIB_PUTENV''@/0/g' \
-e 's/@''GNULIB_QSORT_R''@/0/g' \
-e 's/@''GNULIB_RANDOM''@/0/g' \
-e 's/@''GNULIB_RANDOM_R''@/0/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_REALPATH''@/0/g' \
-e 's/@''GNULIB_RPMATCH''@/0/g' \
-e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
-e 's/@''GNULIB_SETENV''@/0/g' \
-e 's/@''GNULIB_STRTOD''@/0/g' \
-e 's/@''GNULIB_STRTOLL''@/0/g' \
-e 's/@''GNULIB_STRTOULL''@/0/g' \
-e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
-e 's/@''GNULIB_UNLOCKPT''@/0/g' \
-e 's/@''GNULIB_UNSETENV''@/0/g' \
-e 's/@''GNULIB_WCTOMB''@/0/g' \
< ./stdlib.in.h | \
sed -e 's|@''HAVE__EXIT''@|1|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|1|g' \
-e 's|@''HAVE_MKDTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMPS''@|1|g' \
-e 's|@''HAVE_MKSTEMP''@|1|g' \
-e 's|@''HAVE_MKSTEMPS''@|1|g' \
-e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_PTSNAME_R''@|1|g' \
-e 's|@''HAVE_RANDOM''@|1|g' \
-e 's|@''HAVE_RANDOM_H''@|1|g' \
-e 's|@''HAVE_RANDOM_R''@|1|g' \
-e 's|@''HAVE_REALPATH''@|1|g' \
-e 's|@''HAVE_RPMATCH''@|1|g' \
-e 's|@''HAVE_SECURE_GETENV''@|1|g' \
-e 's|@''HAVE_DECL_SETENV''@|1|g' \
-e 's|@''HAVE_STRTOD''@|1|g' \
-e 's|@''HAVE_STRTOLL''@|1|g' \
-e 's|@''HAVE_STRTOULL''@|1|g' \
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
-e 's|@''HAVE_UNLOCKPT''@|1|g' \
-e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
-e 's|@''REPLACE_CALLOC''@|0|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MALLOC''@|0|g' \
-e 's|@''REPLACE_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PTSNAME''@|0|g' \
-e 's|@''REPLACE_PTSNAME_R''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|0|g' \
-e 's|@''REPLACE_QSORT_R''@|0|g' \
-e 's|@''REPLACE_RANDOM_R''@|0|g' \
-e 's|@''REPLACE_REALLOC''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|0|g' \
-e 's|@''REPLACE_SETENV''@|0|g' \
-e 's|@''REPLACE_STRTOD''@|0|g' \
-e 's|@''REPLACE_UNSETENV''@|0|g' \
-e 's|@''REPLACE_WCTOMB''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _Noreturn/r ../conf/snippet/_Noreturn.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdlib.h-t && \
mv stdlib.h-t stdlib.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_UNISTD_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
-e 's/@''GNULIB_CHDIR''@/0/g' \
-e 's/@''GNULIB_CHOWN''@/0/g' \
-e 's/@''GNULIB_CLOSE''@/0/g' \
-e 's/@''GNULIB_DUP''@/0/g' \
-e 's/@''GNULIB_DUP2''@/0/g' \
-e 's/@''GNULIB_DUP3''@/0/g' \
-e 's/@''GNULIB_ENVIRON''@/0/g' \
-e 's/@''GNULIB_EUIDACCESS''@/0/g' \
-e 's/@''GNULIB_FACCESSAT''@/0/g' \
-e 's/@''GNULIB_FCHDIR''@/0/g' \
-e 's/@''GNULIB_FCHOWNAT''@/0/g' \
-e 's/@''GNULIB_FDATASYNC''@/0/g' \
-e 's/@''GNULIB_FSYNC''@/0/g' \
-e 's/@''GNULIB_FTRUNCATE''@/0/g' \
-e 's/@''GNULIB_GETCWD''@/0/g' \
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
-e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
-e 's/@''GNULIB_GETGROUPS''@/0/g' \
-e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_GETLOGIN''@/0/g' \
-e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
-e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
-e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
-e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
-e 's/@''GNULIB_ISATTY''@/0/g' \
-e 's/@''GNULIB_LCHOWN''@/0/g' \
-e 's/@''GNULIB_LINK''@/0/g' \
-e 's/@''GNULIB_LINKAT''@/0/g' \
-e 's/@''GNULIB_LSEEK''@/0/g' \
-e 's/@''GNULIB_PIPE''@/0/g' \
-e 's/@''GNULIB_PIPE2''@/0/g' \
-e 's/@''GNULIB_PREAD''@/0/g' \
-e 's/@''GNULIB_PWRITE''@/0/g' \
-e 's/@''GNULIB_READ''@/0/g' \
-e 's/@''GNULIB_READLINK''@/0/g' \
-e 's/@''GNULIB_READLINKAT''@/0/g' \
-e 's/@''GNULIB_RMDIR''@/0/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_SLEEP''@/0/g' \
-e 's/@''GNULIB_SYMLINK''@/0/g' \
-e 's/@''GNULIB_SYMLINKAT''@/0/g' \
-e 's/@''GNULIB_TTYNAME_R''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_UNLINK''@/0/g' \
-e 's/@''GNULIB_UNLINKAT''@/0/g' \
-e 's/@''GNULIB_USLEEP''@/0/g' \
-e 's/@''GNULIB_WRITE''@/0/g' \
< ./unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|1|g' \
-e 's|@''HAVE_FACCESSAT''@|1|g' \
-e 's|@''HAVE_FCHDIR''@|1|g' \
-e 's|@''HAVE_FCHOWNAT''@|1|g' \
-e 's|@''HAVE_FDATASYNC''@|1|g' \
-e 's|@''HAVE_FSYNC''@|1|g' \
-e 's|@''HAVE_FTRUNCATE''@|1|g' \
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
-e 's|@''HAVE_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETLOGIN''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
-e 's|@''HAVE_LCHOWN''@|1|g' \
-e 's|@''HAVE_LINK''@|1|g' \
-e 's|@''HAVE_LINKAT''@|1|g' \
-e 's|@''HAVE_PIPE''@|1|g' \
-e 's|@''HAVE_PIPE2''@|1|g' \
-e 's|@''HAVE_PREAD''@|1|g' \
-e 's|@''HAVE_PWRITE''@|1|g' \
-e 's|@''HAVE_READLINK''@|1|g' \
-e 's|@''HAVE_READLINKAT''@|1|g' \
-e 's|@''HAVE_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_SLEEP''@|1|g' \
-e 's|@''HAVE_SYMLINK''@|1|g' \
-e 's|@''HAVE_SYMLINKAT''@|1|g' \
-e 's|@''HAVE_UNLINKAT''@|1|g' \
-e 's|@''HAVE_USLEEP''@|1|g' \
-e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
-e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
-e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
-e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
| \
sed -e 's|@''REPLACE_CHOWN''@|0|g' \
-e 's|@''REPLACE_CLOSE''@|0|g' \
-e 's|@''REPLACE_DUP''@|0|g' \
-e 's|@''REPLACE_DUP2''@|0|g' \
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_FTRUNCATE''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
-e 's|@''REPLACE_ISATTY''@|0|g' \
-e 's|@''REPLACE_LCHOWN''@|0|g' \
-e 's|@''REPLACE_LINK''@|0|g' \
-e 's|@''REPLACE_LINKAT''@|0|g' \
-e 's|@''REPLACE_LSEEK''@|0|g' \
-e 's|@''REPLACE_PREAD''@|0|g' \
-e 's|@''REPLACE_PWRITE''@|0|g' \
-e 's|@''REPLACE_READ''@|0|g' \
-e 's|@''REPLACE_READLINK''@|0|g' \
-e 's|@''REPLACE_READLINKAT''@|0|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|0|g' \
-e 's|@''REPLACE_SYMLINKAT''@|0|g' \
-e 's|@''REPLACE_TTYNAME_R''@|0|g' \
-e 's|@''REPLACE_UNLINK''@|0|g' \
-e 's|@''REPLACE_UNLINKAT''@|0|g' \
-e 's|@''REPLACE_USLEEP''@|0|g' \
-e 's|@''REPLACE_WRITE''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > unistd.h-t && \
mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''HAVE_FEATURES_H''@|1|g' \
-e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
-e 's|@''HAVE_WCHAR_H''@|1|g' \
-e 's/@''GNULIB_BTOWC''@/1/g' \
-e 's/@''GNULIB_WCTOB''@/0/g' \
-e 's/@''GNULIB_MBSINIT''@/1/g' \
-e 's/@''GNULIB_MBRTOWC''@/1/g' \
-e 's/@''GNULIB_MBRLEN''@/0/g' \
-e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
-e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
-e 's/@''GNULIB_WCRTOMB''@/1/g' \
-e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
-e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
-e 's/@''GNULIB_WCWIDTH''@/0/g' \
-e 's/@''GNULIB_WMEMCHR''@/0/g' \
-e 's/@''GNULIB_WMEMCMP''@/0/g' \
-e 's/@''GNULIB_WMEMCPY''@/0/g' \
-e 's/@''GNULIB_WMEMMOVE''@/0/g' \
-e 's/@''GNULIB_WMEMSET''@/0/g' \
-e 's/@''GNULIB_WCSLEN''@/0/g' \
-e 's/@''GNULIB_WCSNLEN''@/0/g' \
-e 's/@''GNULIB_WCSCPY''@/0/g' \
-e 's/@''GNULIB_WCPCPY''@/0/g' \
-e 's/@''GNULIB_WCSNCPY''@/0/g' \
-e 's/@''GNULIB_WCPNCPY''@/0/g' \
-e 's/@''GNULIB_WCSCAT''@/0/g' \
-e 's/@''GNULIB_WCSNCAT''@/0/g' \
-e 's/@''GNULIB_WCSCMP''@/0/g' \
-e 's/@''GNULIB_WCSNCMP''@/0/g' \
-e 's/@''GNULIB_WCSCASECMP''@/0/g' \
-e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
-e 's/@''GNULIB_WCSCOLL''@/0/g' \
-e 's/@''GNULIB_WCSXFRM''@/0/g' \
-e 's/@''GNULIB_WCSDUP''@/0/g' \
-e 's/@''GNULIB_WCSCHR''@/0/g' \
-e 's/@''GNULIB_WCSRCHR''@/0/g' \
-e 's/@''GNULIB_WCSCSPN''@/0/g' \
-e 's/@''GNULIB_WCSSPN''@/0/g' \
-e 's/@''GNULIB_WCSPBRK''@/0/g' \
-e 's/@''GNULIB_WCSSTR''@/0/g' \
-e 's/@''GNULIB_WCSTOK''@/0/g' \
-e 's/@''GNULIB_WCSWIDTH''@/0/g' \
< ./wchar.in.h | \
sed -e 's|@''HAVE_WINT_T''@|1|g' \
-e 's|@''HAVE_BTOWC''@|1|g' \
-e 's|@''HAVE_MBSINIT''@|1|g' \
-e 's|@''HAVE_MBRTOWC''@|1|g' \
-e 's|@''HAVE_MBRLEN''@|1|g' \
-e 's|@''HAVE_MBSRTOWCS''@|1|g' \
-e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
-e 's|@''HAVE_WCRTOMB''@|1|g' \
-e 's|@''HAVE_WCSRTOMBS''@|1|g' \
-e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
-e 's|@''HAVE_WMEMCHR''@|1|g' \
-e 's|@''HAVE_WMEMCMP''@|1|g' \
-e 's|@''HAVE_WMEMCPY''@|1|g' \
-e 's|@''HAVE_WMEMMOVE''@|1|g' \
-e 's|@''HAVE_WMEMSET''@|1|g' \
-e 's|@''HAVE_WCSLEN''@|1|g' \
-e 's|@''HAVE_WCSNLEN''@|1|g' \
-e 's|@''HAVE_WCSCPY''@|1|g' \
-e 's|@''HAVE_WCPCPY''@|1|g' \
-e 's|@''HAVE_WCSNCPY''@|1|g' \
-e 's|@''HAVE_WCPNCPY''@|1|g' \
-e 's|@''HAVE_WCSCAT''@|1|g' \
-e 's|@''HAVE_WCSNCAT''@|1|g' \
-e 's|@''HAVE_WCSCMP''@|1|g' \
-e 's|@''HAVE_WCSNCMP''@|1|g' \
-e 's|@''HAVE_WCSCASECMP''@|1|g' \
-e 's|@''HAVE_WCSNCASECMP''@|1|g' \
-e 's|@''HAVE_WCSCOLL''@|1|g' \
-e 's|@''HAVE_WCSXFRM''@|1|g' \
-e 's|@''HAVE_WCSDUP''@|1|g' \
-e 's|@''HAVE_WCSCHR''@|1|g' \
-e 's|@''HAVE_WCSRCHR''@|1|g' \
-e 's|@''HAVE_WCSCSPN''@|1|g' \
-e 's|@''HAVE_WCSSPN''@|1|g' \
-e 's|@''HAVE_WCSPBRK''@|1|g' \
-e 's|@''HAVE_WCSSTR''@|1|g' \
-e 's|@''HAVE_WCSTOK''@|1|g' \
-e 's|@''HAVE_WCSWIDTH''@|1|g' \
-e 's|@''HAVE_DECL_WCTOB''@|1|g' \
-e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
| \
sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
-e 's|@''REPLACE_BTOWC''@|0|g' \
-e 's|@''REPLACE_WCTOB''@|0|g' \
-e 's|@''REPLACE_MBSINIT''@|0|g' \
-e 's|@''REPLACE_MBRTOWC''@|1|g' \
-e 's|@''REPLACE_MBRLEN''@|0|g' \
-e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
-e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
-e 's|@''REPLACE_WCRTOMB''@|0|g' \
-e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
-e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
-e 's|@''REPLACE_WCWIDTH''@|0|g' \
-e 's|@''REPLACE_WCSWIDTH''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > wchar.h-t && \
mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_WCTYPE_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
-e 's/@''GNULIB_ISWBLANK''@/0/g' \
-e 's/@''GNULIB_WCTYPE''@/0/g' \
-e 's/@''GNULIB_ISWCTYPE''@/0/g' \
-e 's/@''GNULIB_WCTRANS''@/0/g' \
-e 's/@''GNULIB_TOWCTRANS''@/0/g' \
-e 's/@''HAVE_ISWBLANK''@/1/g' \
-e 's/@''HAVE_ISWCNTRL''@/1/g' \
-e 's/@''HAVE_WCTYPE_T''@/1/g' \
-e 's/@''HAVE_WCTRANS_T''@/1/g' \
-e 's/@''HAVE_WINT_T''@/1/g' \
-e 's/@''REPLACE_ISWBLANK''@/0/g' \
-e 's/@''REPLACE_ISWCNTRL''@/0/g' \
-e 's/@''REPLACE_TOWLOWER''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./wctype.in.h; \
} > wctype.h-t && \
mv wctype.h-t wctype.h
make all-recursive
make[3]: Entering directory `/home/cbc/hyrax/libdap4/gl'
make[4]: Entering directory `/home/cbc/hyrax/libdap4/gl'
depbase=`echo localcharset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT localcharset.lo -MD -MP -MF $depbase.Tpo -c -o localcharset.lo localcharset.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo unistd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT unistd.lo -MD -MP -MF $depbase.Tpo -c -o unistd.lo unistd.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo wctype-h.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT wctype-h.lo -MD -MP -MF $depbase.Tpo -c -o wctype-h.lo wctype-h.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo mbrtowc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT mbrtowc.lo -MD -MP -MF $depbase.Tpo -c -o mbrtowc.lo mbrtowc.c &&\
mv -f $depbase.Tpo $depbase.Plo
rm -f t-charset.alias charset.alias && \
/bin/sh ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/libdap/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/libdap/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT localcharset.lo -MD -MP -MF .deps/localcharset.Tpo -c localcharset.c -fPIC -DPIC -o .libs/localcharset.o
depbase=`echo glthread/lock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT glthread/lock.lo -MD -MP -MF $depbase.Tpo -c -o glthread/lock.lo glthread/lock.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo glthread/threadlib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT glthread/threadlib.lo -MD -MP -MF $depbase.Tpo -c -o glthread/threadlib.lo glthread/threadlib.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT unistd.lo -MD -MP -MF .deps/unistd.Tpo -c unistd.c -fPIC -DPIC -o .libs/unistd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT wctype-h.lo -MD -MP -MF .deps/wctype-h.Tpo -c wctype-h.c -fPIC -DPIC -o .libs/wctype-h.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT mbrtowc.lo -MD -MP -MF .deps/mbrtowc.Tpo -c mbrtowc.c -fPIC -DPIC -o .libs/mbrtowc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT unistd.lo -MD -MP -MF .deps/unistd.Tpo -c unistd.c -o unistd.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT localcharset.lo -MD -MP -MF .deps/localcharset.Tpo -c localcharset.c -o localcharset.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT wctype-h.lo -MD -MP -MF .deps/wctype-h.Tpo -c wctype-h.c -o wctype-h.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT mbrtowc.lo -MD -MP -MF .deps/mbrtowc.Tpo -c mbrtowc.c -o mbrtowc.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT glthread/lock.lo -MD -MP -MF glthread/.deps/lock.Tpo -c glthread/lock.c -fPIC -DPIC -o glthread/.libs/lock.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT glthread/threadlib.lo -MD -MP -MF glthread/.deps/threadlib.Tpo -c glthread/threadlib.c -fPIC -DPIC -o glthread/.libs/threadlib.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT glthread/threadlib.lo -MD -MP -MF glthread/.deps/threadlib.Tpo -c glthread/threadlib.c -o glthread/threadlib.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT glthread/lock.lo -MD -MP -MF glthread/.deps/lock.Tpo -c glthread/lock.c -o glthread/lock.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -o libgnu.la localcharset.lo glthread/lock.lo glthread/threadlib.lo unistd.lo wctype-h.lo mbrtowc.lo
libtool: link: ar cru .libs/libgnu.a .libs/localcharset.o glthread/.libs/lock.o glthread/.libs/threadlib.o .libs/unistd.o .libs/wctype-h.o .libs/mbrtowc.o
libtool: link: ranlib .libs/libgnu.a
libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
make[4]: Leaving directory `/home/cbc/hyrax/libdap4/gl'
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/gl'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/gl'
Making all in d4_ce
make[2]: Entering directory `/home/cbc/hyrax/libdap4/d4_ce'
bison d4_ce_parser.yy
flex d4_ce_scanner.ll
make all-am
make[3]: Entering directory `/home/cbc/hyrax/libdap4/d4_ce'
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -I.. -I../d4_ce -I. -I/usr/include/libxml2 -g -O2 -MT libd4_ce_parser_la-lex.d4_ce.lo -MD -MP -MF .deps/libd4_ce_parser_la-lex.d4_ce.Tpo -c -o libd4_ce_parser_la-lex.d4_ce.lo `test -f 'lex.d4_ce.cc' || echo './'`lex.d4_ce.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -I.. -I../d4_ce -I. -I/usr/include/libxml2 -g -O2 -MT libd4_ce_parser_la-lex.d4_ce.lo -MD -MP -MF .deps/libd4_ce_parser_la-lex.d4_ce.Tpo -c lex.d4_ce.cc -fPIC -DPIC -o .libs/libd4_ce_parser_la-lex.d4_ce.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -I.. -I../d4_ce -I. -I/usr/include/libxml2 -g -O2 -MT libd4_ce_parser_la-lex.d4_ce.lo -MD -MP -MF .deps/libd4_ce_parser_la-lex.d4_ce.Tpo -c lex.d4_ce.cc -o libd4_ce_parser_la-lex.d4_ce.o >/dev/null 2>&1
mv -f .deps/libd4_ce_parser_la-lex.d4_ce.Tpo .deps/libd4_ce_parser_la-lex.d4_ce.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -I.. -I../d4_ce -I. -I/usr/include/libxml2 -g -O2 -MT libd4_ce_parser_la-d4_ce_parser.tab.lo -MD -MP -MF .deps/libd4_ce_parser_la-d4_ce_parser.tab.Tpo -c -o libd4_ce_parser_la-d4_ce_parser.tab.lo `test -f 'd4_ce_parser.tab.cc' || echo './'`d4_ce_parser.tab.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -I.. -I../d4_ce -I. -I/usr/include/libxml2 -g -O2 -MT libd4_ce_parser_la-d4_ce_parser.tab.lo -MD -MP -MF .deps/libd4_ce_parser_la-d4_ce_parser.tab.Tpo -c d4_ce_parser.tab.cc -fPIC -DPIC -o .libs/libd4_ce_parser_la-d4_ce_parser.tab.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -I.. -I../d4_ce -I. -I/usr/include/libxml2 -g -O2 -MT libd4_ce_parser_la-d4_ce_parser.tab.lo -MD -MP -MF .deps/libd4_ce_parser_la-d4_ce_parser.tab.Tpo -c d4_ce_parser.tab.cc -o libd4_ce_parser_la-d4_ce_parser.tab.o >/dev/null 2>&1
mv -f .deps/libd4_ce_parser_la-d4_ce_parser.tab.Tpo .deps/libd4_ce_parser_la-d4_ce_parser.tab.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -I.. -I../d4_ce -I. -I/usr/include/libxml2 -g -O2 -MT libd4_ce_parser_la-D4ConstraintEvaluator.lo -MD -MP -MF .deps/libd4_ce_parser_la-D4ConstraintEvaluator.Tpo -c -o libd4_ce_parser_la-D4ConstraintEvaluator.lo `test -f 'D4ConstraintEvaluator.cc' || echo './'`D4ConstraintEvaluator.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -I.. -I../d4_ce -I. -I/usr/include/libxml2 -g -O2 -MT libd4_ce_parser_la-D4ConstraintEvaluator.lo -MD -MP -MF .deps/libd4_ce_parser_la-D4ConstraintEvaluator.Tpo -c D4ConstraintEvaluator.cc -fPIC -DPIC -o .libs/libd4_ce_parser_la-D4ConstraintEvaluator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -I.. -I../d4_ce -I. -I/usr/include/libxml2 -g -O2 -MT libd4_ce_parser_la-D4ConstraintEvaluator.lo -MD -MP -MF .deps/libd4_ce_parser_la-D4ConstraintEvaluator.Tpo -c D4ConstraintEvaluator.cc -o libd4_ce_parser_la-D4ConstraintEvaluator.o >/dev/null 2>&1
mv -f .deps/libd4_ce_parser_la-D4ConstraintEvaluator.Tpo .deps/libd4_ce_parser_la-D4ConstraintEvaluator.Plo
/bin/sh ../libtool --tag=CXX --mode=link g++ -I.. -I../d4_ce -I. -I/usr/include/libxml2 -g -O2 -o libd4_ce_parser.la libd4_ce_parser_la-lex.d4_ce.lo libd4_ce_parser_la-d4_ce_parser.tab.lo libd4_ce_parser_la-D4ConstraintEvaluator.lo
libtool: link: ar cru .libs/libd4_ce_parser.a .libs/libd4_ce_parser_la-lex.d4_ce.o .libs/libd4_ce_parser_la-d4_ce_parser.tab.o .libs/libd4_ce_parser_la-D4ConstraintEvaluator.o
libtool: link: ranlib .libs/libd4_ce_parser.a
libtool: link: ( cd ".libs" && rm -f "libd4_ce_parser.la" && ln -s "../libd4_ce_parser.la" "libd4_ce_parser.la" )
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/d4_ce'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/d4_ce'
Making all in d4_function
make[2]: Entering directory `/home/cbc/hyrax/libdap4/d4_function'
bison d4_function_parser.yy
flex d4_function_scanner.ll
make all-am
make[3]: Entering directory `/home/cbc/hyrax/libdap4/d4_function'
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT D4FunctionEvaluator.lo -MD -MP -MF .deps/D4FunctionEvaluator.Tpo -c -o D4FunctionEvaluator.lo D4FunctionEvaluator.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT D4FunctionEvaluator.lo -MD -MP -MF .deps/D4FunctionEvaluator.Tpo -c D4FunctionEvaluator.cc -fPIC -DPIC -o .libs/D4FunctionEvaluator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT D4FunctionEvaluator.lo -MD -MP -MF .deps/D4FunctionEvaluator.Tpo -c D4FunctionEvaluator.cc -o D4FunctionEvaluator.o >/dev/null 2>&1
mv -f .deps/D4FunctionEvaluator.Tpo .deps/D4FunctionEvaluator.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT d4_function_parser.tab.lo -MD -MP -MF .deps/d4_function_parser.tab.Tpo -c -o d4_function_parser.tab.lo d4_function_parser.tab.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT d4_function_parser.tab.lo -MD -MP -MF .deps/d4_function_parser.tab.Tpo -c d4_function_parser.tab.cc -fPIC -DPIC -o .libs/d4_function_parser.tab.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT d4_function_parser.tab.lo -MD -MP -MF .deps/d4_function_parser.tab.Tpo -c d4_function_parser.tab.cc -o d4_function_parser.tab.o >/dev/null 2>&1
mv -f .deps/d4_function_parser.tab.Tpo .deps/d4_function_parser.tab.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT lex.d4_function.lo -MD -MP -MF .deps/lex.d4_function.Tpo -c -o lex.d4_function.lo lex.d4_function.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT lex.d4_function.lo -MD -MP -MF .deps/lex.d4_function.Tpo -c lex.d4_function.cc -fPIC -DPIC -o .libs/lex.d4_function.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT lex.d4_function.lo -MD -MP -MF .deps/lex.d4_function.Tpo -c lex.d4_function.cc -o lex.d4_function.o >/dev/null 2>&1
mv -f .deps/lex.d4_function.Tpo .deps/lex.d4_function.Plo
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o libd4_function_parser.la D4FunctionEvaluator.lo d4_function_parser.tab.lo lex.d4_function.lo
libtool: link: ar cru .libs/libd4_function_parser.a .libs/D4FunctionEvaluator.o .libs/d4_function_parser.tab.o .libs/lex.d4_function.o
libtool: link: ranlib .libs/libd4_function_parser.a
libtool: link: ( cd ".libs" && rm -f "libd4_function_parser.la" && ln -s "../libd4_function_parser.la" "libd4_function_parser.la" )
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/d4_function'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/d4_function'
Making all in .
make[2]: Entering directory `/home/cbc/hyrax/libdap4'
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-AttrTable.lo -MD -MP -MF .deps/libdap_la-AttrTable.Tpo -c -o libdap_la-AttrTable.lo `test -f 'AttrTable.cc' || echo './'`AttrTable.cc
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DAS.lo -MD -MP -MF .deps/libdap_la-DAS.Tpo -c -o libdap_la-DAS.lo `test -f 'DAS.cc' || echo './'`DAS.cc
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DDS.lo -MD -MP -MF .deps/libdap_la-DDS.Tpo -c -o libdap_la-DDS.lo `test -f 'DDS.cc' || echo './'`DDS.cc
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DataDDS.lo -MD -MP -MF .deps/libdap_la-DataDDS.Tpo -c -o libdap_la-DataDDS.lo `test -f 'DataDDS.cc' || echo './'`DataDDS.cc
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DDXParserSAX2.lo -MD -MP -MF .deps/libdap_la-DDXParserSAX2.Tpo -c -o libdap_la-DDXParserSAX2.lo `test -f 'DDXParserSAX2.cc' || echo './'`DDXParserSAX2.cc
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-BaseType.lo -MD -MP -MF .deps/libdap_la-BaseType.Tpo -c -o libdap_la-BaseType.lo `test -f 'BaseType.cc' || echo './'`BaseType.cc
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Byte.lo -MD -MP -MF .deps/libdap_la-Byte.Tpo -c -o libdap_la-Byte.lo `test -f 'Byte.cc' || echo './'`Byte.cc
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int32.lo -MD -MP -MF .deps/libdap_la-Int32.Tpo -c -o libdap_la-Int32.lo `test -f 'Int32.cc' || echo './'`Int32.cc
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Float64.lo -MD -MP -MF .deps/libdap_la-Float64.Tpo -c -o libdap_la-Float64.lo `test -f 'Float64.cc' || echo './'`Float64.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-AttrTable.lo -MD -MP -MF .deps/libdap_la-AttrTable.Tpo -c AttrTable.cc -fPIC -DPIC -o .libs/libdap_la-AttrTable.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DAS.lo -MD -MP -MF .deps/libdap_la-DAS.Tpo -c DAS.cc -fPIC -DPIC -o .libs/libdap_la-DAS.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DataDDS.lo -MD -MP -MF .deps/libdap_la-DataDDS.Tpo -c DataDDS.cc -fPIC -DPIC -o .libs/libdap_la-DataDDS.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DDS.lo -MD -MP -MF .deps/libdap_la-DDS.Tpo -c DDS.cc -fPIC -DPIC -o .libs/libdap_la-DDS.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DDXParserSAX2.lo -MD -MP -MF .deps/libdap_la-DDXParserSAX2.Tpo -c DDXParserSAX2.cc -fPIC -DPIC -o .libs/libdap_la-DDXParserSAX2.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-BaseType.lo -MD -MP -MF .deps/libdap_la-BaseType.Tpo -c BaseType.cc -fPIC -DPIC -o .libs/libdap_la-BaseType.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Byte.lo -MD -MP -MF .deps/libdap_la-Byte.Tpo -c Byte.cc -fPIC -DPIC -o .libs/libdap_la-Byte.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int32.lo -MD -MP -MF .deps/libdap_la-Int32.Tpo -c Int32.cc -fPIC -DPIC -o .libs/libdap_la-Int32.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Float64.lo -MD -MP -MF .deps/libdap_la-Float64.Tpo -c Float64.cc -fPIC -DPIC -o .libs/libdap_la-Float64.o
DDXParserSAX2.cc: In member function 'void libdap::DDXParser::intern_stream(FILE*, libdap::DDS*, std::string&, const string&)':
DDXParserSAX2.cc:1244:42: warning: ordered comparison of pointer with integer zero [-Wextra]
while ((fgets(chars, size, in) > 0) && !is_boundary(chars, boundary)) {
^
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DAS.lo -MD -MP -MF .deps/libdap_la-DAS.Tpo -c DAS.cc -o libdap_la-DAS.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DataDDS.lo -MD -MP -MF .deps/libdap_la-DataDDS.Tpo -c DataDDS.cc -o libdap_la-DataDDS.o >/dev/null 2>&1
mv -f .deps/libdap_la-DAS.Tpo .deps/libdap_la-DAS.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int32.lo -MD -MP -MF .deps/libdap_la-Int32.Tpo -c Int32.cc -o libdap_la-Int32.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Str.lo -MD -MP -MF .deps/libdap_la-Str.Tpo -c -o libdap_la-Str.lo `test -f 'Str.cc' || echo './'`Str.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Byte.lo -MD -MP -MF .deps/libdap_la-Byte.Tpo -c Byte.cc -o libdap_la-Byte.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Float64.lo -MD -MP -MF .deps/libdap_la-Float64.Tpo -c Float64.cc -o libdap_la-Float64.o >/dev/null 2>&1
mv -f .deps/libdap_la-DataDDS.Tpo .deps/libdap_la-DataDDS.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Url.lo -MD -MP -MF .deps/libdap_la-Url.Tpo -c -o libdap_la-Url.lo `test -f 'Url.cc' || echo './'`Url.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Str.lo -MD -MP -MF .deps/libdap_la-Str.Tpo -c Str.cc -fPIC -DPIC -o .libs/libdap_la-Str.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Url.lo -MD -MP -MF .deps/libdap_la-Url.Tpo -c Url.cc -fPIC -DPIC -o .libs/libdap_la-Url.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-BaseType.lo -MD -MP -MF .deps/libdap_la-BaseType.Tpo -c BaseType.cc -o libdap_la-BaseType.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Url.lo -MD -MP -MF .deps/libdap_la-Url.Tpo -c Url.cc -o libdap_la-Url.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-AttrTable.lo -MD -MP -MF .deps/libdap_la-AttrTable.Tpo -c AttrTable.cc -o libdap_la-AttrTable.o >/dev/null 2>&1
mv -f .deps/libdap_la-Int32.Tpo .deps/libdap_la-Int32.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Vector.lo -MD -MP -MF .deps/libdap_la-Vector.Tpo -c -o libdap_la-Vector.lo `test -f 'Vector.cc' || echo './'`Vector.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Str.lo -MD -MP -MF .deps/libdap_la-Str.Tpo -c Str.cc -o libdap_la-Str.o >/dev/null 2>&1
mv -f .deps/libdap_la-Byte.Tpo .deps/libdap_la-Byte.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Array.lo -MD -MP -MF .deps/libdap_la-Array.Tpo -c -o libdap_la-Array.lo `test -f 'Array.cc' || echo './'`Array.cc
mv -f .deps/libdap_la-Url.Tpo .deps/libdap_la-Url.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Structure.lo -MD -MP -MF .deps/libdap_la-Structure.Tpo -c -o libdap_la-Structure.lo `test -f 'Structure.cc' || echo './'`Structure.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Vector.lo -MD -MP -MF .deps/libdap_la-Vector.Tpo -c Vector.cc -fPIC -DPIC -o .libs/libdap_la-Vector.o
mv -f .deps/libdap_la-Float64.Tpo .deps/libdap_la-Float64.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Sequence.lo -MD -MP -MF .deps/libdap_la-Sequence.Tpo -c -o libdap_la-Sequence.lo `test -f 'Sequence.cc' || echo './'`Sequence.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Array.lo -MD -MP -MF .deps/libdap_la-Array.Tpo -c Array.cc -fPIC -DPIC -o .libs/libdap_la-Array.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Structure.lo -MD -MP -MF .deps/libdap_la-Structure.Tpo -c Structure.cc -fPIC -DPIC -o .libs/libdap_la-Structure.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Sequence.lo -MD -MP -MF .deps/libdap_la-Sequence.Tpo -c Sequence.cc -fPIC -DPIC -o .libs/libdap_la-Sequence.o
In file included from /usr/include/c++/4.8.2/cassert:43:0,
from D4Enum.h:29,
from Vector.cc:59:
Vector.cc: In member function 'virtual void libdap::Vector::serialize(libdap::D4StreamMarshaller&, libdap::DMR&, bool)':
Vector.cc:952:44: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
assert(d_compound_buf.capacity() >= 0);
^
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DDS.lo -MD -MP -MF .deps/libdap_la-DDS.Tpo -c DDS.cc -o libdap_la-DDS.o >/dev/null 2>&1
mv -f .deps/libdap_la-Str.Tpo .deps/libdap_la-Str.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Grid.lo -MD -MP -MF .deps/libdap_la-Grid.Tpo -c -o libdap_la-Grid.lo `test -f 'Grid.cc' || echo './'`Grid.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DDXParserSAX2.lo -MD -MP -MF .deps/libdap_la-DDXParserSAX2.Tpo -c DDXParserSAX2.cc -o libdap_la-DDXParserSAX2.o >/dev/null 2>&1
mv -f .deps/libdap_la-BaseType.Tpo .deps/libdap_la-BaseType.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Structure.lo -MD -MP -MF .deps/libdap_la-Structure.Tpo -c Structure.cc -o libdap_la-Structure.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-UInt32.lo -MD -MP -MF .deps/libdap_la-UInt32.Tpo -c -o libdap_la-UInt32.lo `test -f 'UInt32.cc' || echo './'`UInt32.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Grid.lo -MD -MP -MF .deps/libdap_la-Grid.Tpo -c Grid.cc -fPIC -DPIC -o .libs/libdap_la-Grid.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-UInt32.lo -MD -MP -MF .deps/libdap_la-UInt32.Tpo -c UInt32.cc -fPIC -DPIC -o .libs/libdap_la-UInt32.o
mv -f .deps/libdap_la-Structure.Tpo .deps/libdap_la-Structure.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int16.lo -MD -MP -MF .deps/libdap_la-Int16.Tpo -c -o libdap_la-Int16.lo `test -f 'Int16.cc' || echo './'`Int16.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int16.lo -MD -MP -MF .deps/libdap_la-Int16.Tpo -c Int16.cc -fPIC -DPIC -o .libs/libdap_la-Int16.o
mv -f .deps/libdap_la-AttrTable.Tpo .deps/libdap_la-AttrTable.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-UInt16.lo -MD -MP -MF .deps/libdap_la-UInt16.Tpo -c -o libdap_la-UInt16.lo `test -f 'UInt16.cc' || echo './'`UInt16.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Sequence.lo -MD -MP -MF .deps/libdap_la-Sequence.Tpo -c Sequence.cc -o libdap_la-Sequence.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-UInt32.lo -MD -MP -MF .deps/libdap_la-UInt32.Tpo -c UInt32.cc -o libdap_la-UInt32.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-UInt16.lo -MD -MP -MF .deps/libdap_la-UInt16.Tpo -c UInt16.cc -fPIC -DPIC -o .libs/libdap_la-UInt16.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Array.lo -MD -MP -MF .deps/libdap_la-Array.Tpo -c Array.cc -o libdap_la-Array.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int16.lo -MD -MP -MF .deps/libdap_la-Int16.Tpo -c Int16.cc -o libdap_la-Int16.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Grid.lo -MD -MP -MF .deps/libdap_la-Grid.Tpo -c Grid.cc -o libdap_la-Grid.o >/dev/null 2>&1
mv -f .deps/libdap_la-UInt32.Tpo .deps/libdap_la-UInt32.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-UInt16.lo -MD -MP -MF .deps/libdap_la-UInt16.Tpo -c UInt16.cc -o libdap_la-UInt16.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Float32.lo -MD -MP -MF .deps/libdap_la-Float32.Tpo -c -o libdap_la-Float32.lo `test -f 'Float32.cc' || echo './'`Float32.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Float32.lo -MD -MP -MF .deps/libdap_la-Float32.Tpo -c Float32.cc -fPIC -DPIC -o .libs/libdap_la-Float32.o
mv -f .deps/libdap_la-DDS.Tpo .deps/libdap_la-DDS.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Constructor.lo -MD -MP -MF .deps/libdap_la-Constructor.Tpo -c -o libdap_la-Constructor.lo `test -f 'Constructor.cc' || echo './'`Constructor.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Vector.lo -MD -MP -MF .deps/libdap_la-Vector.Tpo -c Vector.cc -o libdap_la-Vector.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Constructor.lo -MD -MP -MF .deps/libdap_la-Constructor.Tpo -c Constructor.cc -fPIC -DPIC -o .libs/libdap_la-Constructor.o
mv -f .deps/libdap_la-Int16.Tpo .deps/libdap_la-Int16.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-BaseTypeFactory.lo -MD -MP -MF .deps/libdap_la-BaseTypeFactory.Tpo -c -o libdap_la-BaseTypeFactory.lo `test -f 'BaseTypeFactory.cc' || echo './'`BaseTypeFactory.cc
mv -f .deps/libdap_la-Sequence.Tpo .deps/libdap_la-Sequence.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-SignalHandler.lo -MD -MP -MF .deps/libdap_la-SignalHandler.Tpo -c -o libdap_la-SignalHandler.lo `test -f 'SignalHandler.cc' || echo './'`SignalHandler.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-BaseTypeFactory.lo -MD -MP -MF .deps/libdap_la-BaseTypeFactory.Tpo -c BaseTypeFactory.cc -fPIC -DPIC -o .libs/libdap_la-BaseTypeFactory.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-SignalHandler.lo -MD -MP -MF .deps/libdap_la-SignalHandler.Tpo -c SignalHandler.cc -fPIC -DPIC -o .libs/libdap_la-SignalHandler.o
mv -f .deps/libdap_la-UInt16.Tpo .deps/libdap_la-UInt16.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Error.lo -MD -MP -MF .deps/libdap_la-Error.Tpo -c -o libdap_la-Error.lo `test -f 'Error.cc' || echo './'`Error.cc
mv -f .deps/libdap_la-DDXParserSAX2.Tpo .deps/libdap_la-DDXParserSAX2.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-InternalErr.lo -MD -MP -MF .deps/libdap_la-InternalErr.Tpo -c -o libdap_la-InternalErr.lo `test -f 'InternalErr.cc' || echo './'`InternalErr.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Float32.lo -MD -MP -MF .deps/libdap_la-Float32.Tpo -c Float32.cc -o libdap_la-Float32.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Error.lo -MD -MP -MF .deps/libdap_la-Error.Tpo -c Error.cc -fPIC -DPIC -o .libs/libdap_la-Error.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-InternalErr.lo -MD -MP -MF .deps/libdap_la-InternalErr.Tpo -c InternalErr.cc -fPIC -DPIC -o .libs/libdap_la-InternalErr.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-BaseTypeFactory.lo -MD -MP -MF .deps/libdap_la-BaseTypeFactory.Tpo -c BaseTypeFactory.cc -o libdap_la-BaseTypeFactory.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-SignalHandler.lo -MD -MP -MF .deps/libdap_la-SignalHandler.Tpo -c SignalHandler.cc -o libdap_la-SignalHandler.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Error.lo -MD -MP -MF .deps/libdap_la-Error.Tpo -c Error.cc -o libdap_la-Error.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-InternalErr.lo -MD -MP -MF .deps/libdap_la-InternalErr.Tpo -c InternalErr.cc -o libdap_la-InternalErr.o >/dev/null 2>&1
mv -f .deps/libdap_la-Array.Tpo .deps/libdap_la-Array.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-util.lo -MD -MP -MF .deps/libdap_la-util.Tpo -c -o libdap_la-util.lo `test -f 'util.cc' || echo './'`util.cc
mv -f .deps/libdap_la-SignalHandler.Tpo .deps/libdap_la-SignalHandler.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -g -O2 -MT libdap_la-xdrutil_ppc.lo -MD -MP -MF .deps/libdap_la-xdrutil_ppc.Tpo -c -o libdap_la-xdrutil_ppc.lo `test -f 'xdrutil_ppc.c' || echo './'`xdrutil_ppc.c
mv -f .deps/libdap_la-Grid.Tpo .deps/libdap_la-Grid.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-parser-util.lo -MD -MP -MF .deps/libdap_la-parser-util.Tpo -c -o libdap_la-parser-util.lo `test -f 'parser-util.cc' || echo './'`parser-util.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-util.lo -MD -MP -MF .deps/libdap_la-util.Tpo -c util.cc -fPIC -DPIC -o .libs/libdap_la-util.o
mv -f .deps/libdap_la-Error.Tpo .deps/libdap_la-Error.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-escaping.lo -MD -MP -MF .deps/libdap_la-escaping.Tpo -c -o libdap_la-escaping.lo `test -f 'escaping.cc' || echo './'`escaping.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Constructor.lo -MD -MP -MF .deps/libdap_la-Constructor.Tpo -c Constructor.cc -o libdap_la-Constructor.o >/dev/null 2>&1
mv -f .deps/libdap_la-BaseTypeFactory.Tpo .deps/libdap_la-BaseTypeFactory.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -g -O2 -MT libdap_la-xdrutil_ppc.lo -MD -MP -MF .deps/libdap_la-xdrutil_ppc.Tpo -c xdrutil_ppc.c -fPIC -DPIC -o .libs/libdap_la-xdrutil_ppc.o
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Clause.lo -MD -MP -MF .deps/libdap_la-Clause.Tpo -c -o libdap_la-Clause.lo `test -f 'Clause.cc' || echo './'`Clause.cc
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -g -O2 -MT libdap_la-xdrutil_ppc.lo -MD -MP -MF .deps/libdap_la-xdrutil_ppc.Tpo -c xdrutil_ppc.c -o libdap_la-xdrutil_ppc.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-parser-util.lo -MD -MP -MF .deps/libdap_la-parser-util.Tpo -c parser-util.cc -fPIC -DPIC -o .libs/libdap_la-parser-util.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-escaping.lo -MD -MP -MF .deps/libdap_la-escaping.Tpo -c escaping.cc -fPIC -DPIC -o .libs/libdap_la-escaping.o
mv -f .deps/libdap_la-xdrutil_ppc.Tpo .deps/libdap_la-xdrutil_ppc.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-RValue.lo -MD -MP -MF .deps/libdap_la-RValue.Tpo -c -o libdap_la-RValue.lo `test -f 'RValue.cc' || echo './'`RValue.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Clause.lo -MD -MP -MF .deps/libdap_la-Clause.Tpo -c Clause.cc -fPIC -DPIC -o .libs/libdap_la-Clause.o
mv -f .deps/libdap_la-InternalErr.Tpo .deps/libdap_la-InternalErr.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-ConstraintEvaluator.lo -MD -MP -MF .deps/libdap_la-ConstraintEvaluator.Tpo -c -o libdap_la-ConstraintEvaluator.lo `test -f 'ConstraintEvaluator.cc' || echo './'`ConstraintEvaluator.cc
mv -f .deps/libdap_la-Float32.Tpo .deps/libdap_la-Float32.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DapIndent.lo -MD -MP -MF .deps/libdap_la-DapIndent.Tpo -c -o libdap_la-DapIndent.lo `test -f 'DapIndent.cc' || echo './'`DapIndent.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-RValue.lo -MD -MP -MF .deps/libdap_la-RValue.Tpo -c RValue.cc -fPIC -DPIC -o .libs/libdap_la-RValue.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-ConstraintEvaluator.lo -MD -MP -MF .deps/libdap_la-ConstraintEvaluator.Tpo -c ConstraintEvaluator.cc -fPIC -DPIC -o .libs/libdap_la-ConstraintEvaluator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DapIndent.lo -MD -MP -MF .deps/libdap_la-DapIndent.Tpo -c DapIndent.cc -fPIC -DPIC -o .libs/libdap_la-DapIndent.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DapIndent.lo -MD -MP -MF .deps/libdap_la-DapIndent.Tpo -c DapIndent.cc -o libdap_la-DapIndent.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Clause.lo -MD -MP -MF .deps/libdap_la-Clause.Tpo -c Clause.cc -o libdap_la-Clause.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-parser-util.lo -MD -MP -MF .deps/libdap_la-parser-util.Tpo -c parser-util.cc -o libdap_la-parser-util.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-RValue.lo -MD -MP -MF .deps/libdap_la-RValue.Tpo -c RValue.cc -o libdap_la-RValue.o >/dev/null 2>&1
mv -f .deps/libdap_la-DapIndent.Tpo .deps/libdap_la-DapIndent.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-escaping.lo -MD -MP -MF .deps/libdap_la-escaping.Tpo -c escaping.cc -o libdap_la-escaping.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRUtils.lo -MD -MP -MF .deps/libdap_la-XDRUtils.Tpo -c -o libdap_la-XDRUtils.lo `test -f 'XDRUtils.cc' || echo './'`XDRUtils.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRUtils.lo -MD -MP -MF .deps/libdap_la-XDRUtils.Tpo -c XDRUtils.cc -fPIC -DPIC -o .libs/libdap_la-XDRUtils.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-ConstraintEvaluator.lo -MD -MP -MF .deps/libdap_la-ConstraintEvaluator.Tpo -c ConstraintEvaluator.cc -o libdap_la-ConstraintEvaluator.o >/dev/null 2>&1
mv -f .deps/libdap_la-Clause.Tpo .deps/libdap_la-Clause.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRFileMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRFileMarshaller.Tpo -c -o libdap_la-XDRFileMarshaller.lo `test -f 'XDRFileMarshaller.cc' || echo './'`XDRFileMarshaller.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRFileMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRFileMarshaller.Tpo -c XDRFileMarshaller.cc -fPIC -DPIC -o .libs/libdap_la-XDRFileMarshaller.o
mv -f .deps/libdap_la-RValue.Tpo .deps/libdap_la-RValue.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRStreamMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRStreamMarshaller.Tpo -c -o libdap_la-XDRStreamMarshaller.lo `test -f 'XDRStreamMarshaller.cc' || echo './'`XDRStreamMarshaller.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRUtils.lo -MD -MP -MF .deps/libdap_la-XDRUtils.Tpo -c XDRUtils.cc -o libdap_la-XDRUtils.o >/dev/null 2>&1
mv -f .deps/libdap_la-parser-util.Tpo .deps/libdap_la-parser-util.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRFileUnMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRFileUnMarshaller.Tpo -c -o libdap_la-XDRFileUnMarshaller.lo `test -f 'XDRFileUnMarshaller.cc' || echo './'`XDRFileUnMarshaller.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRStreamMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRStreamMarshaller.Tpo -c XDRStreamMarshaller.cc -fPIC -DPIC -o .libs/libdap_la-XDRStreamMarshaller.o
mv -f .deps/libdap_la-Vector.Tpo .deps/libdap_la-Vector.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRStreamUnMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRStreamUnMarshaller.Tpo -c -o libdap_la-XDRStreamUnMarshaller.lo `test -f 'XDRStreamUnMarshaller.cc' || echo './'`XDRStreamUnMarshaller.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRFileUnMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRFileUnMarshaller.Tpo -c XDRFileUnMarshaller.cc -fPIC -DPIC -o .libs/libdap_la-XDRFileUnMarshaller.o
mv -f .deps/libdap_la-Constructor.Tpo .deps/libdap_la-Constructor.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-mime_util.lo -MD -MP -MF .deps/libdap_la-mime_util.Tpo -c -o libdap_la-mime_util.lo `test -f 'mime_util.cc' || echo './'`mime_util.cc
mv -f .deps/libdap_la-escaping.Tpo .deps/libdap_la-escaping.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Keywords2.lo -MD -MP -MF .deps/libdap_la-Keywords2.Tpo -c -o libdap_la-Keywords2.lo `test -f 'Keywords2.cc' || echo './'`Keywords2.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRStreamUnMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRStreamUnMarshaller.Tpo -c XDRStreamUnMarshaller.cc -fPIC -DPIC -o .libs/libdap_la-XDRStreamUnMarshaller.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-mime_util.lo -MD -MP -MF .deps/libdap_la-mime_util.Tpo -c mime_util.cc -fPIC -DPIC -o .libs/libdap_la-mime_util.o
mv -f .deps/libdap_la-XDRUtils.Tpo .deps/libdap_la-XDRUtils.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XMLWriter.lo -MD -MP -MF .deps/libdap_la-XMLWriter.Tpo -c -o libdap_la-XMLWriter.lo `test -f 'XMLWriter.cc' || echo './'`XMLWriter.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Keywords2.lo -MD -MP -MF .deps/libdap_la-Keywords2.Tpo -c Keywords2.cc -fPIC -DPIC -o .libs/libdap_la-Keywords2.o
mv -f .deps/libdap_la-ConstraintEvaluator.Tpo .deps/libdap_la-ConstraintEvaluator.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-ServerFunctionsList.lo -MD -MP -MF .deps/libdap_la-ServerFunctionsList.Tpo -c -o libdap_la-ServerFunctionsList.lo `test -f 'ServerFunctionsList.cc' || echo './'`ServerFunctionsList.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XMLWriter.lo -MD -MP -MF .deps/libdap_la-XMLWriter.Tpo -c XMLWriter.cc -fPIC -DPIC -o .libs/libdap_la-XMLWriter.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-ServerFunctionsList.lo -MD -MP -MF .deps/libdap_la-ServerFunctionsList.Tpo -c ServerFunctionsList.cc -fPIC -DPIC -o .libs/libdap_la-ServerFunctionsList.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRFileMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRFileMarshaller.Tpo -c XDRFileMarshaller.cc -o libdap_la-XDRFileMarshaller.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRFileUnMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRFileUnMarshaller.Tpo -c XDRFileUnMarshaller.cc -o libdap_la-XDRFileUnMarshaller.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XMLWriter.lo -MD -MP -MF .deps/libdap_la-XMLWriter.Tpo -c XMLWriter.cc -o libdap_la-XMLWriter.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-util.lo -MD -MP -MF .deps/libdap_la-util.Tpo -c util.cc -o libdap_la-util.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRStreamMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRStreamMarshaller.Tpo -c XDRStreamMarshaller.cc -o libdap_la-XDRStreamMarshaller.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-XDRStreamUnMarshaller.lo -MD -MP -MF .deps/libdap_la-XDRStreamUnMarshaller.Tpo -c XDRStreamUnMarshaller.cc -o libdap_la-XDRStreamUnMarshaller.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-ServerFunctionsList.lo -MD -MP -MF .deps/libdap_la-ServerFunctionsList.Tpo -c ServerFunctionsList.cc -o libdap_la-ServerFunctionsList.o >/dev/null 2>&1
mv -f .deps/libdap_la-XMLWriter.Tpo .deps/libdap_la-XMLWriter.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-ServerFunction.lo -MD -MP -MF .deps/libdap_la-ServerFunction.Tpo -c -o libdap_la-ServerFunction.lo `test -f 'ServerFunction.cc' || echo './'`ServerFunction.cc
mv -f .deps/libdap_la-XDRFileMarshaller.Tpo .deps/libdap_la-XDRFileMarshaller.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DapXmlNamespaces.lo -MD -MP -MF .deps/libdap_la-DapXmlNamespaces.Tpo -c -o libdap_la-DapXmlNamespaces.lo `test -f 'DapXmlNamespaces.cc' || echo './'`DapXmlNamespaces.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-ServerFunction.lo -MD -MP -MF .deps/libdap_la-ServerFunction.Tpo -c ServerFunction.cc -fPIC -DPIC -o .libs/libdap_la-ServerFunction.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DapXmlNamespaces.lo -MD -MP -MF .deps/libdap_la-DapXmlNamespaces.Tpo -c DapXmlNamespaces.cc -fPIC -DPIC -o .libs/libdap_la-DapXmlNamespaces.o
mv -f .deps/libdap_la-XDRFileUnMarshaller.Tpo .deps/libdap_la-XDRFileUnMarshaller.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-MarshallerThread.lo -MD -MP -MF .deps/libdap_la-MarshallerThread.Tpo -c -o libdap_la-MarshallerThread.lo `test -f 'MarshallerThread.cc' || echo './'`MarshallerThread.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DapXmlNamespaces.lo -MD -MP -MF .deps/libdap_la-DapXmlNamespaces.Tpo -c DapXmlNamespaces.cc -o libdap_la-DapXmlNamespaces.o >/dev/null 2>&1
mv -f .deps/libdap_la-DapXmlNamespaces.Tpo .deps/libdap_la-DapXmlNamespaces.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-MarshallerThread.lo -MD -MP -MF .deps/libdap_la-MarshallerThread.Tpo -c MarshallerThread.cc -fPIC -DPIC -o .libs/libdap_la-MarshallerThread.o
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4StreamMarshaller.lo -MD -MP -MF .deps/libdap_la-D4StreamMarshaller.Tpo -c -o libdap_la-D4StreamMarshaller.lo `test -f 'D4StreamMarshaller.cc' || echo './'`D4StreamMarshaller.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Keywords2.lo -MD -MP -MF .deps/libdap_la-Keywords2.Tpo -c Keywords2.cc -o libdap_la-Keywords2.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4StreamMarshaller.lo -MD -MP -MF .deps/libdap_la-D4StreamMarshaller.Tpo -c D4StreamMarshaller.cc -fPIC -DPIC -o .libs/libdap_la-D4StreamMarshaller.o
mv -f .deps/libdap_la-ServerFunctionsList.Tpo .deps/libdap_la-ServerFunctionsList.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4StreamUnMarshaller.lo -MD -MP -MF .deps/libdap_la-D4StreamUnMarshaller.Tpo -c -o libdap_la-D4StreamUnMarshaller.lo `test -f 'D4StreamUnMarshaller.cc' || echo './'`D4StreamUnMarshaller.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-ServerFunction.lo -MD -MP -MF .deps/libdap_la-ServerFunction.Tpo -c ServerFunction.cc -o libdap_la-ServerFunction.o >/dev/null 2>&1
mv -f .deps/libdap_la-XDRStreamMarshaller.Tpo .deps/libdap_la-XDRStreamMarshaller.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int64.lo -MD -MP -MF .deps/libdap_la-Int64.Tpo -c -o libdap_la-Int64.lo `test -f 'Int64.cc' || echo './'`Int64.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4StreamUnMarshaller.lo -MD -MP -MF .deps/libdap_la-D4StreamUnMarshaller.Tpo -c D4StreamUnMarshaller.cc -fPIC -DPIC -o .libs/libdap_la-D4StreamUnMarshaller.o
mv -f .deps/libdap_la-XDRStreamUnMarshaller.Tpo .deps/libdap_la-XDRStreamUnMarshaller.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-UInt64.lo -MD -MP -MF .deps/libdap_la-UInt64.Tpo -c -o libdap_la-UInt64.lo `test -f 'UInt64.cc' || echo './'`UInt64.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int64.lo -MD -MP -MF .deps/libdap_la-Int64.Tpo -c Int64.cc -fPIC -DPIC -o .libs/libdap_la-Int64.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-mime_util.lo -MD -MP -MF .deps/libdap_la-mime_util.Tpo -c mime_util.cc -o libdap_la-mime_util.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-UInt64.lo -MD -MP -MF .deps/libdap_la-UInt64.Tpo -c UInt64.cc -fPIC -DPIC -o .libs/libdap_la-UInt64.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-MarshallerThread.lo -MD -MP -MF .deps/libdap_la-MarshallerThread.Tpo -c MarshallerThread.cc -o libdap_la-MarshallerThread.o >/dev/null 2>&1
mv -f .deps/libdap_la-ServerFunction.Tpo .deps/libdap_la-ServerFunction.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int8.lo -MD -MP -MF .deps/libdap_la-Int8.Tpo -c -o libdap_la-Int8.lo `test -f 'Int8.cc' || echo './'`Int8.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4StreamMarshaller.lo -MD -MP -MF .deps/libdap_la-D4StreamMarshaller.Tpo -c D4StreamMarshaller.cc -o libdap_la-D4StreamMarshaller.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int8.lo -MD -MP -MF .deps/libdap_la-Int8.Tpo -c Int8.cc -fPIC -DPIC -o .libs/libdap_la-Int8.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4StreamUnMarshaller.lo -MD -MP -MF .deps/libdap_la-D4StreamUnMarshaller.Tpo -c D4StreamUnMarshaller.cc -o libdap_la-D4StreamUnMarshaller.o >/dev/null 2>&1
mv -f .deps/libdap_la-MarshallerThread.Tpo .deps/libdap_la-MarshallerThread.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4ParserSax2.lo -MD -MP -MF .deps/libdap_la-D4ParserSax2.Tpo -c -o libdap_la-D4ParserSax2.lo `test -f 'D4ParserSax2.cc' || echo './'`D4ParserSax2.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int64.lo -MD -MP -MF .deps/libdap_la-Int64.Tpo -c Int64.cc -o libdap_la-Int64.o >/dev/null 2>&1
mv -f .deps/libdap_la-Keywords2.Tpo .deps/libdap_la-Keywords2.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4BaseTypeFactory.lo -MD -MP -MF .deps/libdap_la-D4BaseTypeFactory.Tpo -c -o libdap_la-D4BaseTypeFactory.lo `test -f 'D4BaseTypeFactory.cc' || echo './'`D4BaseTypeFactory.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4ParserSax2.lo -MD -MP -MF .deps/libdap_la-D4ParserSax2.Tpo -c D4ParserSax2.cc -fPIC -DPIC -o .libs/libdap_la-D4ParserSax2.o
mv -f .deps/libdap_la-D4StreamMarshaller.Tpo .deps/libdap_la-D4StreamMarshaller.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Dimensions.lo -MD -MP -MF .deps/libdap_la-D4Dimensions.Tpo -c -o libdap_la-D4Dimensions.lo `test -f 'D4Dimensions.cc' || echo './'`D4Dimensions.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-UInt64.lo -MD -MP -MF .deps/libdap_la-UInt64.Tpo -c UInt64.cc -o libdap_la-UInt64.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4BaseTypeFactory.lo -MD -MP -MF .deps/libdap_la-D4BaseTypeFactory.Tpo -c D4BaseTypeFactory.cc -fPIC -DPIC -o .libs/libdap_la-D4BaseTypeFactory.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Dimensions.lo -MD -MP -MF .deps/libdap_la-D4Dimensions.Tpo -c D4Dimensions.cc -fPIC -DPIC -o .libs/libdap_la-D4Dimensions.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-Int8.lo -MD -MP -MF .deps/libdap_la-Int8.Tpo -c Int8.cc -o libdap_la-Int8.o >/dev/null 2>&1
mv -f .deps/libdap_la-util.Tpo .deps/libdap_la-util.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4EnumDefs.lo -MD -MP -MF .deps/libdap_la-D4EnumDefs.Tpo -c -o libdap_la-D4EnumDefs.lo `test -f 'D4EnumDefs.cc' || echo './'`D4EnumDefs.cc
mv -f .deps/libdap_la-D4StreamUnMarshaller.Tpo .deps/libdap_la-D4StreamUnMarshaller.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Group.lo -MD -MP -MF .deps/libdap_la-D4Group.Tpo -c -o libdap_la-D4Group.lo `test -f 'D4Group.cc' || echo './'`D4Group.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4EnumDefs.lo -MD -MP -MF .deps/libdap_la-D4EnumDefs.Tpo -c D4EnumDefs.cc -fPIC -DPIC -o .libs/libdap_la-D4EnumDefs.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Group.lo -MD -MP -MF .deps/libdap_la-D4Group.Tpo -c D4Group.cc -fPIC -DPIC -o .libs/libdap_la-D4Group.o
mv -f .deps/libdap_la-Int64.Tpo .deps/libdap_la-Int64.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DMR.lo -MD -MP -MF .deps/libdap_la-DMR.Tpo -c -o libdap_la-DMR.lo `test -f 'DMR.cc' || echo './'`DMR.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4BaseTypeFactory.lo -MD -MP -MF .deps/libdap_la-D4BaseTypeFactory.Tpo -c D4BaseTypeFactory.cc -o libdap_la-D4BaseTypeFactory.o >/dev/null 2>&1
mv -f .deps/libdap_la-UInt64.Tpo .deps/libdap_la-UInt64.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DMR.lo -MD -MP -MF .deps/libdap_la-DMR.Tpo -c DMR.cc -fPIC -DPIC -o .libs/libdap_la-DMR.o
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Attributes.lo -MD -MP -MF .deps/libdap_la-D4Attributes.Tpo -c -o libdap_la-D4Attributes.lo `test -f 'D4Attributes.cc' || echo './'`D4Attributes.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Dimensions.lo -MD -MP -MF .deps/libdap_la-D4Dimensions.Tpo -c D4Dimensions.cc -o libdap_la-D4Dimensions.o >/dev/null 2>&1
mv -f .deps/libdap_la-mime_util.Tpo .deps/libdap_la-mime_util.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Enum.lo -MD -MP -MF .deps/libdap_la-D4Enum.Tpo -c -o libdap_la-D4Enum.lo `test -f 'D4Enum.cc' || echo './'`D4Enum.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Attributes.lo -MD -MP -MF .deps/libdap_la-D4Attributes.Tpo -c D4Attributes.cc -fPIC -DPIC -o .libs/libdap_la-D4Attributes.o
mv -f .deps/libdap_la-Int8.Tpo .deps/libdap_la-Int8.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-chunked_ostream.lo -MD -MP -MF .deps/libdap_la-chunked_ostream.Tpo -c -o libdap_la-chunked_ostream.lo `test -f 'chunked_ostream.cc' || echo './'`chunked_ostream.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Enum.lo -MD -MP -MF .deps/libdap_la-D4Enum.Tpo -c D4Enum.cc -fPIC -DPIC -o .libs/libdap_la-D4Enum.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-chunked_ostream.lo -MD -MP -MF .deps/libdap_la-chunked_ostream.Tpo -c chunked_ostream.cc -fPIC -DPIC -o .libs/libdap_la-chunked_ostream.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4EnumDefs.lo -MD -MP -MF .deps/libdap_la-D4EnumDefs.Tpo -c D4EnumDefs.cc -o libdap_la-D4EnumDefs.o >/dev/null 2>&1
mv -f .deps/libdap_la-D4BaseTypeFactory.Tpo .deps/libdap_la-D4BaseTypeFactory.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-chunked_istream.lo -MD -MP -MF .deps/libdap_la-chunked_istream.Tpo -c -o libdap_la-chunked_istream.lo `test -f 'chunked_istream.cc' || echo './'`chunked_istream.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-chunked_ostream.lo -MD -MP -MF .deps/libdap_la-chunked_ostream.Tpo -c chunked_ostream.cc -o libdap_la-chunked_ostream.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-chunked_istream.lo -MD -MP -MF .deps/libdap_la-chunked_istream.Tpo -c chunked_istream.cc -fPIC -DPIC -o .libs/libdap_la-chunked_istream.o
mv -f .deps/libdap_la-D4Dimensions.Tpo .deps/libdap_la-D4Dimensions.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Sequence.lo -MD -MP -MF .deps/libdap_la-D4Sequence.Tpo -c -o libdap_la-D4Sequence.lo `test -f 'D4Sequence.cc' || echo './'`D4Sequence.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-DMR.lo -MD -MP -MF .deps/libdap_la-DMR.Tpo -c DMR.cc -o libdap_la-DMR.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Attributes.lo -MD -MP -MF .deps/libdap_la-D4Attributes.Tpo -c D4Attributes.cc -o libdap_la-D4Attributes.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Sequence.lo -MD -MP -MF .deps/libdap_la-D4Sequence.Tpo -c D4Sequence.cc -fPIC -DPIC -o .libs/libdap_la-D4Sequence.o
mv -f .deps/libdap_la-D4EnumDefs.Tpo .deps/libdap_la-D4EnumDefs.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Maps.lo -MD -MP -MF .deps/libdap_la-D4Maps.Tpo -c -o libdap_la-D4Maps.lo `test -f 'D4Maps.cc' || echo './'`D4Maps.cc
mv -f .deps/libdap_la-chunked_ostream.Tpo .deps/libdap_la-chunked_ostream.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Opaque.lo -MD -MP -MF .deps/libdap_la-D4Opaque.Tpo -c -o libdap_la-D4Opaque.lo `test -f 'D4Opaque.cc' || echo './'`D4Opaque.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-chunked_istream.lo -MD -MP -MF .deps/libdap_la-chunked_istream.Tpo -c chunked_istream.cc -o libdap_la-chunked_istream.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Group.lo -MD -MP -MF .deps/libdap_la-D4Group.Tpo -c D4Group.cc -o libdap_la-D4Group.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Maps.lo -MD -MP -MF .deps/libdap_la-D4Maps.Tpo -c D4Maps.cc -fPIC -DPIC -o .libs/libdap_la-D4Maps.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Enum.lo -MD -MP -MF .deps/libdap_la-D4Enum.Tpo -c D4Enum.cc -o libdap_la-D4Enum.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Opaque.lo -MD -MP -MF .deps/libdap_la-D4Opaque.Tpo -c D4Opaque.cc -fPIC -DPIC -o .libs/libdap_la-D4Opaque.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Maps.lo -MD -MP -MF .deps/libdap_la-D4Maps.Tpo -c D4Maps.cc -o libdap_la-D4Maps.o >/dev/null 2>&1
mv -f .deps/libdap_la-chunked_istream.Tpo .deps/libdap_la-chunked_istream.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4AsyncUtil.lo -MD -MP -MF .deps/libdap_la-D4AsyncUtil.Tpo -c -o libdap_la-D4AsyncUtil.lo `test -f 'D4AsyncUtil.cc' || echo './'`D4AsyncUtil.cc
mv -f .deps/libdap_la-DMR.Tpo .deps/libdap_la-DMR.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4RValue.lo -MD -MP -MF .deps/libdap_la-D4RValue.Tpo -c -o libdap_la-D4RValue.lo `test -f 'D4RValue.cc' || echo './'`D4RValue.cc
mv -f .deps/libdap_la-D4Attributes.Tpo .deps/libdap_la-D4Attributes.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.das.lo -MD -MP -MF .deps/libparsers_la-lex.das.Tpo -c -o libparsers_la-lex.das.lo `test -f 'lex.das.cc' || echo './'`lex.das.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4AsyncUtil.lo -MD -MP -MF .deps/libdap_la-D4AsyncUtil.Tpo -c D4AsyncUtil.cc -fPIC -DPIC -o .libs/libdap_la-D4AsyncUtil.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4RValue.lo -MD -MP -MF .deps/libdap_la-D4RValue.Tpo -c D4RValue.cc -fPIC -DPIC -o .libs/libdap_la-D4RValue.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Opaque.lo -MD -MP -MF .deps/libdap_la-D4Opaque.Tpo -c D4Opaque.cc -o libdap_la-D4Opaque.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.das.lo -MD -MP -MF .deps/libparsers_la-lex.das.Tpo -c lex.das.cc -fPIC -DPIC -o .libs/libparsers_la-lex.das.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4Sequence.lo -MD -MP -MF .deps/libdap_la-D4Sequence.Tpo -c D4Sequence.cc -o libdap_la-D4Sequence.o >/dev/null 2>&1
mv -f .deps/libdap_la-D4Maps.Tpo .deps/libdap_la-D4Maps.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.dds.lo -MD -MP -MF .deps/libparsers_la-lex.dds.Tpo -c -o libparsers_la-lex.dds.lo `test -f 'lex.dds.cc' || echo './'`lex.dds.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.dds.lo -MD -MP -MF .deps/libparsers_la-lex.dds.Tpo -c lex.dds.cc -fPIC -DPIC -o .libs/libparsers_la-lex.dds.o
lex.das.cc: In function 'yy_buffer_state* das_scan_bytes(const char*, yy_size_t)':
lex.das.cc:1920:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for ( i = 0; i < _yybytes_len; ++i )
^
mv -f .deps/libdap_la-D4Enum.Tpo .deps/libdap_la-D4Enum.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.ce_expr.lo -MD -MP -MF .deps/libparsers_la-lex.ce_expr.Tpo -c -o libparsers_la-lex.ce_expr.lo `test -f 'lex.ce_expr.cc' || echo './'`lex.ce_expr.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.ce_expr.lo -MD -MP -MF .deps/libparsers_la-lex.ce_expr.Tpo -c lex.ce_expr.cc -fPIC -DPIC -o .libs/libparsers_la-lex.ce_expr.o
lex.dds.cc: In function 'yy_buffer_state* dds_scan_bytes(const char*, yy_size_t)':
lex.dds.cc:1860:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for ( i = 0; i < _yybytes_len; ++i )
^
mv -f .deps/libdap_la-D4Opaque.Tpo .deps/libdap_la-D4Opaque.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.Error.lo -MD -MP -MF .deps/libparsers_la-lex.Error.Tpo -c -o libparsers_la-lex.Error.lo `test -f 'lex.Error.cc' || echo './'`lex.Error.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4ParserSax2.lo -MD -MP -MF .deps/libdap_la-D4ParserSax2.Tpo -c D4ParserSax2.cc -o libdap_la-D4ParserSax2.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.das.lo -MD -MP -MF .deps/libparsers_la-lex.das.Tpo -c lex.das.cc -o libparsers_la-lex.das.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.Error.lo -MD -MP -MF .deps/libparsers_la-lex.Error.Tpo -c lex.Error.cc -fPIC -DPIC -o .libs/libparsers_la-lex.Error.o
mv -f .deps/libdap_la-D4Group.Tpo .deps/libdap_la-D4Group.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-das.tab.lo -MD -MP -MF .deps/libparsers_la-das.tab.Tpo -c -o libparsers_la-das.tab.lo `test -f 'das.tab.cc' || echo './'`das.tab.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4RValue.lo -MD -MP -MF .deps/libdap_la-D4RValue.Tpo -c D4RValue.cc -o libdap_la-D4RValue.o >/dev/null 2>&1
lex.ce_expr.cc: In function 'yy_buffer_state* ce_expr_scan_bytes(const char*, yy_size_t)':
lex.ce_expr.cc:1806:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for ( i = 0; i < _yybytes_len; ++i )
^
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.dds.lo -MD -MP -MF .deps/libparsers_la-lex.dds.Tpo -c lex.dds.cc -o libparsers_la-lex.dds.o >/dev/null 2>&1
lex.Error.cc: In function 'yy_buffer_state* Error_scan_bytes(const char*, yy_size_t)':
lex.Error.cc:1737:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for ( i = 0; i < _yybytes_len; ++i )
^
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-das.tab.lo -MD -MP -MF .deps/libparsers_la-das.tab.Tpo -c das.tab.cc -fPIC -DPIC -o .libs/libparsers_la-das.tab.o
mv -f .deps/libdap_la-D4Sequence.Tpo .deps/libdap_la-D4Sequence.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-dds.tab.lo -MD -MP -MF .deps/libparsers_la-dds.tab.Tpo -c -o libparsers_la-dds.tab.lo `test -f 'dds.tab.cc' || echo './'`dds.tab.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-dds.tab.lo -MD -MP -MF .deps/libparsers_la-dds.tab.Tpo -c dds.tab.cc -fPIC -DPIC -o .libs/libparsers_la-dds.tab.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.ce_expr.lo -MD -MP -MF .deps/libparsers_la-lex.ce_expr.Tpo -c lex.ce_expr.cc -o libparsers_la-lex.ce_expr.o >/dev/null 2>&1
mv -f .deps/libparsers_la-lex.das.Tpo .deps/libparsers_la-lex.das.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-lex.Error.lo -MD -MP -MF .deps/libparsers_la-lex.Error.Tpo -c lex.Error.cc -o libparsers_la-lex.Error.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-ce_expr.tab.lo -MD -MP -MF .deps/libparsers_la-ce_expr.tab.Tpo -c -o libparsers_la-ce_expr.tab.lo `test -f 'ce_expr.tab.cc' || echo './'`ce_expr.tab.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-ce_expr.tab.lo -MD -MP -MF .deps/libparsers_la-ce_expr.tab.Tpo -c ce_expr.tab.cc -fPIC -DPIC -o .libs/libparsers_la-ce_expr.tab.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdap_la-D4AsyncUtil.lo -MD -MP -MF .deps/libdap_la-D4AsyncUtil.Tpo -c D4AsyncUtil.cc -o libdap_la-D4AsyncUtil.o >/dev/null 2>&1
mv -f .deps/libparsers_la-lex.dds.Tpo .deps/libparsers_la-lex.dds.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-Error.tab.lo -MD -MP -MF .deps/libparsers_la-Error.tab.Tpo -c -o libparsers_la-Error.tab.lo `test -f 'Error.tab.cc' || echo './'`Error.tab.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-Error.tab.lo -MD -MP -MF .deps/libparsers_la-Error.tab.Tpo -c Error.tab.cc -fPIC -DPIC -o .libs/libparsers_la-Error.tab.o
mv -f .deps/libdap_la-D4RValue.Tpo .deps/libdap_la-D4RValue.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-RCReader.lo -MD -MP -MF .deps/libdapclient_la-RCReader.Tpo -c -o libdapclient_la-RCReader.lo `test -f 'RCReader.cc' || echo './'`RCReader.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-das.tab.lo -MD -MP -MF .deps/libparsers_la-das.tab.Tpo -c das.tab.cc -o libparsers_la-das.tab.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-RCReader.lo -MD -MP -MF .deps/libdapclient_la-RCReader.Tpo -c RCReader.cc -fPIC -DPIC -o .libs/libdapclient_la-RCReader.o
mv -f .deps/libparsers_la-lex.Error.Tpo .deps/libparsers_la-lex.Error.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-Connect.lo -MD -MP -MF .deps/libdapclient_la-Connect.Tpo -c -o libdapclient_la-Connect.lo `test -f 'Connect.cc' || echo './'`Connect.cc
mv -f .deps/libparsers_la-lex.ce_expr.Tpo .deps/libparsers_la-lex.ce_expr.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-Error.tab.lo -MD -MP -MF .deps/libparsers_la-Error.tab.Tpo -c Error.tab.cc -o libparsers_la-Error.tab.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-Connect.lo -MD -MP -MF .deps/libdapclient_la-Connect.Tpo -c Connect.cc -fPIC -DPIC -o .libs/libdapclient_la-Connect.o
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-HTTPConnect.lo -MD -MP -MF .deps/libdapclient_la-HTTPConnect.Tpo -c -o libdapclient_la-HTTPConnect.lo `test -f 'HTTPConnect.cc' || echo './'`HTTPConnect.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-HTTPConnect.lo -MD -MP -MF .deps/libdapclient_la-HTTPConnect.Tpo -c HTTPConnect.cc -fPIC -DPIC -o .libs/libdapclient_la-HTTPConnect.o
mv -f .deps/libparsers_la-Error.tab.Tpo .deps/libparsers_la-Error.tab.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-HTTPCache.lo -MD -MP -MF .deps/libdapclient_la-HTTPCache.Tpo -c -o libdapclient_la-HTTPCache.lo `test -f 'HTTPCache.cc' || echo './'`HTTPCache.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-dds.tab.lo -MD -MP -MF .deps/libparsers_la-dds.tab.Tpo -c dds.tab.cc -o libparsers_la-dds.tab.o >/dev/null 2>&1
mv -f .deps/libparsers_la-das.tab.Tpo .deps/libparsers_la-das.tab.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-util_mit.lo -MD -MP -MF .deps/libdapclient_la-util_mit.Tpo -c -o libdapclient_la-util_mit.lo `test -f 'util_mit.cc' || echo './'`util_mit.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-HTTPCache.lo -MD -MP -MF .deps/libdapclient_la-HTTPCache.Tpo -c HTTPCache.cc -fPIC -DPIC -o .libs/libdapclient_la-HTTPCache.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-util_mit.lo -MD -MP -MF .deps/libdapclient_la-util_mit.Tpo -c util_mit.cc -fPIC -DPIC -o .libs/libdapclient_la-util_mit.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-RCReader.lo -MD -MP -MF .deps/libdapclient_la-RCReader.Tpo -c RCReader.cc -o libdapclient_la-RCReader.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-util_mit.lo -MD -MP -MF .deps/libdapclient_la-util_mit.Tpo -c util_mit.cc -o libdapclient_la-util_mit.o >/dev/null 2>&1
mv -f .deps/libdap_la-D4AsyncUtil.Tpo .deps/libdap_la-D4AsyncUtil.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-ResponseTooBigErr.lo -MD -MP -MF .deps/libdapclient_la-ResponseTooBigErr.Tpo -c -o libdapclient_la-ResponseTooBigErr.lo `test -f 'ResponseTooBigErr.cc' || echo './'`ResponseTooBigErr.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-ResponseTooBigErr.lo -MD -MP -MF .deps/libdapclient_la-ResponseTooBigErr.Tpo -c ResponseTooBigErr.cc -fPIC -DPIC -o .libs/libdapclient_la-ResponseTooBigErr.o
mv -f .deps/libdapclient_la-util_mit.Tpo .deps/libdapclient_la-util_mit.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-HTTPCacheTable.lo -MD -MP -MF .deps/libdapclient_la-HTTPCacheTable.Tpo -c -o libdapclient_la-HTTPCacheTable.lo `test -f 'HTTPCacheTable.cc' || echo './'`HTTPCacheTable.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-ResponseTooBigErr.lo -MD -MP -MF .deps/libdapclient_la-ResponseTooBigErr.Tpo -c ResponseTooBigErr.cc -o libdapclient_la-ResponseTooBigErr.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-HTTPCacheTable.lo -MD -MP -MF .deps/libdapclient_la-HTTPCacheTable.Tpo -c HTTPCacheTable.cc -fPIC -DPIC -o .libs/libdapclient_la-HTTPCacheTable.o
mv -f .deps/libdapclient_la-ResponseTooBigErr.Tpo .deps/libdapclient_la-ResponseTooBigErr.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-D4Connect.lo -MD -MP -MF .deps/libdapclient_la-D4Connect.Tpo -c -o libdapclient_la-D4Connect.lo `test -f 'D4Connect.cc' || echo './'`D4Connect.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-D4Connect.lo -MD -MP -MF .deps/libdapclient_la-D4Connect.Tpo -c D4Connect.cc -fPIC -DPIC -o .libs/libdapclient_la-D4Connect.o
mv -f .deps/libdap_la-D4ParserSax2.Tpo .deps/libdap_la-D4ParserSax2.Plo
depbase=`echo DODSFilter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT DODSFilter.lo -MD -MP -MF $depbase.Tpo -c -o DODSFilter.lo DODSFilter.cc &&\
mv -f $depbase.Tpo $depbase.Plo
mv -f .deps/libdapclient_la-RCReader.Tpo .deps/libdapclient_la-RCReader.Plo
depbase=`echo Ancillary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT Ancillary.lo -MD -MP -MF $depbase.Tpo -c -o Ancillary.lo Ancillary.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libparsers_la-ce_expr.tab.lo -MD -MP -MF .deps/libparsers_la-ce_expr.tab.Tpo -c ce_expr.tab.cc -o libparsers_la-ce_expr.tab.o >/dev/null 2>&1
mv -f .deps/libparsers_la-dds.tab.Tpo .deps/libparsers_la-dds.tab.Plo
g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT getdap-getdap.o -MD -MP -MF .deps/getdap-getdap.Tpo -c -o getdap-getdap.o `test -f 'getdap.cc' || echo './'`getdap.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT DODSFilter.lo -MD -MP -MF .deps/DODSFilter.Tpo -c DODSFilter.cc -fPIC -DPIC -o .libs/DODSFilter.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT Ancillary.lo -MD -MP -MF .deps/Ancillary.Tpo -c Ancillary.cc -fPIC -DPIC -o .libs/Ancillary.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-HTTPConnect.lo -MD -MP -MF .deps/libdapclient_la-HTTPConnect.Tpo -c HTTPConnect.cc -o libdapclient_la-HTTPConnect.o >/dev/null 2>&1
getdap.cc: In function ‘int main(int, char**)’:
getdap.cc:147:10: warning: variable ‘cexpr’ set but not used [-Wunused-but-set-variable]
bool cexpr = false;
^
getdap.cc:149:10: warning: variable ‘multi’ set but not used [-Wunused-but-set-variable]
bool multi = false;
^
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-Connect.lo -MD -MP -MF .deps/libdapclient_la-Connect.Tpo -c Connect.cc -o libdapclient_la-Connect.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT Ancillary.lo -MD -MP -MF .deps/Ancillary.Tpo -c Ancillary.cc -o Ancillary.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-HTTPCacheTable.lo -MD -MP -MF .deps/libdapclient_la-HTTPCacheTable.Tpo -c HTTPCacheTable.cc -o libdapclient_la-HTTPCacheTable.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-HTTPCache.lo -MD -MP -MF .deps/libdapclient_la-HTTPCache.Tpo -c HTTPCache.cc -o libdapclient_la-HTTPCache.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT getdap4-getdap4.o -MD -MP -MF .deps/getdap4-getdap4.Tpo -c -o getdap4-getdap4.o `test -f 'getdap4.cc' || echo './'`getdap4.cc
mv -f .deps/getdap-getdap.Tpo .deps/getdap-getdap.Po
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT DODSFilter.lo -MD -MP -MF .deps/DODSFilter.Tpo -c DODSFilter.cc -o DODSFilter.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT GNU/libdap_la-GetOpt.lo -MD -MP -MF GNU/.deps/libdap_la-GetOpt.Tpo -c -o GNU/libdap_la-GetOpt.lo `test -f 'GNU/GetOpt.cc' || echo './'`GNU/GetOpt.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT GNU/libdap_la-GetOpt.lo -MD -MP -MF GNU/.deps/libdap_la-GetOpt.Tpo -c GNU/GetOpt.cc -fPIC -DPIC -o GNU/.libs/libdap_la-GetOpt.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT libdapclient_la-D4Connect.lo -MD -MP -MF .deps/libdapclient_la-D4Connect.Tpo -c D4Connect.cc -o libdapclient_la-D4Connect.o >/dev/null 2>&1
getdap4.cc: In function ‘int main(int, char**)’:
getdap4.cc:173:10: warning: variable ‘get_version’ set but not used [-Wunused-but-set-variable]
bool get_version = false;
^
getdap4.cc:174:10: warning: variable ‘cexpr’ set but not used [-Wunused-but-set-variable]
bool cexpr = false;
^
getdap4.cc:176:10: warning: variable ‘multi’ set but not used [-Wunused-but-set-variable]
bool multi = false;
^
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT GNU/libdap_la-GetOpt.lo -MD -MP -MF GNU/.deps/libdap_la-GetOpt.Tpo -c GNU/GetOpt.cc -o GNU/libdap_la-GetOpt.o >/dev/null 2>&1
mv -f GNU/.deps/libdap_la-GetOpt.Tpo GNU/.deps/libdap_la-GetOpt.Plo
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT GNU/libdap_la-GNURegex.lo -MD -MP -MF GNU/.deps/libdap_la-GNURegex.Tpo -c -o GNU/libdap_la-GNURegex.lo `test -f 'GNU/GNURegex.cc' || echo './'`GNU/GNURegex.cc
mv -f .deps/libdapclient_la-HTTPConnect.Tpo .deps/libdapclient_la-HTTPConnect.Plo
mv -f .deps/libdapclient_la-HTTPCacheTable.Tpo .deps/libdapclient_la-HTTPCacheTable.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT GNU/libdap_la-GNURegex.lo -MD -MP -MF GNU/.deps/libdap_la-GNURegex.Tpo -c GNU/GNURegex.cc -fPIC -DPIC -o GNU/.libs/libdap_la-GNURegex.o
mv -f .deps/libparsers_la-ce_expr.tab.Tpo .deps/libparsers_la-ce_expr.tab.Plo
mv -f .deps/getdap4-getdap4.Tpo .deps/getdap4-getdap4.Po
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./GNU -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT GNU/libdap_la-GNURegex.lo -MD -MP -MF GNU/.deps/libdap_la-GNURegex.Tpo -c GNU/GNURegex.cc -o GNU/libdap_la-GNURegex.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o libparsers.la libparsers_la-lex.das.lo libparsers_la-lex.dds.lo libparsers_la-lex.ce_expr.lo libparsers_la-lex.Error.lo libparsers_la-das.tab.lo libparsers_la-dds.tab.lo libparsers_la-ce_expr.tab.lo libparsers_la-Error.tab.lo -lxml2
libtool: link: ar cru .libs/libparsers.a .libs/libparsers_la-lex.das.o .libs/libparsers_la-lex.dds.o .libs/libparsers_la-lex.ce_expr.o .libs/libparsers_la-lex.Error.o .libs/libparsers_la-das.tab.o .libs/libparsers_la-dds.tab.o .libs/libparsers_la-ce_expr.tab.o .libs/libparsers_la-Error.tab.o
libtool: link: ranlib .libs/libparsers.a
libtool: link: ( cd ".libs" && rm -f "libparsers.la" && ln -s "../libparsers.la" "libparsers.la" )
mv -f GNU/.deps/libdap_la-GNURegex.Tpo GNU/.deps/libdap_la-GNURegex.Plo
/bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -version-info 21:0:0 -o libdap.la -rpath /home/cbc/hyrax/build/lib libdap_la-AttrTable.lo libdap_la-DAS.lo libdap_la-DDS.lo libdap_la-DataDDS.lo libdap_la-DDXParserSAX2.lo libdap_la-BaseType.lo libdap_la-Byte.lo libdap_la-Int32.lo libdap_la-Float64.lo libdap_la-Str.lo libdap_la-Url.lo libdap_la-Vector.lo libdap_la-Array.lo libdap_la-Structure.lo libdap_la-Sequence.lo libdap_la-Grid.lo libdap_la-UInt32.lo libdap_la-Int16.lo libdap_la-UInt16.lo libdap_la-Float32.lo libdap_la-Constructor.lo libdap_la-BaseTypeFactory.lo libdap_la-SignalHandler.lo libdap_la-Error.lo libdap_la-InternalErr.lo libdap_la-util.lo libdap_la-xdrutil_ppc.lo libdap_la-parser-util.lo libdap_la-escaping.lo libdap_la-Clause.lo libdap_la-RValue.lo libdap_la-ConstraintEvaluator.lo libdap_la-DapIndent.lo libdap_la-XDRUtils.lo libdap_la-XDRFileMarshaller.lo libdap_la-XDRStreamMarshaller.lo libdap_la-XDRFileUnMarshaller.lo libdap_la-XDRStreamUnMarshaller.lo libdap_la-mime_util.lo libdap_la-Keywords2.lo libdap_la-XMLWriter.lo libdap_la-ServerFunctionsList.lo libdap_la-ServerFunction.lo libdap_la-DapXmlNamespaces.lo libdap_la-MarshallerThread.lo GNU/libdap_la-GetOpt.lo GNU/libdap_la-GNURegex.lo libdap_la-D4StreamMarshaller.lo libdap_la-D4StreamUnMarshaller.lo libdap_la-Int64.lo libdap_la-UInt64.lo libdap_la-Int8.lo libdap_la-D4ParserSax2.lo libdap_la-D4BaseTypeFactory.lo libdap_la-D4Dimensions.lo libdap_la-D4EnumDefs.lo libdap_la-D4Group.lo libdap_la-DMR.lo libdap_la-D4Attributes.lo libdap_la-D4Enum.lo libdap_la-chunked_ostream.lo libdap_la-chunked_istream.lo libdap_la-D4Sequence.lo libdap_la-D4Maps.lo libdap_la-D4Opaque.lo libdap_la-D4AsyncUtil.lo libdap_la-D4RValue.lo -lxml2 -lpthread gl/libgnu.la d4_ce/libd4_ce_parser.la d4_function/libd4_function_parser.la libparsers.la -lcrypto
mv -f .deps/libdapclient_la-Connect.Tpo .deps/libdapclient_la-Connect.Plo
mv -f .deps/libdapclient_la-HTTPCache.Tpo .deps/libdapclient_la-HTTPCache.Plo
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.3/crtbeginS.o .libs/libdap_la-AttrTable.o .libs/libdap_la-DAS.o .libs/libdap_la-DDS.o .libs/libdap_la-DataDDS.o .libs/libdap_la-DDXParserSAX2.o .libs/libdap_la-BaseType.o .libs/libdap_la-Byte.o .libs/libdap_la-Int32.o .libs/libdap_la-Float64.o .libs/libdap_la-Str.o .libs/libdap_la-Url.o .libs/libdap_la-Vector.o .libs/libdap_la-Array.o .libs/libdap_la-Structure.o .libs/libdap_la-Sequence.o .libs/libdap_la-Grid.o .libs/libdap_la-UInt32.o .libs/libdap_la-Int16.o .libs/libdap_la-UInt16.o .libs/libdap_la-Float32.o .libs/libdap_la-Constructor.o .libs/libdap_la-BaseTypeFactory.o .libs/libdap_la-SignalHandler.o .libs/libdap_la-Error.o .libs/libdap_la-InternalErr.o .libs/libdap_la-util.o .libs/libdap_la-xdrutil_ppc.o .libs/libdap_la-parser-util.o .libs/libdap_la-escaping.o .libs/libdap_la-Clause.o .libs/libdap_la-RValue.o .libs/libdap_la-ConstraintEvaluator.o .libs/libdap_la-DapIndent.o .libs/libdap_la-XDRUtils.o .libs/libdap_la-XDRFileMarshaller.o .libs/libdap_la-XDRStreamMarshaller.o .libs/libdap_la-XDRFileUnMarshaller.o .libs/libdap_la-XDRStreamUnMarshaller.o .libs/libdap_la-mime_util.o .libs/libdap_la-Keywords2.o .libs/libdap_la-XMLWriter.o .libs/libdap_la-ServerFunctionsList.o .libs/libdap_la-ServerFunction.o .libs/libdap_la-DapXmlNamespaces.o .libs/libdap_la-MarshallerThread.o GNU/.libs/libdap_la-GetOpt.o GNU/.libs/libdap_la-GNURegex.o .libs/libdap_la-D4StreamMarshaller.o .libs/libdap_la-D4StreamUnMarshaller.o .libs/libdap_la-Int64.o .libs/libdap_la-UInt64.o .libs/libdap_la-Int8.o .libs/libdap_la-D4ParserSax2.o .libs/libdap_la-D4BaseTypeFactory.o .libs/libdap_la-D4Dimensions.o .libs/libdap_la-D4EnumDefs.o .libs/libdap_la-D4Group.o .libs/libdap_la-DMR.o .libs/libdap_la-D4Attributes.o .libs/libdap_la-D4Enum.o .libs/libdap_la-chunked_ostream.o .libs/libdap_la-chunked_istream.o .libs/libdap_la-D4Sequence.o .libs/libdap_la-D4Maps.o .libs/libdap_la-D4Opaque.o .libs/libdap_la-D4AsyncUtil.o .libs/libdap_la-D4RValue.o -Wl,--whole-archive gl/.libs/libgnu.a d4_ce/.libs/libd4_ce_parser.a d4_function/.libs/libd4_function_parser.a ./.libs/libparsers.a -Wl,--no-whole-archive -lpthread -lxml2 -lcrypto -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.3/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crtn.o -O0 -O2 -Wl,-soname -Wl,libdap.so.21 -o .libs/libdap.so.21.0.0
mv -f .deps/libdapclient_la-D4Connect.Tpo .deps/libdapclient_la-D4Connect.Plo
libtool: link: (cd ".libs" && rm -f "libdap.so.21" && ln -s "libdap.so.21.0.0" "libdap.so.21")
libtool: link: (cd ".libs" && rm -f "libdap.so" && ln -s "libdap.so.21.0.0" "libdap.so")
libtool: link: (cd .libs/libdap.lax/libgnu.a && ar x "/home/cbc/hyrax/libdap4/gl/.libs/libgnu.a")
libtool: link: (cd .libs/libdap.lax/libd4_ce_parser.a && ar x "/home/cbc/hyrax/libdap4/d4_ce/.libs/libd4_ce_parser.a")
libtool: link: (cd .libs/libdap.lax/libd4_function_parser.a && ar x "/home/cbc/hyrax/libdap4/d4_function/.libs/libd4_function_parser.a")
libtool: link: (cd .libs/libdap.lax/libparsers.a && ar x "/home/cbc/hyrax/libdap4/./.libs/libparsers.a")
libtool: link: ar cru .libs/libdap.a libdap_la-AttrTable.o libdap_la-DAS.o libdap_la-DDS.o libdap_la-DataDDS.o libdap_la-DDXParserSAX2.o libdap_la-BaseType.o libdap_la-Byte.o libdap_la-Int32.o libdap_la-Float64.o libdap_la-Str.o libdap_la-Url.o libdap_la-Vector.o libdap_la-Array.o libdap_la-Structure.o libdap_la-Sequence.o libdap_la-Grid.o libdap_la-UInt32.o libdap_la-Int16.o libdap_la-UInt16.o libdap_la-Float32.o libdap_la-Constructor.o libdap_la-BaseTypeFactory.o libdap_la-SignalHandler.o libdap_la-Error.o libdap_la-InternalErr.o libdap_la-util.o libdap_la-xdrutil_ppc.o libdap_la-parser-util.o libdap_la-escaping.o libdap_la-Clause.o libdap_la-RValue.o libdap_la-ConstraintEvaluator.o libdap_la-DapIndent.o libdap_la-XDRUtils.o libdap_la-XDRFileMarshaller.o libdap_la-XDRStreamMarshaller.o libdap_la-XDRFileUnMarshaller.o libdap_la-XDRStreamUnMarshaller.o libdap_la-mime_util.o libdap_la-Keywords2.o libdap_la-XMLWriter.o libdap_la-ServerFunctionsList.o libdap_la-ServerFunction.o libdap_la-DapXmlNamespaces.o libdap_la-MarshallerThread.o GNU/libdap_la-GetOpt.o GNU/libdap_la-GNURegex.o libdap_la-D4StreamMarshaller.o libdap_la-D4StreamUnMarshaller.o libdap_la-Int64.o libdap_la-UInt64.o libdap_la-Int8.o libdap_la-D4ParserSax2.o libdap_la-D4BaseTypeFactory.o libdap_la-D4Dimensions.o libdap_la-D4EnumDefs.o libdap_la-D4Group.o libdap_la-DMR.o libdap_la-D4Attributes.o libdap_la-D4Enum.o libdap_la-chunked_ostream.o libdap_la-chunked_istream.o libdap_la-D4Sequence.o libdap_la-D4Maps.o libdap_la-D4Opaque.o libdap_la-D4AsyncUtil.o libdap_la-D4RValue.o .libs/libdap.lax/libgnu.a/localcharset.o .libs/libdap.lax/libgnu.a/lock.o .libs/libdap.lax/libgnu.a/mbrtowc.o .libs/libdap.lax/libgnu.a/threadlib.o .libs/libdap.lax/libgnu.a/unistd.o .libs/libdap.lax/libgnu.a/wctype-h.o .libs/libdap.lax/libd4_ce_parser.a/libd4_ce_parser_la-D4ConstraintEvaluator.o .libs/libdap.lax/libd4_ce_parser.a/libd4_ce_parser_la-d4_ce_parser.tab.o .libs/libdap.lax/libd4_ce_parser.a/libd4_ce_parser_la-lex.d4_ce.o .libs/libdap.lax/libd4_function_parser.a/D4FunctionEvaluator.o .libs/libdap.lax/libd4_function_parser.a/d4_function_parser.tab.o .libs/libdap.lax/libd4_function_parser.a/lex.d4_function.o .libs/libdap.lax/libparsers.a/libparsers_la-Error.tab.o .libs/libdap.lax/libparsers.a/libparsers_la-ce_expr.tab.o .libs/libdap.lax/libparsers.a/libparsers_la-das.tab.o .libs/libdap.lax/libparsers.a/libparsers_la-dds.tab.o .libs/libdap.lax/libparsers.a/libparsers_la-lex.Error.o .libs/libdap.lax/libparsers.a/libparsers_la-lex.ce_expr.o .libs/libdap.lax/libparsers.a/libparsers_la-lex.das.o .libs/libdap.lax/libparsers.a/libparsers_la-lex.dds.o
libtool: link: ranlib .libs/libdap.a
libtool: link: rm -fr .libs/libdap.lax
libtool: link: ( cd ".libs" && rm -f "libdap.la" && ln -s "../libdap.la" "libdap.la" )
/bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -version-info 7:2:1 -o libdapclient.la -rpath /home/cbc/hyrax/build/lib libdapclient_la-RCReader.lo libdapclient_la-Connect.lo libdapclient_la-HTTPConnect.lo libdapclient_la-HTTPCache.lo libdapclient_la-util_mit.lo libdapclient_la-ResponseTooBigErr.lo libdapclient_la-HTTPCacheTable.lo libdapclient_la-D4Connect.lo -lcurl libdap.la -lpthread
/bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -version-info 13:2:6 -o libdapserver.la -rpath /home/cbc/hyrax/build/lib DODSFilter.lo Ancillary.lo libdap.la -luuid
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.3/crtbeginS.o .libs/libdapclient_la-RCReader.o .libs/libdapclient_la-Connect.o .libs/libdapclient_la-HTTPConnect.o .libs/libdapclient_la-HTTPCache.o .libs/libdapclient_la-util_mit.o .libs/libdapclient_la-ResponseTooBigErr.o .libs/libdapclient_la-HTTPCacheTable.o .libs/libdapclient_la-D4Connect.o -Wl,-rpath -Wl,/home/cbc/hyrax/libdap4/.libs -Wl,-rpath -Wl,/home/cbc/hyrax/build/lib -lcurl ./.libs/libdap.so -lxml2 -lcrypto -lpthread -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.3/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crtn.o -O0 -O2 -Wl,-soname -Wl,libdapclient.so.6 -o .libs/libdapclient.so.6.1.2
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.3/crtbeginS.o .libs/DODSFilter.o .libs/Ancillary.o -Wl,-rpath -Wl,/home/cbc/hyrax/libdap4/.libs -Wl,-rpath -Wl,/home/cbc/hyrax/build/lib ./.libs/libdap.so -lpthread -lxml2 -lcrypto -luuid -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.3/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crtn.o -O0 -O2 -Wl,-soname -Wl,libdapserver.so.7 -o .libs/libdapserver.so.7.6.2
libtool: link: (cd ".libs" && rm -f "libdapserver.so.7" && ln -s "libdapserver.so.7.6.2" "libdapserver.so.7")
libtool: link: (cd ".libs" && rm -f "libdapserver.so" && ln -s "libdapserver.so.7.6.2" "libdapserver.so")
libtool: link: (cd ".libs" && rm -f "libdapclient.so.6" && ln -s "libdapclient.so.6.1.2" "libdapclient.so.6")
libtool: link: ar cru .libs/libdapserver.a DODSFilter.o Ancillary.o
libtool: link: ranlib .libs/libdapserver.a
libtool: link: (cd ".libs" && rm -f "libdapclient.so" && ln -s "libdapclient.so.6.1.2" "libdapclient.so")
libtool: link: ar cru .libs/libdapclient.a libdapclient_la-RCReader.o libdapclient_la-Connect.o libdapclient_la-HTTPConnect.o libdapclient_la-HTTPCache.o libdapclient_la-util_mit.o libdapclient_la-ResponseTooBigErr.o libdapclient_la-HTTPCacheTable.o libdapclient_la-D4Connect.o
libtool: link: ranlib .libs/libdapclient.a
libtool: link: ( cd ".libs" && rm -f "libdapserver.la" && ln -s "../libdapserver.la" "libdapserver.la" )
libtool: link: ( cd ".libs" && rm -f "libdapclient.la" && ln -s "../libdapclient.la" "libdapclient.la" )
/bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o getdap getdap-getdap.o libdapclient.la libdap.la
/bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o getdap4 getdap4-getdap4.o libdapclient.la libdap.la
libtool: link: g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o .libs/getdap getdap-getdap.o ./.libs/libdapclient.so -lcurl /home/cbc/hyrax/libdap4/.libs/libdap.so ./.libs/libdap.so -lpthread -lxml2 -lcrypto -Wl,-rpath -Wl,/home/cbc/hyrax/build/lib
libtool: link: g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o .libs/getdap4 getdap4-getdap4.o ./.libs/libdapclient.so -lcurl /home/cbc/hyrax/libdap4/.libs/libdap.so ./.libs/libdap.so -lpthread -lxml2 -lcrypto -Wl,-rpath -Wl,/home/cbc/hyrax/build/lib
make[2]: Leaving directory `/home/cbc/hyrax/libdap4'
Making all in tests
make[2]: Entering directory `/home/cbc/hyrax/libdap4/tests'
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestByte.o -MD -MP -MF .deps/libtest_types_a-TestByte.Tpo -c -o libtest_types_a-TestByte.o `test -f 'TestByte.cc' || echo './'`TestByte.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestInt32.o -MD -MP -MF .deps/libtest_types_a-TestInt32.Tpo -c -o libtest_types_a-TestInt32.o `test -f 'TestInt32.cc' || echo './'`TestInt32.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestFloat64.o -MD -MP -MF .deps/libtest_types_a-TestFloat64.Tpo -c -o libtest_types_a-TestFloat64.o `test -f 'TestFloat64.cc' || echo './'`TestFloat64.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestStr.o -MD -MP -MF .deps/libtest_types_a-TestStr.Tpo -c -o libtest_types_a-TestStr.o `test -f 'TestStr.cc' || echo './'`TestStr.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestUrl.o -MD -MP -MF .deps/libtest_types_a-TestUrl.Tpo -c -o libtest_types_a-TestUrl.o `test -f 'TestUrl.cc' || echo './'`TestUrl.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestArray.o -MD -MP -MF .deps/libtest_types_a-TestArray.Tpo -c -o libtest_types_a-TestArray.o `test -f 'TestArray.cc' || echo './'`TestArray.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestStructure.o -MD -MP -MF .deps/libtest_types_a-TestStructure.Tpo -c -o libtest_types_a-TestStructure.o `test -f 'TestStructure.cc' || echo './'`TestStructure.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestSequence.o -MD -MP -MF .deps/libtest_types_a-TestSequence.Tpo -c -o libtest_types_a-TestSequence.o `test -f 'TestSequence.cc' || echo './'`TestSequence.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestGrid.o -MD -MP -MF .deps/libtest_types_a-TestGrid.Tpo -c -o libtest_types_a-TestGrid.o `test -f 'TestGrid.cc' || echo './'`TestGrid.cc
mv -f .deps/libtest_types_a-TestInt32.Tpo .deps/libtest_types_a-TestInt32.Po
mv -f .deps/libtest_types_a-TestByte.Tpo .deps/libtest_types_a-TestByte.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestUInt32.o -MD -MP -MF .deps/libtest_types_a-TestUInt32.Tpo -c -o libtest_types_a-TestUInt32.o `test -f 'TestUInt32.cc' || echo './'`TestUInt32.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestInt16.o -MD -MP -MF .deps/libtest_types_a-TestInt16.Tpo -c -o libtest_types_a-TestInt16.o `test -f 'TestInt16.cc' || echo './'`TestInt16.cc
mv -f .deps/libtest_types_a-TestFloat64.Tpo .deps/libtest_types_a-TestFloat64.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestUInt16.o -MD -MP -MF .deps/libtest_types_a-TestUInt16.Tpo -c -o libtest_types_a-TestUInt16.o `test -f 'TestUInt16.cc' || echo './'`TestUInt16.cc
mv -f .deps/libtest_types_a-TestStr.Tpo .deps/libtest_types_a-TestStr.Po
mv -f .deps/libtest_types_a-TestUrl.Tpo .deps/libtest_types_a-TestUrl.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestFloat32.o -MD -MP -MF .deps/libtest_types_a-TestFloat32.Tpo -c -o libtest_types_a-TestFloat32.o `test -f 'TestFloat32.cc' || echo './'`TestFloat32.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestTypeFactory.o -MD -MP -MF .deps/libtest_types_a-TestTypeFactory.Tpo -c -o libtest_types_a-TestTypeFactory.o `test -f 'TestTypeFactory.cc' || echo './'`TestTypeFactory.cc
mv -f .deps/libtest_types_a-TestGrid.Tpo .deps/libtest_types_a-TestGrid.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-D4TestTypeFactory.o -MD -MP -MF .deps/libtest_types_a-D4TestTypeFactory.Tpo -c -o libtest_types_a-D4TestTypeFactory.o `test -f 'D4TestTypeFactory.cc' || echo './'`D4TestTypeFactory.cc
mv -f .deps/libtest_types_a-TestStructure.Tpo .deps/libtest_types_a-TestStructure.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestD4Group.o -MD -MP -MF .deps/libtest_types_a-TestD4Group.Tpo -c -o libtest_types_a-TestD4Group.o `test -f 'TestD4Group.cc' || echo './'`TestD4Group.cc
mv -f .deps/libtest_types_a-TestSequence.Tpo .deps/libtest_types_a-TestSequence.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestInt8.o -MD -MP -MF .deps/libtest_types_a-TestInt8.Tpo -c -o libtest_types_a-TestInt8.o `test -f 'TestInt8.cc' || echo './'`TestInt8.cc
mv -f .deps/libtest_types_a-TestUInt32.Tpo .deps/libtest_types_a-TestUInt32.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestInt64.o -MD -MP -MF .deps/libtest_types_a-TestInt64.Tpo -c -o libtest_types_a-TestInt64.o `test -f 'TestInt64.cc' || echo './'`TestInt64.cc
mv -f .deps/libtest_types_a-TestInt16.Tpo .deps/libtest_types_a-TestInt16.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestUInt64.o -MD -MP -MF .deps/libtest_types_a-TestUInt64.Tpo -c -o libtest_types_a-TestUInt64.o `test -f 'TestUInt64.cc' || echo './'`TestUInt64.cc
mv -f .deps/libtest_types_a-TestUInt16.Tpo .deps/libtest_types_a-TestUInt16.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestD4Sequence.o -MD -MP -MF .deps/libtest_types_a-TestD4Sequence.Tpo -c -o libtest_types_a-TestD4Sequence.o `test -f 'TestD4Sequence.cc' || echo './'`TestD4Sequence.cc
mv -f .deps/libtest_types_a-TestFloat32.Tpo .deps/libtest_types_a-TestFloat32.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestD4Enum.o -MD -MP -MF .deps/libtest_types_a-TestD4Enum.Tpo -c -o libtest_types_a-TestD4Enum.o `test -f 'TestD4Enum.cc' || echo './'`TestD4Enum.cc
mv -f .deps/libtest_types_a-TestTypeFactory.Tpo .deps/libtest_types_a-TestTypeFactory.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestD4Opaque.o -MD -MP -MF .deps/libtest_types_a-TestD4Opaque.Tpo -c -o libtest_types_a-TestD4Opaque.o `test -f 'TestD4Opaque.cc' || echo './'`TestD4Opaque.cc
mv -f .deps/libtest_types_a-TestInt8.Tpo .deps/libtest_types_a-TestInt8.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-TestFunction.o -MD -MP -MF .deps/libtest_types_a-TestFunction.Tpo -c -o libtest_types_a-TestFunction.o `test -f 'TestFunction.cc' || echo './'`TestFunction.cc
mv -f .deps/libtest_types_a-TestInt64.Tpo .deps/libtest_types_a-TestInt64.Po
mv -f .deps/libtest_types_a-TestD4Group.Tpo .deps/libtest_types_a-TestD4Group.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -fPIC -g -O2 -MT libtest_types_a-D4TestFunction.o -MD -MP -MF .deps/libtest_types_a-D4TestFunction.Tpo -c -o libtest_types_a-D4TestFunction.o `test -f 'D4TestFunction.cc' || echo './'`D4TestFunction.cc
mv -f .deps/libtest_types_a-TestUInt64.Tpo .deps/libtest_types_a-TestUInt64.Po
mv -f .deps/libtest_types_a-TestD4Enum.Tpo .deps/libtest_types_a-TestD4Enum.Po
mv -f .deps/libtest_types_a-TestD4Sequence.Tpo .deps/libtest_types_a-TestD4Sequence.Po
mv -f .deps/libtest_types_a-D4TestTypeFactory.Tpo .deps/libtest_types_a-D4TestTypeFactory.Po
mv -f .deps/libtest_types_a-TestD4Opaque.Tpo .deps/libtest_types_a-TestD4Opaque.Po
mv -f .deps/libtest_types_a-TestFunction.Tpo .deps/libtest_types_a-TestFunction.Po
mv -f .deps/libtest_types_a-D4TestFunction.Tpo .deps/libtest_types_a-D4TestFunction.Po
mv -f .deps/libtest_types_a-TestArray.Tpo .deps/libtest_types_a-TestArray.Po
rm -f libtest-types.a
ar cr libtest-types.a libtest_types_a-TestByte.o libtest_types_a-TestInt32.o libtest_types_a-TestFloat64.o libtest_types_a-TestStr.o libtest_types_a-TestUrl.o libtest_types_a-TestArray.o libtest_types_a-TestStructure.o libtest_types_a-TestSequence.o libtest_types_a-TestGrid.o libtest_types_a-TestUInt32.o libtest_types_a-TestInt16.o libtest_types_a-TestUInt16.o libtest_types_a-TestFloat32.o libtest_types_a-TestTypeFactory.o libtest_types_a-D4TestTypeFactory.o libtest_types_a-TestD4Group.o libtest_types_a-TestInt8.o libtest_types_a-TestInt64.o libtest_types_a-TestUInt64.o libtest_types_a-TestD4Sequence.o libtest_types_a-TestD4Enum.o libtest_types_a-TestD4Opaque.o libtest_types_a-TestFunction.o libtest_types_a-D4TestFunction.o
ranlib libtest-types.a
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/tests'
Making all in unit-tests
make[2]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
Making all in cache-testsuite
make[3]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
sed -e "s%[@]srcdir[@]%.%" cleanup.sh.in > cleanup.sh
chmod +x cleanup.sh
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[3]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
sed -e "s%[@]abs_srcdir[@]%/home/cbc/hyrax/libdap4/unit-tests%" test_config.h.in > test_config.h
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make[1]: Leaving directory `/home/cbc/hyrax/libdap4'
%%% make status: 0
make check -k
make check-recursive
make[1]: Entering directory `/home/cbc/hyrax/libdap4'
Making check in gl
make[2]: Entering directory `/home/cbc/hyrax/libdap4/gl'
make check-recursive
make[3]: Entering directory `/home/cbc/hyrax/libdap4/gl'
make[4]: Entering directory `/home/cbc/hyrax/libdap4/gl'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/cbc/hyrax/libdap4/gl'
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/gl'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/gl'
Making check in d4_ce
make[2]: Entering directory `/home/cbc/hyrax/libdap4/d4_ce'
make check-am
make[3]: Entering directory `/home/cbc/hyrax/libdap4/d4_ce'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/d4_ce'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/d4_ce'
Making check in d4_function
make[2]: Entering directory `/home/cbc/hyrax/libdap4/d4_function'
make check-am
make[3]: Entering directory `/home/cbc/hyrax/libdap4/d4_function'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/d4_function'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/d4_function'
Making check in .
make[2]: Entering directory `/home/cbc/hyrax/libdap4'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4'
Making check in tests
make[2]: Entering directory `/home/cbc/hyrax/libdap4/tests'
make das-test dds-test expr-test dmr-test ./DASTest ./DDSTest ./EXPRTest ./DMRTest ./getdapTest
make[3]: Entering directory `/home/cbc/hyrax/libdap4/tests'
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT das-test.o -MD -MP -MF .deps/das-test.Tpo -c -o das-test.o das-test.cc
mv -f .deps/das-test.Tpo .deps/das-test.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o das-test das-test.o libtest-types.a ../libdapserver.la ../libdap.la
libtool: link: g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o .libs/das-test das-test.o libtest-types.a ../.libs/libdapserver.so /home/cbc/hyrax/libdap4/.libs/libdap.so -luuid ../.libs/libdap.so -lpthread -lxml2 -lcrypto -Wl,-rpath -Wl,/home/cbc/hyrax/build/lib
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT dds-test.o -MD -MP -MF .deps/dds-test.Tpo -c -o dds-test.o dds-test.cc
mv -f .deps/dds-test.Tpo .deps/dds-test.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o dds-test dds-test.o libtest-types.a ../libdapserver.la ../libdap.la
libtool: link: g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o .libs/dds-test dds-test.o libtest-types.a ../.libs/libdapserver.so /home/cbc/hyrax/libdap4/.libs/libdap.so -luuid ../.libs/libdap.so -lpthread -lxml2 -lcrypto -Wl,-rpath -Wl,/home/cbc/hyrax/build/lib
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT expr-test.o -MD -MP -MF .deps/expr-test.Tpo -c -o expr-test.o expr-test.cc
expr-test.cc: In function ‘int main(int, char**)’:
expr-test.cc:158:10: warning: variable ‘verbose’ set but not used [-Wunused-but-set-variable]
bool verbose = false;
^
mv -f .deps/expr-test.Tpo .deps/expr-test.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT ResponseBuilder.o -MD -MP -MF .deps/ResponseBuilder.Tpo -c -o ResponseBuilder.o ResponseBuilder.cc
mv -f .deps/ResponseBuilder.Tpo .deps/ResponseBuilder.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o expr-test expr-test.o ResponseBuilder.o libtest-types.a ../libdapserver.la ../libdapclient.la ../libdap.la
libtool: link: g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o .libs/expr-test expr-test.o ResponseBuilder.o libtest-types.a ../.libs/libdapserver.so -luuid ../.libs/libdapclient.so -lcurl /home/cbc/hyrax/libdap4/.libs/libdap.so ../.libs/libdap.so -lpthread -lxml2 -lcrypto -Wl,-rpath -Wl,/home/cbc/hyrax/build/lib
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT dmr-test.o -MD -MP -MF .deps/dmr-test.Tpo -c -o dmr-test.o dmr-test.cc
dmr-test.cc: In function ‘int main(int, char**)’:
dmr-test.cc:295:10: warning: variable ‘constrained’ set but not used [-Wunused-but-set-variable]
bool constrained = false;
^
dmr-test.cc:296:10: warning: variable ‘functional’ set but not used [-Wunused-but-set-variable]
bool functional = false;
^
mv -f .deps/dmr-test.Tpo .deps/dmr-test.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../GNU -I../d4_ce -I../d4_function -I/usr/include/libxml2 -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -MT D4ResponseBuilder.o -MD -MP -MF .deps/D4ResponseBuilder.Tpo -c -o D4ResponseBuilder.o D4ResponseBuilder.cc
mv -f .deps/D4ResponseBuilder.Tpo .deps/D4ResponseBuilder.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o dmr-test dmr-test.o D4ResponseBuilder.o libtest-types.a ../libdapserver.la ../libdap.la
libtool: link: g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -o .libs/dmr-test dmr-test.o D4ResponseBuilder.o libtest-types.a ../.libs/libdapserver.so /home/cbc/hyrax/libdap4/.libs/libdap.so -luuid ../.libs/libdap.so -lpthread -lxml2 -lcrypto -Wl,-rpath -Wl,/home/cbc/hyrax/build/lib
:;{ \
echo '# Signature of the current package.' && \
echo 'm4_define([AT_PACKAGE_NAME], [libdap])' && \
echo 'm4_define([AT_PACKAGE_TARNAME], [libdap])' && \
echo 'm4_define([AT_PACKAGE_VERSION], [3.16.0])' && \
echo 'm4_define([AT_PACKAGE_STRING], [libdap 3.16.0])' && \
echo 'm4_define([AT_PACKAGE_BUGREPORT], [opendap-tech@opendap.org])'; \
} >'./package.m4'
autom4te --language=autotest -I '.' -o DASTest.tmp DASTest.at
mv DASTest.tmp DASTest
autom4te --language=autotest -I '.' -o DDSTest.tmp DDSTest.at
mv DDSTest.tmp DDSTest
autom4te --language=autotest -I '.' -o EXPRTest.tmp EXPRTest.at
mv EXPRTest.tmp EXPRTest
autom4te --language=autotest -I '.' -o DMRTest.tmp DMRTest.at
mv DMRTest.tmp DMRTest
autom4te --language=autotest -I '.' -o getdapTest.tmp getdapTest.at
mv getdapTest.tmp getdapTest
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/tests'
make check-local
make[3]: Entering directory `/home/cbc/hyrax/libdap4/tests'
/bin/sh './DASTest'
## ----------------------------------- ##
## libdap 3.16.0 test suite: das-test. ##
## ----------------------------------- ##
1: DAS $abs_srcdir/das-testsuite/bad_value_test.1.das ok
2: DAS $abs_srcdir/das-testsuite/das.das ok
3: DAS $abs_srcdir/das-testsuite/special.test.das ok
4: DAS $abs_srcdir/das-testsuite/special.test.hdf.das ok
5: DAS $abs_srcdir/das-testsuite/test.1.das ok
6: DAS $abs_srcdir/das-testsuite/test.11.das ok
7: DAS $abs_srcdir/das-testsuite/test.12.das ok
8: DAS $abs_srcdir/das-testsuite/test.13.das ok
9: DAS $abs_srcdir/das-testsuite/test.14.das ok
10: DAS $abs_srcdir/das-testsuite/test.15.das ok
11: DAS $abs_srcdir/das-testsuite/test.16.das ok
12: DAS $abs_srcdir/das-testsuite/test.17.das ok
13: DAS $abs_srcdir/das-testsuite/test.18.das ok
14: DAS $abs_srcdir/das-testsuite/test.19.das ok
15: DAS $abs_srcdir/das-testsuite/test.1a.das ok
16: DAS $abs_srcdir/das-testsuite/test.2.das ok
17: DAS $abs_srcdir/das-testsuite/test.20.das ok
18: DAS $abs_srcdir/das-testsuite/test.21.das ok
19: DAS $abs_srcdir/das-testsuite/test.22.das ok
20: DAS $abs_srcdir/das-testsuite/test.23.das ok
21: DAS $abs_srcdir/das-testsuite/test.24.das ok
22: DAS $abs_srcdir/das-testsuite/test.25.das ok
23: DAS $abs_srcdir/das-testsuite/test.26.das ok
24: DAS $abs_srcdir/das-testsuite/test.27.das ok
25: DAS $abs_srcdir/das-testsuite/test.28.das ok
26: DAS $abs_srcdir/das-testsuite/test.29.das ok
27: DAS $abs_srcdir/das-testsuite/test.3.das ok
28: DAS $abs_srcdir/das-testsuite/test.3.Z.das ok
29: DAS $abs_srcdir/das-testsuite/test.30.das ok
30: DAS $abs_srcdir/das-testsuite/test.31.das ok
31: DAS $abs_srcdir/das-testsuite/test.32.das ok
32: DAS $abs_srcdir/das-testsuite/test.33.das ok
33: DAS $abs_srcdir/das-testsuite/test.34.das ok
34: DAS $abs_srcdir/das-testsuite/test.35.das ok
35: DAS $abs_srcdir/das-testsuite/test.4.das ok
36: DAS $abs_srcdir/das-testsuite/test.5.das ok
37: DAS $abs_srcdir/das-testsuite/test.6.das ok
38: DAS $abs_srcdir/das-testsuite/test.7.das ok
39: DAS $abs_srcdir/das-testsuite/test.8.das ok
40: DAS $abs_srcdir/das-testsuite/test.9.das ok
## ------------- ##
## Test results. ##
## ------------- ##
All 40 tests were successful.
/bin/sh './DDSTest'
## ----------------------------------- ##
## libdap 3.16.0 test suite: dds-test. ##
## ----------------------------------- ##
1: DDS $abs_srcdir/dds-testsuite/3B42.980909.5.hacked.HDF.das.dds ok
2: DDS $abs_srcdir/dds-testsuite/3B42.980909.5.HDF.das.dds ok
3: DDS $abs_srcdir/dds-testsuite/3B42.980909.5.HDF.dds ok
4: DDS $abs_srcdir/dds-testsuite/AsciiOutputTest1.dds ok
5: DDS $abs_srcdir/dds-testsuite/fnoc1.nc.das.dds ok
6: DDS $abs_srcdir/dds-testsuite/fnoc1.nc.dds ok
7: DDS $abs_srcdir/dds-testsuite/S2000415.HDF.das.dds ok
8: DDS $abs_srcdir/dds-testsuite/S2000415.HDF.dds ok
9: DDS $abs_srcdir/dds-testsuite/test.1.dds ok
10: DDS $abs_srcdir/dds-testsuite/test.10.dds ok
11: DDS $abs_srcdir/dds-testsuite/test.11.dds ok
12: DDS $abs_srcdir/dds-testsuite/test.12.dds ok
13: DDS $abs_srcdir/dds-testsuite/test.13.dds ok
14: DDS $abs_srcdir/dds-testsuite/test.14.dds ok
15: DDS $abs_srcdir/dds-testsuite/test.15.dds ok
16: DDS $abs_srcdir/dds-testsuite/test.16.dds ok
17: DDS $abs_srcdir/dds-testsuite/test.17.dds ok
18: DDS $abs_srcdir/dds-testsuite/test.18.dds ok
19: DDS $abs_srcdir/dds-testsuite/test.19.dds ok
20: DDS $abs_srcdir/dds-testsuite/test.19b.das.dds ok
21: DDS $abs_srcdir/dds-testsuite/test.19b.dds ok
22: DDS $abs_srcdir/dds-testsuite/test.2.dds ok
23: DDS $abs_srcdir/dds-testsuite/test.20.dds ok
24: DDS $abs_srcdir/dds-testsuite/test.3.dds ok
25: DDS $abs_srcdir/dds-testsuite/test.4.dds ok
26: DDS $abs_srcdir/dds-testsuite/test.6.dds ok
27: DDS $abs_srcdir/dds-testsuite/test.7.dds ok
28: DDS $abs_srcdir/dds-testsuite/test.8.dds ok
29: DDS $abs_srcdir/dds-testsuite/test.9.dds ok
## ------------- ##
## Test results. ##
## ------------- ##
All 29 tests were successful.
/bin/sh './EXPRTest'
## ------------------------------------ ##
## libdap 3.16.0 test suite: expr-test. ##
## ------------------------------------ ##
1: expr-test -w $abs_srcdir/expr-testsuite/test.1 -k i (pass) ok
2: expr-test -W $abs_srcdir/expr-testsuite/test.1 -k i (pass) ok
3: expr-test -w $abs_srcdir/expr-testsuite/test.1 -k i,j (pass) ok
4: expr-test -W $abs_srcdir/expr-testsuite/test.1 -k i,j (pass) ok
5: expr-test -w $abs_srcdir/expr-testsuite/test.1 -k 'i,j&i=j' (pass) ok
6: expr-test -W $abs_srcdir/expr-testsuite/test.1 -k 'i,j&i=j' (pass) ok
7: expr-test -w $abs_srcdir/expr-testsuite/test.1 -k 'i&i=j' (pass) ok
8: expr-test -W $abs_srcdir/expr-testsuite/test.1 -k 'i&i=j' (pass) ok
9: expr-test -w $abs_srcdir/expr-testsuite/test.2 -k s1 (pass) ok
10: expr-test -W $abs_srcdir/expr-testsuite/test.2 -k s1 (pass) ok
11: expr-test -w $abs_srcdir/expr-testsuite/test.2 -k s2 (pass) ok
12: expr-test -W $abs_srcdir/expr-testsuite/test.2 -k s2 (pass) ok
13: expr-test -w $abs_srcdir/expr-testsuite/test.2 -k s2,s3 (pass) ok
14: expr-test -W $abs_srcdir/expr-testsuite/test.2 -k s2,s3 (pass) ok
15: expr-test -w $abs_srcdir/expr-testsuite/test.2 -k s2[2:2:4],s3.o (pass) ok
16: expr-test -W $abs_srcdir/expr-testsuite/test.2 -k s2[2:2:4],s3.o (pass) ok
17: expr-test -w $abs_srcdir/expr-testsuite/test.2 -k s2[2:2:4].m (pass) ok
18: expr-test -W $abs_srcdir/expr-testsuite/test.2 -k s2[2:2:4].m (pass) ok
19: expr-test -w $abs_srcdir/expr-testsuite/test.2 -k s2[2:2:4].m,s2[2:2:4].l (pass) ok
20: expr-test -W $abs_srcdir/expr-testsuite/test.2 -k s2[2:2:4].m,s2[2:2:4].l (pass) ok
21: expr-test -w $abs_srcdir/expr-testsuite/test.2a -k s2[2:4].m[0:4],s2[2:4].l[0:5] (pass) ok
22: expr-test -W $abs_srcdir/expr-testsuite/test.2a -k s2[2:4].m[0:4],s2[2:4].l[0:5] (pass) ok
23: expr-test -w $abs_srcdir/expr-testsuite/test.3 -k i[1:10] (pass) ok
24: expr-test -W $abs_srcdir/expr-testsuite/test.3 -k i[1:10] (pass) ok
25: expr-test -w $abs_srcdir/expr-testsuite/test.4 -k 's&s=~"^Silly.*"' (pass) ok
26: expr-test -W $abs_srcdir/expr-testsuite/test.4 -k 's&s=~"^Silly.*"' (pass) ok
27: expr-test -b -w $abs_srcdir/expr-testsuite/test.e -k 'names.s&names.s=~".*: 3"' (pass) ok
28: expr-test -b -W $abs_srcdir/expr-testsuite/test.e -k 'names.s&names.s=~".*: 3"' (pass) ok
29: expr-test -w $abs_srcdir/expr-testsuite/test.e -k 'names.s&names.s=~".*: 5"' (pass) ok
30: expr-test -W $abs_srcdir/expr-testsuite/test.e -k 'names.s&names.s=~".*: 5"' (pass) ok
31: expr-test -w $abs_srcdir/expr-testsuite/test.5 -k g[0:2:4][0][0] (pass) ok
32: expr-test -W $abs_srcdir/expr-testsuite/test.5 -k g[0:2:4][0][0] (pass) ok
33: expr-test -w $abs_srcdir/expr-testsuite/test.5 -k g[0:2:4][0:2:4][0:2:4] (pass) ok
34: expr-test -W $abs_srcdir/expr-testsuite/test.5 -k g[0:2:4][0:2:4][0:2:4] (pass) ok
35: expr-test -w $abs_srcdir/expr-testsuite/test.6 -k i (pass) ok
36: expr-test -W $abs_srcdir/expr-testsuite/test.6 -k i (pass) ok
37: expr-test -w $abs_srcdir/expr-testsuite/test.6 -k i[1:2][2:4] (pass) ok
38: expr-test -W $abs_srcdir/expr-testsuite/test.6 -k i[1:2][2:4] (pass) ok
39: expr-test -w $abs_srcdir/expr-testsuite/test.5 -k g.val[0:1][0:1][0:1] (pass) ok
40: expr-test -W $abs_srcdir/expr-testsuite/test.5 -k g.val[0:1][0:1][0:1] (pass) ok
41: expr-test -w $abs_srcdir/expr-testsuite/test.5 -k g.length (pass) ok
42: expr-test -W $abs_srcdir/expr-testsuite/test.5 -k g.length (pass) ok
43: expr-test -w $abs_srcdir/expr-testsuite/test.5 -k g.length,g.width (pass) ok
44: expr-test -W $abs_srcdir/expr-testsuite/test.5 -k g.length,g.width (pass) ok
45: expr-test -w $abs_srcdir/expr-testsuite/test.2 -k j,o (pass) ok
46: expr-test -W $abs_srcdir/expr-testsuite/test.2 -k j,o (pass) ok
47: expr-test -w $abs_srcdir/expr-testsuite/test.8 -k "data%23i[0:2:9][0:2]" (pass) ok
48: expr-test -W $abs_srcdir/expr-testsuite/test.8 -k "data%23i[0:2:9][0:2]" (pass) ok
49: expr-test -w $abs_srcdir/expr-testsuite/test.7 -k x,y,f (pass) ok
50: expr-test -W $abs_srcdir/expr-testsuite/test.7 -k x,y,f (pass) ok
51: expr-test -w $abs_srcdir/expr-testsuite/test.8 -k "x%23y,y" (pass) ok
52: expr-test -W $abs_srcdir/expr-testsuite/test.8 -k "x%23y,y" (pass) ok
53: expr-test -w $abs_srcdir/expr-testsuite/test.8 -k "data%20name,y" (pass) ok
54: expr-test -W $abs_srcdir/expr-testsuite/test.8 -k "data%20name,y" (pass) ok
55: expr-test -w $abs_srcdir/expr-testsuite/test.9 -k "Data-Set-2.fakeDim0[0:3],Data-Set-2.fakeDim1[0:3]" (pass) ok
56: expr-test -W $abs_srcdir/expr-testsuite/test.9 -k "Data-Set-2.fakeDim0[0:3],Data-Set-2.fakeDim1[0:3]" (pass) ok
57: expr-test -w $abs_srcdir/expr-testsuite/test.5 -k g[1:4:9] (pass) ok
58: expr-test -W $abs_srcdir/expr-testsuite/test.5 -k g[1:4:9] (pass) ok
59: expr-test -w $abs_srcdir/expr-testsuite/test.6 -k i[1:4:9] (pass) ok
60: expr-test -W $abs_srcdir/expr-testsuite/test.6 -k i[1:4:9] (pass) ok
61: expr-test -w $abs_srcdir/expr-testsuite/test.6 -k scale\(i,2\) (pass) ok
62: expr-test -W $abs_srcdir/expr-testsuite/test.6 -k scale\(i,2\) (pass) ok
63: expr-test -w $abs_srcdir/expr-testsuite/test.6 -k scale\(i[2:4][3:6],2\) (pass) ok
64: expr-test -W $abs_srcdir/expr-testsuite/test.6 -k scale\(i[2:4][3:6],2\) (pass) ok
65: expr-test -w $abs_srcdir/expr-testsuite/test.5 -k scale\(i[3],2\) (pass) ok
66: expr-test -W $abs_srcdir/expr-testsuite/test.5 -k scale\(i[3],2\) (pass) ok
67: expr-test -w $abs_srcdir/expr-testsuite/test.5 -k scale\(j,2\) (pass) ok
68: expr-test -W $abs_srcdir/expr-testsuite/test.5 -k scale\(j,2\) (pass) ok
69: expr-test -w $abs_srcdir/expr-testsuite/test.a -k "" -b (pass) ok
70: expr-test -W $abs_srcdir/expr-testsuite/test.a -k "" -b (pass) ok
71: expr-test -w $abs_srcdir/expr-testsuite/test.a -k "&i<2000" -b (pass) ok
72: expr-test -W $abs_srcdir/expr-testsuite/test.a -k "&i<2000" -b (pass) ok
73: expr-test -w $abs_srcdir/expr-testsuite/test.a -k "j&i>2000" -b (pass) ok
74: expr-test -W $abs_srcdir/expr-testsuite/test.a -k "j&i>2000" -b (pass) ok
75: expr-test -w $abs_srcdir/expr-testsuite/test.a -k "i,j&i<0" -b (pass) ok
76: expr-test -W $abs_srcdir/expr-testsuite/test.a -k "i,j&i<0" -b (pass) ok
77: expr-test -w $abs_srcdir/expr-testsuite/test.b -k "" -b (pass) ok
78: expr-test -W $abs_srcdir/expr-testsuite/test.b -k "" -b (pass) ok
79: expr-test -w $abs_srcdir/expr-testsuite/test.b -k "i,f" -b (pass) ok
80: expr-test -W $abs_srcdir/expr-testsuite/test.b -k "i,f" -b (pass) ok
81: expr-test -w $abs_srcdir/expr-testsuite/test.b -k "i,f&i<2000" -b (pass) ok
82: expr-test -W $abs_srcdir/expr-testsuite/test.b -k "i,f&i<2000" -b (pass) ok
83: expr-test -w $abs_srcdir/expr-testsuite/test.b -k "i,f&f<0" -b (pass) ok
84: expr-test -W $abs_srcdir/expr-testsuite/test.b -k "i,f&f<0" -b (pass) ok
85: expr-test -w $abs_srcdir/expr-testsuite/test.b -k "i,j&i<2000" -b (pass) ok
86: expr-test -W $abs_srcdir/expr-testsuite/test.b -k "i,j&i<2000" -b (pass) ok
87: expr-test -w $abs_srcdir/expr-testsuite/test.b -k "&i<0" -b (pass) ok
88: expr-test -W $abs_srcdir/expr-testsuite/test.b -k "&i<0" -b (pass) ok
89: expr-test -w $abs_srcdir/expr-testsuite/test.d -k "" -b (pass) ok
90: expr-test -W $abs_srcdir/expr-testsuite/test.d -k "" -b (pass) ok
91: expr-test -w $abs_srcdir/expr-testsuite/test.d -k "i,f,a" -b (pass) ok
92: expr-test -W $abs_srcdir/expr-testsuite/test.d -k "i,f,a" -b (pass) ok
93: expr-test -w $abs_srcdir/expr-testsuite/test.d -k "i,f,a&i<2000" -b (pass) ok
94: expr-test -W $abs_srcdir/expr-testsuite/test.d -k "i,f,a&i<2000" -b (pass) ok
95: expr-test -w $abs_srcdir/expr-testsuite/test.d -k "i,f,a&f<0" -b (pass) ok
96: expr-test -W $abs_srcdir/expr-testsuite/test.d -k "i,f,a&f<0" -b (pass) ok
97: expr-test -w $abs_srcdir/expr-testsuite/test.d -k "i,f,a&a<10" -b (pass) ok
98: expr-test -W $abs_srcdir/expr-testsuite/test.d -k "i,f,a&a<10" -b (pass) ok
99: expr-test -w $abs_srcdir/expr-testsuite/test.d -k "i,f&i<2000" -b (pass) ok
100: expr-test -W $abs_srcdir/expr-testsuite/test.d -k "i,f&i<2000" -b (pass) ok
101: expr-test -w $abs_srcdir/expr-testsuite/test.d -k "i&i<2000" -b (pass) ok
102: expr-test -W $abs_srcdir/expr-testsuite/test.d -k "i&i<2000" -b (pass) ok
103: expr-test -w $abs_srcdir/expr-testsuite/test.d -k "i,f,a&i<0" -b (pass) ok
104: expr-test -W $abs_srcdir/expr-testsuite/test.d -k "i,f,a&i<0" -b (pass) ok
105: expr-test -b -w $abs_srcdir/expr-testsuite/test.61 -k i (pass) ok
106: expr-test -b -W $abs_srcdir/expr-testsuite/test.61 -k i (pass) ok
107: expr-test -b -w $abs_srcdir/expr-testsuite/test.61 -k i[0:2][0:2] (pass) ok
108: expr-test -b -W $abs_srcdir/expr-testsuite/test.61 -k i[0:2][0:2] (pass) ok
109: expr-test -b -w $abs_srcdir/expr-testsuite/test.61 -k i[1:2][0:2] (pass) ok
110: expr-test -b -W $abs_srcdir/expr-testsuite/test.61 -k i[1:2][0:2] (pass) ok
111: expr-test -b -w $abs_srcdir/expr-testsuite/test.61 -k i[1:2][1:2] (pass) ok
112: expr-test -b -W $abs_srcdir/expr-testsuite/test.61 -k i[1:2][1:2] (pass) ok
113: expr-test -b -w $abs_srcdir/expr-testsuite/test.c0 -k SST (pass) ok
114: expr-test -b -W $abs_srcdir/expr-testsuite/test.c0 -k SST (pass) ok
115: expr-test -b -w $abs_srcdir/expr-testsuite/test.f -k "" (pass) ok
116: expr-test -b -W $abs_srcdir/expr-testsuite/test.f -k "" (pass) ok
117: expr-test -b -w $abs_srcdir/expr-testsuite/test.f -k "&i<3000" (pass) ok
118: expr-test -b -W $abs_srcdir/expr-testsuite/test.f -k "&i<3000" (pass) ok
## ------------- ##
## Test results. ##
## ------------- ##
All 118 tests were successful.
/bin/sh './DMRTest'
## ----------------------------------- ##
## libdap 3.16.0 test suite: dmr-test. ##
## ----------------------------------- ##
1: parse dmr-testsuite/test_simple_1.xml ok
2: parse dmr-testsuite/test_simple_2.xml ok
3: parse dmr-testsuite/test_simple_3.xml ok
4: parse dmr-testsuite/test_simple_3_error_1.xml ok
5: parse dmr-testsuite/test_simple_3_error_2.xml ok
6: parse dmr-testsuite/test_simple_3_error_3.xml ok
7: parse dmr-testsuite/test_simple_4.xml ok
8: parse dmr-testsuite/test_simple_5.xml ok
9: parse dmr-testsuite/test_simple_6.xml ok
10: parse dmr-testsuite/test_simple_7.xml ok
11: parse dmr-testsuite/test_simple_8.xml ok
12: parse dmr-testsuite/test_simple_9.xml ok
13: parse dmr-testsuite/test_simple_9.1.xml ok
14: parse dmr-testsuite/test_simple_10.xml ok
15: parse dmr-testsuite/test_array_1.xml ok
16: parse dmr-testsuite/test_array_2.xml ok
17: parse dmr-testsuite/test_array_3.xml ok
18: parse dmr-testsuite/test_array_4.xml ok
19: parse dmr-testsuite/test_array_5.xml ok
20: parse dmr-testsuite/test_array_6.xml ok
21: parse dmr-testsuite/test_array_7.xml ok
22: parse dmr-testsuite/test_array_8.xml ok
23: parse dmr-testsuite/test_array_10.xml ok
24: parse dmr-testsuite/test_array_11.xml ok
25: trans test_simple_1.xml ok
26: trans test_simple_2.xml ok
27: trans test_simple_3.xml ok
28: trans test_simple_4.xml ok
29: trans test_simple_5.xml ok
30: trans test_simple_6.xml ok
31: trans test_simple_7.xml ok
32: trans test_simple_8.xml expected failure (DMRTest.at:194)
33: trans test_simple_9.xml ok
34: trans test_simple_9.1.xml ok
35: trans test_simple_10.xml ok
36: trans test_array_1.xml ok
37: trans test_array_2.xml ok
38: trans test_array_3.xml ok
39: trans test_array_4.xml ok
40: trans test_array_5.xml ok
41: trans test_array_6.xml ok
42: trans test_array_7.xml ok
43: trans test_array_8.xml ok
44: trans test_array_10.xml ok
45: trans test_array_11.xml ok
46: intern test_simple_1.xml ok
47: intern test_simple_2.xml ok
48: intern test_simple_3.xml ok
49: intern test_simple_4.xml ok
50: intern test_simple_5.xml ok
51: intern test_simple_6.xml ok
52: intern test_simple_7.xml ok
53: intern test_simple_8.xml ok
54: intern test_simple_9.xml ok
55: intern test_simple_9.1.xml ok
56: intern test_simple_10.xml ok
57: intern test_array_1.xml ok
58: intern test_array_2.xml ok
59: intern test_array_3.xml ok
60: intern test_array_4.xml ok
61: intern test_array_5.xml ok
62: intern test_array_6.xml ok
63: intern test_array_7.xml ok
64: intern test_array_8.xml ok
65: intern test_array_10.xml ok
66: intern test_array_11.xml ok
67: trans ce test_array_4.xml a test_array_4.xml.1.trans_base ok
68: trans ce test_array_4.xml a[][] test_array_4.xml.1.trans_base ok
69: trans ce test_array_4.xml /row=[0:1];/col=[3];a test_array_4.xml.3.trans_base ok
70: trans ce test_array_4.xml /row=[0:1];/col=[3];a[][] test_array_4.xml.4.trans_base ok
71: trans ce test_array_4.xml /row=[0:1];/col=[3];a[][];b[0][];c[0:][0:] test_array_4.xml.5.trans_base ok
72: trans ce test_array_4.xml x[][] /test_array_4.xml.6.trans_base ok
73: trans ce test_array_4.xml /row=[0:1];x[][] test_array_4.xml.7.trans_base ok
74: trans ce test_array_4.xml c[2:][2:] test_array_4.xml.8.trans_base ok
75: trans ce test_simple_6.xml s test_simple_6.xml.1.trans_base ok
76: trans ce test_simple_6.xml s.i1 test_simple_6.xml.2.trans_base ok
77: trans ce test_simple_6.xml s.s test_simple_6.xml.3.trans_base ok
78: trans ce test_simple_6.1.xml s.inner.i2 test_simple_6.1.xml.1.trans_base ok
79: trans ce test_simple_6.xml s{i1} test_simple_6.xml.2.trans_base ok
80: trans ce test_simple_6.xml s{s} test_simple_6.xml.3.trans_base ok
81: trans ce test_simple_6.1.xml s{inner.i2} test_simple_6.1.xml.1.trans_base ok
82: trans ce test_simple_6.1.xml s{inner{i2}} test_simple_6.1.xml.1.trans_base ok
83: trans ce test_array_6.xml a test_array_6.xml.1.trans_base ok
84: trans ce test_array_6.xml a[][] test_array_6.xml.1.trans_base ok
85: trans ce test_array_6.xml /row=[0:1];a[][] test_array_6.xml.2.trans_base ok
86: trans ce test_array_6.xml /row=[0:1];a[][1:2] test_array_6.xml.3.trans_base ok
87: trans ce test_array_6.2.xml a test_array_6.2.xml.1.trans_base ok
88: trans ce test_array_6.2.xml a{i;j} test_array_6.2.xml.1.trans_base ok
89: trans ce test_array_6.2.xml a.i test_array_6.2.xml.2.trans_base ok
90: trans ce test_array_6.2.xml a{i} test_array_6.2.xml.2.trans_base ok
91: trans ce test_array_6.2.xml a.i[0][1:2] test_array_6.2.xml.3.trans_base ok
92: trans ce test_array_6.2.xml a{i[0][1:2]} test_array_6.2.xml.3.trans_base ok
93: trans ce test_array_6.2.xml /row=[0:1];a.i[][1:2] test_array_6.2.xml.4.trans_base ok
94: trans ce test_array_6.2.xml /row=[0:1];a{i[][1:2]} test_array_6.2.xml.4.trans_base ok
95: trans ce test_array_6.2.xml a.j test_array_6.2.xml.5.trans_base ok
96: trans ce test_array_6.1.xml a test_array_6.1.xml.1.trans_base ok
97: trans ce test_array_6.1.xml /row=[1:2];a[][0] test_array_6.1.xml.2.trans_base ok
98: trans ce test_array_6.1.xml /row=[1:2];a[][0]{i;j} test_array_6.1.xml.2.trans_base ok
99: trans ce test_array_6.1.xml row=[1:2];a[][0]{i;j} test_array_6.1.xml.2.trans_base ok
100: trans ce test_array_6.1.xml a{i[1:2][1:3];j} test_array_6.1.xml.3.trans_base ok
101: trans ce test_array_6.1.xml a[][]{i[1:2][1:3];j} test_array_6.1.xml.3.trans_base ok
102: trans ce test_array_6.1.xml /row=[1];a[][0]{i[][0:1]} test_array_6.1.xml.4.trans_base ok
103: trans ce test_simple_7.xml s test_simple_7.xml.1.trans_base ok
104: trans ce test_simple_7.xml s{i1;s} test_simple_7.xml.1.trans_base ok
105: trans ce test_simple_7.xml s.i1 test_simple_7.xml.2.trans_base ok
106: trans ce test_simple_7.xml s{i1} test_simple_7.xml.2.trans_base ok
107: trans ce test_simple_8.xml outer test_simple_8.xml.1.trans_base expected failure (DMRTest.at:301)
108: trans ce test_simple_8.xml outer.s.s test_simple_8.xml.2.trans_base expected failure (DMRTest.at:302)
109: trans ce test_simple_8.xml outer{s{s}} test_simple_8.xml.2.trans_base expected failure (DMRTest.at:303)
110: trans ce test_array_7.xml s test_array_7.xml.1.trans_base ok
111: trans ce test_array_7.xml s{i1;s} test_array_7.xml.1.trans_base ok
112: trans ce test_array_7.xml s.i1 test_array_7.xml.2.trans_base ok
113: trans ce test_array_7.xml s{i1} test_array_7.xml.2.trans_base ok
114: trans ce test_array_7.xml s[1] test_array_7.xml.3.trans_base ok
115: trans ce test_array_7.xml s[1]{i1;s} test_array_7.xml.3.trans_base ok
116: trans ce test_array_7.xml s[1]{i1} test_array_7.xml.4.trans_base ok
117: trans ce test_array_8.xml /col=[1:2];s[1][]{i1} test_array_8.xml.1.trans_base ok
118: trans ce test_array_8.xml col=[1:2];s[1][]{i1} test_array_8.xml.1.trans_base ok
119: trans ce test_array_7.1.xml test_array_7.1.xml.1.trans_base ok
120: trans ce test_array_7.1.xml s test_array_7.1.xml.1.trans_base ok
121: trans ce test_array_7.1.xml s.i1 test_array_7.1.xml.2.trans_base ok
122: trans ce test_array_7.1.xml s.i1[][] test_array_7.1.xml.2.trans_base ok
123: trans ce test_array_7.1.xml s{i1} test_array_7.1.xml.2.trans_base ok
124: trans ce test_array_7.1.xml s{i1[][]} test_array_7.1.xml.2.trans_base ok
125: trans ce test_array_7.1.xml s.i1[0][0] test_array_7.1.xml.3.trans_base ok
126: trans ce test_array_7.1.xml s{i1[0][0]} test_array_7.1.xml.3.trans_base ok
127: trans ce test_array_7.1.xml s.i1[0:2][1:2] test_array_7.1.xml.4.trans_base ok
128: trans ce test_array_7.1.xml /row=[2:3];/col=[2:3];s test_array_7.1.xml.5.trans_base ok
129: trans ce test_array_7.1.xml /row=[2:3];/col=[2:3];s.i1 test_array_7.1.xml.6.trans_base ok
130: trans ce test_array_7.1.xml /row=[2:3];/col=[2:3];s.i1[][] test_array_7.1.xml.6.trans_base ok
131: trans ce test_array_7.1.xml /row=[2:3];/col=[2:3];s{i1} test_array_7.1.xml.6.trans_base ok
132: trans ce test_array_7.1.xml /row=[2:3];/col=[2:3];s{i1[][]} test_array_7.1.xml.6.trans_base ok
133: trans ce test_array_7.2.xml /col=[1:2];s[]{i1} test_array_7.2.xml.1.trans_base ok
134: trans ce test_array_7.2.xml /col=[1:2];s[]{i1[][]} test_array_7.2.xml.1.trans_base ok
135: trans ce test_array_7.2.xml /col=[1:2];s{i1[][]} test_array_7.2.xml.1.trans_base ok
136: trans ce test_array_7.2.xml /col=[1:2];s[]{i1[0][]} test_array_7.2.xml.2.trans_base ok
137: trans ce test_array_7.2.xml /col=[1:2];s{i1[0][]} test_array_7.2.xml.2.trans_base ok
138: trans ce test_array_7.2.xml /col=[1:2];s[0]{i1} test_array_7.2.xml.3.trans_base ok
139: trans ce test_array_7.2.xml /col=[1:2];s[0]{i1[][]} test_array_7.2.xml.3.trans_base ok
140: trans ce test_array_7.2.xml /col=[1:2];s[0]{i1[0][]} test_array_7.2.xml.4.trans_base ok
141: trans test_array_1.xml scale(x,1) test_array_1.xml.1.func_base ok
142: trans test_array_1.xml scale(x,10) test_array_1.xml.2.func_base ok
143: trans test_array_1.xml scale(x,-10) test_array_1.xml.3.func_base ok
144: trans test_array_1.xml scale(x,0.001) test_array_1.xml.4.func_base ok
145: trans test_array_1.xml scale(x,-0.001) test_array_1.xml.5.func_base ok
146: trans test_array_1.xml scale(x,0x7fffffffffffffff) test_array_1.xml.6.func_base ok
147: trans test_array_1.xml scale(x,0x8fffffffffffffff) test_array_1.xml.7.func_base ok
148: trans test_array_5.xml scale(a,0.001) test_array_5.xml.1.func_base ok
149: trans test_array_5.xml scale(b,0.001) test_array_5.xml.2.func_base ok
150: trans test_array_5.xml scale(c,0.001) test_array_5.xml.3.func_base ok
151: trans test_array_5.xml scale(d,0.001) test_array_5.xml.4.func_base ok
152: trans vol_1_ce_1.xml scale(u,10) vol_1_ce_1.xml.1.func_base ok
153: trans vol_1_ce_1.xml scale(u,v) vol_1_ce_1.xml.2.func_base ok
154: trans vol_1_ce_1.xml scale(scale(u,10),0.01) vol_1_ce_1.xml.3.func_base ok
155: trans vol_1_ce_1.xml scale(Point.x,10) vol_1_ce_1.xml.4.func_base ok
156: trans vol_1_ce_1.xml scale(Point.x,Point.y) vol_1_ce_1.xml.5.func_base ok
157: trans vol_1_ce_1.xml scale(scale(Point.x,10),0.01) vol_1_ce_1.xml.6.func_base ok
158: trans vol_1_ce_1.xml scale(\$Byte(20:1,2,3,4),10) vol_1_ce_1.xml.7.func_base ok
159: trans vol_1_ce_1.xml scale(\$Int8(20:10,11,12,-9),10) vol_1_ce_1.xml.8.func_base ok
160: trans vol_1_ce_1.xml scale(\$UInt16(20:1,2,3,4),10) vol_1_ce_1.xml.9.func_base ok
161: trans vol_1_ce_1.xml scale(\$Int16(20:1,2,3,-4),10) vol_1_ce_1.xml.10.func_base ok
162: trans vol_1_ce_1.xml scale(\$UInt32(20:1,2,3,4),10) vol_1_ce_1.xml.11.func_base ok
163: trans vol_1_ce_1.xml scale(\$Int32(20:1,2,3,-4),10) vol_1_ce_1.xml.12.func_base ok
164: trans vol_1_ce_1.xml scale(\$UInt64(20:1,2,3,0xffffffffffffffff),1) vol_1_ce_1.xml.13.func_base ok
165: trans vol_1_ce_1.xml scale(\$Int64(20:1,2,3,0x7fffffffffffffff),1) vol_1_ce_1.xml.14.func_base ok
166: trans vol_1_ce_1.xml scale(\$Float32(20:1,2,3,4.55),10) vol_1_ce_1.xml.15.func_base ok
167: trans vol_1_ce_1.xml scale(\$Float64(20:1,2,3,4.55),10) vol_1_ce_1.xml.16.func_base ok
168: trans vol_1_ce_10.xml scale(lat,10) vol_1_ce_10.xml.1.func_base ok
169: trans vol_1_ce_10.xml scale(lat,10);scale(lon,10) vol_1_ce_10.xml.2.func_base ok
170: trans vol_1_ce_10.xml scale(lat,10);scale(lon,10) lat[10:11][10:11];lon[10:11][10:11] vol_1_ce_10.xml.3.func_base ok
## ------------- ##
## Test results. ##
## ------------- ##
All 170 tests behaved as expected.
/bin/sh './getdapTest'
## --------------------------------- ##
## libdap 3.16.0 test suite: getdap. ##
## --------------------------------- ##
1: getdap -d http://test.opendap.org/dap/data/nc/fnoc1.nc getdap-testsuite/fnoc1.nc.dds (pass) ok
## ------------- ##
## Test results. ##
## ------------- ##
1 test was successful.
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/tests'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/tests'
Making check in unit-tests
make[2]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
Making check in cache-testsuite
make[3]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[3]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
make
make[4]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
Making all in cache-testsuite
make[5]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[5]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make[4]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make check-TESTS check-local
make[4]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
make[5]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
make[6]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
Making all in cache-testsuite
make[7]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[7]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make[6]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
============================================================================
Testsuite summary for libdap 3.16.0
============================================================================
# TOTAL: 0
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
**********************************************************
You must have cppunit 1.12.x or greater installed to run *
check target in unit-tests directory *
**********************************************************
make[4]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make[1]: Leaving directory `/home/cbc/hyrax/libdap4'
%%% check status: 0
make install
make install-recursive
make[1]: Entering directory `/home/cbc/hyrax/libdap4'
Making install in gl
make[2]: Entering directory `/home/cbc/hyrax/libdap4/gl'
make install-recursive
make[3]: Entering directory `/home/cbc/hyrax/libdap4/gl'
make[4]: Entering directory `/home/cbc/hyrax/libdap4/gl'
make[5]: Entering directory `/home/cbc/hyrax/libdap4/gl'
if test yes = no; then \
case 'linux-gnu' in \
darwin[56]*) \
need_charset_alias=true ;; \
darwin* | cygwin* | mingw* | pw32* | cegcc*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \
esac ; \
else \
need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
/bin/sh /home/cbc/hyrax/libdap4/conf/install-sh -d /home/cbc/hyrax/build/lib ; \
fi ; \
if test -f /home/cbc/hyrax/build/lib/charset.alias; then \
sed -f ref-add.sed /home/cbc/hyrax/build/lib/charset.alias > /home/cbc/hyrax/build/lib/charset.tmp ; \
/bin/install -c -m 644 /home/cbc/hyrax/build/lib/charset.tmp /home/cbc/hyrax/build/lib/charset.alias ; \
rm -f /home/cbc/hyrax/build/lib/charset.tmp ; \
else \
if $need_charset_alias; then \
sed -f ref-add.sed charset.alias > /home/cbc/hyrax/build/lib/charset.tmp ; \
/bin/install -c -m 644 /home/cbc/hyrax/build/lib/charset.tmp /home/cbc/hyrax/build/lib/charset.alias ; \
rm -f /home/cbc/hyrax/build/lib/charset.tmp ; \
fi ; \
fi
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/cbc/hyrax/libdap4/gl'
make[4]: Leaving directory `/home/cbc/hyrax/libdap4/gl'
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/gl'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/gl'
Making install in d4_ce
make[2]: Entering directory `/home/cbc/hyrax/libdap4/d4_ce'
make install-am
make[3]: Entering directory `/home/cbc/hyrax/libdap4/d4_ce'
make[4]: Entering directory `/home/cbc/hyrax/libdap4/d4_ce'
make[4]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/cbc/hyrax/build/include/libdap'
/bin/install -c -m 644 D4ConstraintEvaluator.h '/home/cbc/hyrax/build/include/libdap'
make[4]: Leaving directory `/home/cbc/hyrax/libdap4/d4_ce'
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/d4_ce'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/d4_ce'
Making install in d4_function
make[2]: Entering directory `/home/cbc/hyrax/libdap4/d4_function'
make install-am
make[3]: Entering directory `/home/cbc/hyrax/libdap4/d4_function'
make[4]: Entering directory `/home/cbc/hyrax/libdap4/d4_function'
make[4]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/cbc/hyrax/build/include/libdap'
/bin/install -c -m 644 D4FunctionEvaluator.h '/home/cbc/hyrax/build/include/libdap'
make[4]: Leaving directory `/home/cbc/hyrax/libdap4/d4_function'
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/d4_function'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/d4_function'
Making install in .
make[2]: Entering directory `/home/cbc/hyrax/libdap4'
make[3]: Entering directory `/home/cbc/hyrax/libdap4'
/bin/mkdir -p '/home/cbc/hyrax/build/lib'
/bin/sh ./libtool --mode=install /bin/install -c libdap.la libdapclient.la libdapserver.la '/home/cbc/hyrax/build/lib'
libtool: install: /bin/install -c .libs/libdap.so.21.0.0 /home/cbc/hyrax/build/lib/libdap.so.21.0.0
libtool: install: (cd /home/cbc/hyrax/build/lib && { ln -s -f libdap.so.21.0.0 libdap.so.21 || { rm -f libdap.so.21 && ln -s libdap.so.21.0.0 libdap.so.21; }; })
libtool: install: (cd /home/cbc/hyrax/build/lib && { ln -s -f libdap.so.21.0.0 libdap.so || { rm -f libdap.so && ln -s libdap.so.21.0.0 libdap.so; }; })
libtool: install: /bin/install -c .libs/libdap.lai /home/cbc/hyrax/build/lib/libdap.la
libtool: install: warning: relinking `libdapclient.la'
libtool: install: (cd /home/cbc/hyrax/libdap4; /bin/sh /home/cbc/hyrax/libdap4/libtool --tag CXX --mode=relink g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -version-info 7:2:1 -o libdapclient.la -rpath /home/cbc/hyrax/build/lib libdapclient_la-RCReader.lo libdapclient_la-Connect.lo libdapclient_la-HTTPConnect.lo libdapclient_la-HTTPCache.lo libdapclient_la-util_mit.lo libdapclient_la-ResponseTooBigErr.lo libdapclient_la-HTTPCacheTable.lo libdapclient_la-D4Connect.lo -lcurl libdap.la -lpthread )
libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.3/crtbeginS.o .libs/libdapclient_la-RCReader.o .libs/libdapclient_la-Connect.o .libs/libdapclient_la-HTTPConnect.o .libs/libdapclient_la-HTTPCache.o .libs/libdapclient_la-util_mit.o .libs/libdapclient_la-ResponseTooBigErr.o .libs/libdapclient_la-HTTPCacheTable.o .libs/libdapclient_la-D4Connect.o -Wl,-rpath -Wl,/home/cbc/hyrax/build/lib -lcurl -L/home/cbc/hyrax/build/lib -ldap -lxml2 -lcrypto -lpthread -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.3/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crtn.o -O0 -O2 -Wl,-soname -Wl,libdapclient.so.6 -o .libs/libdapclient.so.6.1.2
libtool: install: /bin/install -c .libs/libdapclient.so.6.1.2T /home/cbc/hyrax/build/lib/libdapclient.so.6.1.2
libtool: install: (cd /home/cbc/hyrax/build/lib && { ln -s -f libdapclient.so.6.1.2 libdapclient.so.6 || { rm -f libdapclient.so.6 && ln -s libdapclient.so.6.1.2 libdapclient.so.6; }; })
libtool: install: (cd /home/cbc/hyrax/build/lib && { ln -s -f libdapclient.so.6.1.2 libdapclient.so || { rm -f libdapclient.so && ln -s libdapclient.so.6.1.2 libdapclient.so; }; })
libtool: install: /bin/install -c .libs/libdapclient.lai /home/cbc/hyrax/build/lib/libdapclient.la
libtool: install: warning: relinking `libdapserver.la'
libtool: install: (cd /home/cbc/hyrax/libdap4; /bin/sh /home/cbc/hyrax/libdap4/libtool --tag CXX --mode=relink g++ -Wall -W -Wcast-align -g3 -O0 -Wall -W -Wcast-align -g -O2 -version-info 13:2:6 -o libdapserver.la -rpath /home/cbc/hyrax/build/lib DODSFilter.lo Ancillary.lo libdap.la -luuid )
libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.3/crtbeginS.o .libs/DODSFilter.o .libs/Ancillary.o -Wl,-rpath -Wl,/home/cbc/hyrax/build/lib -L/home/cbc/hyrax/build/lib -ldap -lpthread -lxml2 -lcrypto -luuid -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.3/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crtn.o -O0 -O2 -Wl,-soname -Wl,libdapserver.so.7 -o .libs/libdapserver.so.7.6.2
libtool: install: /bin/install -c .libs/libdapserver.so.7.6.2T /home/cbc/hyrax/build/lib/libdapserver.so.7.6.2
libtool: install: (cd /home/cbc/hyrax/build/lib && { ln -s -f libdapserver.so.7.6.2 libdapserver.so.7 || { rm -f libdapserver.so.7 && ln -s libdapserver.so.7.6.2 libdapserver.so.7; }; })
libtool: install: (cd /home/cbc/hyrax/build/lib && { ln -s -f libdapserver.so.7.6.2 libdapserver.so || { rm -f libdapserver.so && ln -s libdapserver.so.7.6.2 libdapserver.so; }; })
libtool: install: /bin/install -c .libs/libdapserver.lai /home/cbc/hyrax/build/lib/libdapserver.la
libtool: install: /bin/install -c .libs/libdap.a /home/cbc/hyrax/build/lib/libdap.a
libtool: install: chmod 644 /home/cbc/hyrax/build/lib/libdap.a
libtool: install: ranlib /home/cbc/hyrax/build/lib/libdap.a
libtool: install: /bin/install -c .libs/libdapclient.a /home/cbc/hyrax/build/lib/libdapclient.a
libtool: install: chmod 644 /home/cbc/hyrax/build/lib/libdapclient.a
libtool: install: ranlib /home/cbc/hyrax/build/lib/libdapclient.a
libtool: install: /bin/install -c .libs/libdapserver.a /home/cbc/hyrax/build/lib/libdapserver.a
libtool: install: chmod 644 /home/cbc/hyrax/build/lib/libdapserver.a
libtool: install: ranlib /home/cbc/hyrax/build/lib/libdapserver.a
libtool: finish: PATH="/home/cbc/hyrax/build/bin:/home/cbc/hyrax/build/deps/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/cbc/.local/bin:/home/cbc/bin:/sbin" ldconfig -n /home/cbc/hyrax/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/cbc/hyrax/build/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/home/cbc/hyrax/build/bin'
/bin/sh ./libtool --mode=install /bin/install -c getdap getdap4 '/home/cbc/hyrax/build/bin'
libtool: install: /bin/install -c .libs/getdap /home/cbc/hyrax/build/bin/getdap
libtool: install: /bin/install -c .libs/getdap4 /home/cbc/hyrax/build/bin/getdap4
/bin/mkdir -p '/home/cbc/hyrax/build/bin'
/bin/install -c dap-config dap-config-pkgconfig '/home/cbc/hyrax/build/bin'
/bin/mkdir -p '/home/cbc/hyrax/build/share/aclocal'
/bin/install -c -m 644 conf/libdap.m4 '/home/cbc/hyrax/build/share/aclocal'
/bin/mkdir -p '/home/cbc/hyrax/build/share/man/man1'
/bin/install -c -m 644 getdap.1 dap-config.1 getdap4.1 '/home/cbc/hyrax/build/share/man/man1'
/bin/mkdir -p '/home/cbc/hyrax/build/lib/pkgconfig'
/bin/install -c -m 644 libdap.pc libdapclient.pc libdapserver.pc '/home/cbc/hyrax/build/lib/pkgconfig'
/bin/mkdir -p '/home/cbc/hyrax/build/include/libdap'
/bin/install -c -m 644 AttrTable.h DAS.h DDS.h DataDDS.h DDXParserSAX2.h DDXExceptions.h BaseType.h Byte.h Int32.h Float64.h Str.h Url.h Vector.h Array.h Constructor.h Structure.h Sequence.h Grid.h UInt32.h Int16.h UInt16.h Float32.h BaseTypeFactory.h ObjectType.h EncodingType.h SignalHandler.h Error.h InternalErr.h util.h escaping.h parser.h debug.h dods-limits.h dods-datatypes.h Type.h util_mit.h expr.h Clause.h RValue.h ConstraintEvaluator.h '/home/cbc/hyrax/build/include/libdap'
/bin/install -c -m 644 ce_parser.h DapIndent.h DapObj.h XDRFileMarshaller.h Marshaller.h UnMarshaller.h XDRFileUnMarshaller.h XDRStreamMarshaller.h XDRUtils.h xdr-datatypes.h mime_util.h cgi_util.h XDRStreamUnMarshaller.h Keywords2.h XMLWriter.h ServerFunctionsList.h ServerFunction.h media_types.h DapXmlNamespaces.h parser-util.h MarshallerThread.h GNU/GetOpt.h GNU/GNURegex.h RCReader.h Connect.h HTTPConnect.h HTTPCache.h HTTPCacheDisconnectedMode.h HTTPCacheInterruptHandler.h Response.h HTTPResponse.h HTTPCacheResponse.h PipeResponse.h StdinResponse.h SignalHandlerRegisteredErr.h ResponseTooBigErr.h Resource.h HTTPCacheTable.h HTTPCacheMacros.h DODSFilter.h '/home/cbc/hyrax/build/include/libdap'
/bin/install -c -m 644 AlarmHandler.h EventHandler.h Ancillary.h D4StreamMarshaller.h D4StreamUnMarshaller.h Int64.h UInt64.h Int8.h D4ParserSax2.h D4BaseTypeFactory.h D4Maps.h D4Dimensions.h D4EnumDefs.h D4Group.h DMR.h D4Attributes.h D4AttributeType.h D4Enum.h chunked_stream.h chunked_ostream.h chunked_istream.h D4Sequence.h crc.h D4Opaque.h D4AsyncUtil.h D4Function.h D4RValue.h D4Connect.h '/home/cbc/hyrax/build/include/libdap'
make[3]: Leaving directory `/home/cbc/hyrax/libdap4'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4'
Making install in tests
make[2]: Entering directory `/home/cbc/hyrax/libdap4/tests'
make[3]: Entering directory `/home/cbc/hyrax/libdap4/tests'
/bin/mkdir -p '/home/cbc/hyrax/build/lib'
/bin/install -c -m 644 libtest-types.a '/home/cbc/hyrax/build/lib'
( cd '/home/cbc/hyrax/build/lib' && ranlib libtest-types.a )
/bin/mkdir -p '/home/cbc/hyrax/build/include/libdap/test'
/bin/install -c -m 644 TestArray.h TestByte.h TestCommon.h TestFloat32.h TestFloat64.h TestGrid.h TestInt16.h TestInt32.h TestSequence.h TestStr.h TestStructure.h TestTypeFactory.h TestUInt16.h TestUInt32.h TestUrl.h D4TestTypeFactory.h TestD4Group.h TestInt8.h TestInt64.h TestUInt64.h TestD4Sequence.h TestD4Enum.h TestD4Opaque.h TestFunction.h D4TestFunction.h '/home/cbc/hyrax/build/include/libdap/test'
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/tests'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/tests'
Making install in unit-tests
make[2]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
Making install in cache-testsuite
make[3]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[4]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests/cache-testsuite'
make[3]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
make[4]: Entering directory `/home/cbc/hyrax/libdap4/unit-tests'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make[3]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make[2]: Leaving directory `/home/cbc/hyrax/libdap4/unit-tests'
make[1]: Leaving directory `/home/cbc/hyrax/libdap4'
%%% install status: 0
_______________________________________________________
Build completed at Mon Nov 23 14:57:14 EST 2015.
Results: compile: 0, check: 0, install: 0, distcheck: N/A, rpm: N/A, pkg: N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment