Created
January 13, 2012 21:33
-
-
Save greggroth/1608811 to your computer and use it in GitHub Desktop.
h5util configure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... ./install-sh -c -d | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking for gcc... /usr/bin/llvm-gcc | |
| checking for C compiler default output file name... a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/llvm-gcc accepts -g... yes | |
| checking for /usr/bin/llvm-gcc option to accept ISO C89... none needed | |
| checking for style of include used by make... GNU | |
| checking dependency style of /usr/bin/llvm-gcc... gcc3 | |
| checking whether /usr/bin/llvm-gcc and cc understand -c and -o together... yes | |
| checking how to run the C preprocessor... /usr/bin/llvm-gcc -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for sin in -lm... yes | |
| checking for snprintf... yes | |
| checking for inflate in -lz... yes | |
| checking for png_create_write_struct in -lpng... yes | |
| checking for evaluator_get_variables in -lmatheval... no | |
| checking for h4toh5... no | |
| checking for h5toh4... no | |
| checking for jpeg_start_compress in -ljpeg... yes | |
| checking for DFSDgetdata in -ldf... no | |
| 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 hdf.h usability... no | |
| checking hdf.h presence... no | |
| checking for hdf.h... no | |
| checking hdf/hdf.h usability... no | |
| checking hdf/hdf.h presence... no | |
| checking for hdf/hdf.h... no | |
| checking for H5Fopen in -lhdf5... yes | |
| checking for mkoctfile... no | |
| checking for v5dCreate in -lv5d... no | |
| checking vis5d/v5d.h usability... no | |
| checking vis5d/v5d.h presence... no | |
| checking for vis5d/v5d.h... no | |
| checking vis5d+/v5d.h usability... no | |
| checking vis5d+/v5d.h presence... no | |
| checking for vis5d+/v5d.h... no | |
| checking arpa/inet.h usability... yes | |
| checking arpa/inet.h presence... yes | |
| checking for arpa/inet.h... yes | |
| checking netinet/in.h usability... yes | |
| checking netinet/in.h presence... yes | |
| checking for netinet/in.h... yes | |
| checking for stdint.h... (cached) yes | |
| checking for inttypes.h... (cached) yes | |
| checking for uint16_t... yes | |
| checking for uint32_t... yes | |
| checking for htons... yes | |
| checking size of float... 4 | |
| checking for htonl... yes | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating h5topng.1 | |
| config.status: creating config.h | |
| config.status: config.h is unchanged | |
| config.status: executing depfiles commands |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment